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:
Fire
2019-11-19

Firebase ❤ React ❤ Next — Part 1 of 2

In this tutorial we will build a fully functional real time chat service using Firebase, React and Next.
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.
Coding on a plane
2019-11-05

Javascript, React, VSCode and Snippets

You are probably spending a lot of time writing boilerplate code. In this bite-size article we will set up snippets for Javascript and React and reduce your time spent writing boilerplate code.
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:
People by night
2019-10-15

Python: The Origin Story

Let's dive into the history of Python
Coder
2019-10-01

Writing Stateful Function Components in React Using Hooks

As a developer, having a solid technical side isn't the only thing you need to have to have a successful career. Communications, confidence and ambition, are all qualities that will definitely make you stand out as a programmer. So today we will present a few of them. Let's get started.
Forest
2019-06-21

Install ElasticSearch 6.x on Ubuntu 18.04 LTS

At Will & Skill we frequently use ElasticSearch in our project. This is a step-by-step guide on how You can install and use ElasticSearch 6.x in your project.
Plan navigation
2019-06-01

Setup a highly-available Redis cluster with Sentinel and HAProxy

The purpose of this tutorial is to show You how to quickly setup a Redis cluster with Sentinel (comes with Redis) and HAProxy on Ubuntu 18.04