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.

 
VetFamily
2022-01-13

VetFamily - Ett nätverk för fristående djurkliniker

WILL & SKILL hade nöjet att hjälpa VetFamily med framtagning och utveckling av ett kundinlogg för deras kunder. Där vi i projektet utvecklade kundportalen med en hybridmetod som kombinerar agila och vattenfallsmodeller. Denna metod gav flexibilitet för snabba anpassningar samt strukturerad planering, vilket förbättrade projektets effektivitet och kundnöjdhet.
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.
Touchbase on screen
2024-08-14

TouchBase - Social Visual Merchandising

WILL & SKILL är stolta över att ha utvecklat sitt egna digitala verktyg för Visual Merchandisers. Ett verktyg som förenklar kommunikation och rapporthantering mellan managers och visual merchandisers ute på fältet.
Poba case on mobile
2023-06-22

Poba - Företagsportal och användarapp

WILL & SKILL har, tillsammans med Poba, utvecklat en publiceringsplattform för eventbranschen. Plattformens mål är att underlätta för gallerier att nå ut till nya besökare, samt ge besökare möjlighet att hitta rätt event.
Door bell
2020-05-19

A QR-code based, Google Cloud Function hosted, Slack integrated Door bell!

We will be using the following technologies: Python/Flask Python/requests Google Cloud SDK Firebase Cloud Function Slack Web API
Green fruit
2020-02-11

Celery 4 with Django on Ubuntu 18.04

There are many things that we want to do asynchronously without unnecessarily blocking our code. Celery is a library that does exactly that. Celery is a task queue that plays well with Django and we have had a great ton of fun using for the past few years!
nice pic
2020-02-04

Custom Django admin actions with an intermediate page

To create a custom action in django admin is pretty straight forward. You must define a function which is then referenced from the models admin definition. This function will accept three arguments:
Watch
2020-01-07

How to Install PostgreSQL 9.6 on Ubuntu 18.04 LTS within 3 minutes

At Will & Skill we are avid users of Postgres due to its simplicity and deep integration with the Django ORM. If You have not used Postgres before, You should definitely give it a try.
People by night
2019-10-15

Python: The Origin Story

Let's dive into the history of Python
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.
Planing
2022-02-01

Digitaliserat bokningssystem och betalningsflöde

Vår kund är verksam i en bransch där deras kunder bokar in personliga 1:1 sessioner och betalar för dessa sessioner per tillfälle. I utgångsläget sköttes dessa bokningar manuellt via mail eller telefon och likaså skedde matchning mellan kunderna och företagets representanter manuellt, utan något egentligt underlag bortom vem som var tillgänglig eller känd av kunden sen tidigare.
Resting fox
2021-09-01

4 enkla steg för att integrera mot ett RESTful API med hjälp av Python Requests

I vårt vardaliga jobb som en digitalbyrå i Stockholm får behöver vi ofta integrera mot tredjeparts tjänster. Ofta är dessa RESTful API som har en fördefinerad struktur och tankesätt. Detta underlättar för oss som utvecklare. I denna artikel listar vi 6 frågor som du bör ställa innan du börjar bygga integrationer mot ett tredjeparts API.