Få insikter i hur vi arbetar och bli inspirerad!

Vill du lära dig om det senaste inom Javascript, Python, Django, React, React Native? Här hittar du artiklar om vår erfarenhet av att utveckla moderna digitala lösningar.

Läs alla våra nyheter nedan

Här hittar du det senaste från oss.

 
code styling
2020-05-21

Playgrounds som du bör ha koll på som frontend utvecklare

Experimentation och felsökning är en stor del av en utvecklares vardag. För att hinna med så mycket som möjligt är det viktigt att testa dina idéer tillsammans med kund för att komma framåt i olika scenarion.
Coding screen
2020-05-07

Fem enkla tips kring state som du bör kunna som React utvecklare

React har funnits sedan 2014 och utvecklas i rask takt. Det tillkommer nya spännande saker konstant och det är viktigt att man som utvecklare håller sig uppdaterad men det finns några grundläggande principer som vi alltid har kunnat luta oss tillbaka på.
Escape rooms
2020-04-28

We put 4 developers in a room for 48 hours. You won't believe what happened next...

During the "Nordea Innovation Challenge," we aimed to reinvent banking by creating an app using Python/Django for the back-end and Angular with Ionic for the front-end. Our app was designed to scan receipts, link them to products, and offer savings recommendations. By integrating the Nordea API, we accessed transaction histories and built a back-end for image handling and data anonymization, along with an OCR service for receipt parsing.
Code on screen
2020-04-21

Using ES6 with AngularJS and gulp

To use ES6 code in your AngularJS project along with gulp you’re going to need to transpile the ES6 code into ES5 code using babel.
Fire up
2020-03-24

Deleting your git commit history without removing repo on Github/Bitbucket

When you have just found out that you or a fellow team mate has committed sensitive data into your Github repo. What do you do?
Mobile on black background
2020-03-05

Debugging i React Native

På W&S tittar vi ofta på hur vi kan använda verktyg som avlastar våra utvecklare från små repetitiva sysslor som ofta kan vara tidsslukare i vardagen. En stor del av vår dag går åt att läsa och underhålla kod som andra eller vi själva har producerat vilket medför att vi borde lägga tid på att automatisera en stor del av bugghanteringen genom att använda processer som underlättar arbetet.
Keyboard in amber light
2020-02-27

Öka arbetsglädjen i ditt team med hjälp av ett optimerat deploymentflöde i Git

Git är i de flesta fall känt som ett versionshanteringssystem men väldigt få använder Git till dess fulla potential. I denna korta guide så går vi genom hur du som CTO eller Team Lead kan få ökad produktivitet och arbetsglädje samtidigt som ni snabbare kan leverera ny funktionalitet till era kunder / slutanvändare.
Post it
2020-02-25

I updated our website to use React with Next.js and DatoCMS... here is what I learned!

I was tasked with updating our website from the static HTML-pages we've had to something that would be easier to maintain and update. I was asked to re-do the entire site using DatoCMS and the React framework "Next.js".
Splash
2020-02-18

Install direnv on Ubuntu 18.04 in 1 min

At Will & Skill we care deeply about using the right tools to optimize our workflow. If we can shave off a few seconds here and there we can save a lot of time in the long run.
Programming true
2020-02-06

Tankar om REST-API:er

Andreas beskrev ett mystiskt problem han stötte på där han skickade en PUT från front-end med statusen will_be_cancelled, såg att rätt status gick iväg och togs emot på backend, men när objektet sedan sparats och en GET kördes fick han tillbaka statusen active.
Coding in the dark
2020-01-23

Semantisk HTML

Nu är det dags att prata om HTML markup, "graceful degradation" och hur man arbetar för att nå en hög grad av accessibility/tillgänglighet.
Coffee in the making
2020-01-21

Using CORS with Nginx

We have had the opportunity to work on a lot of frontend projects over the years at Will & Skill and one of the things that often come around in every project is how You handle CORS requests.