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.

 
Show and tell at the office
2019-11-28

Det senaste inom VS Code, Code Push mm.

Denna Show & Tell fokuserade vi på följande ämnen:
Show and tell at the office
2019-11-16

Email, läsbar-kod och CMS

Igår var det återigen dags att samla teamet för vår Show & Tell. Vi startade timern och därefter fick alla delge allt från problem till tips.
Python book
2019-11-07

Setup a production ready Django application with Redis, Postgres, virtualenv, dotenv, Nginx, uWSGI that is 12 factor compliant from scratch

We will use the technologies below Nginx as our frontserver to handle HTTPS, static files and route traffic to the uWSGI instance uWSGI will be used to serve the WSGI application Django to build lightweight models for authentication Django REST Framework to build a simple and lightweight API Redis to store cached API data Postgres to store User data dotenv will be used to store secrets on the server virtualenv will be used to create an isolated environment for our app.
Creative hero
2019-10-31

När använder man componentDidMount i React?

Will & Skill består bland annat av ett gäng riktigt duktiga react-utvecklare. Vi jobbar med att bygga system som underlättar vardagen för våra kunder och dess slutanvändare. För att uppnå detta på ett effektivt sätt använder vi ett ramverk som heter React! React-projekt byggs upp av flera små React-komponenter. Dessa React komponenter har vissa inbyggda metoder. Nedan pratar vi om hur man kan använda en av dessa: componentDidMount.
Coffee break
2019-10-29

Real Time Notifications with Firebase, Django and Backbone - Part 2

Let's carry on with a post_save method as well. We usually put our notification logic in a file called "notifications.py". Let's create it: