React Developer Tooling
During React Conf in Las Vegas this year Brian Vaughn, a member of the React JS-core team at Facebook, announced some of the new features and additions to React developer…
During React Conf in Las Vegas this year Brian Vaughn, a member of the React JS-core team at Facebook, announced some of the new features and additions to React developer…
Styled-components is a wonderful way to style the components in your React project, but using it together with existing CSS can be a bit tricky – especially if you want…
On my most recent assignment I was faced with the challenge of downloading a pdf file from an API and displaying it in the browser. Normally, the API would provide a json-object…
Recently I needed to create an FAQ page on a ReactJS based single page application. The page should have expandible/collapsible question/answer pairs. I took to Google to see how others…
Since Jayway sponsored ngVikings 2017 I got the opportunity to attend "The main Angular conference in the Nordics", which was a delight. The venue was the main hall of the…
During the last two years, I've heard the term Isomorphic Web Apps mentioned in a positive way more and more frequently. Also during this time, I've done some thinking myself…
TypeScript makes us .NET developers comfortable with JavaScript. When you come from c#, coding JavaScript feels like walking on a tightrope without a safety net. With TypeScript comes a typesystem, a compiler…
This year we are three developers representing Jayway at Microsofts Build conference. This blog-post summarizes just some of the stuff we’ve seen on day two of the conference. Microsoft Cognitive…
This year we are three developers representing Jayway at Microsofts Build conference. This blog-post summarizes just some of the stuff we've seen on day one of the conference. Cross-Platform Mobile…
I recently did a tech talk and lab session at our latest internal conference here at Jayway and would like to share a summary of its context here in a blog…
Just over two months have now passed since we joined the Trainee Program at Jayway. During this time we have all gained many new experiences, including a workshop at the…
In a recent project we replaced an existing webapp with a new implementation. The old app got around 300 requests/second so we wanted to make sure that the new implementation…
Stateless architecture has become increasingly popular during resent years and for good reasons. However, stateful session based applications continue to play an important role, for example when issuing CSRF tokens…
This blog post will explain how to use self signed certificates with a Windows Azure cloud service and how to configure the Azure IIS server by code in the web…
As a full-stack .net web-developer I have been doing a lot of html, css and EcmaScript. Often projects start out with a dedicated front-end developer doing his thing, but normally projects…