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.
Coffee cheer
2020-05-05

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

Most social projects need a notification system. We need to inform users when a comment has been made on a post they have authored or if someone has commented on a post they have commented on. We also use notifications to tell users when admins/managers upload new files.
Toy
2020-03-17

Custom Code Snippets in VS Code for your Django Project

Ever misspelled something whilst spinning up a Django template? Do you ever struggle to remember the syntax of that template tag you rarely use? Custom VS Code snippets to the rescue!
Supreme image
2020-03-03

How to cache API Endpoints

When developing advanced web software you don't want the user to hit the database if it's not necessary.
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.
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:
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.