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.

 
Hassan Mian, CEO, Developer, Educator, Digital Strategy, Python, Django, React, Next.js
2024-06-06

Webinar - Att välja rätt CMS - En guidad tur för marknadschefer

Tack till alla som deltog i vårt webinar "Att välja rätt CMS - En guidad tur för marknadschefer", i samarbete med Agency Match. Vi hoppas att ni nu har en bättre förståelse för vilket CMS som bäst stödjer era affärsmål. Hassan Mian, VD på Will & Skill, delade värdefulla insikter om hur ni kan maximera era marknadsföringsstrategier genom rätt val av CMS. Om ni missade webinaret eller vill ha mer information, tveka inte att kontakta oss för att optimera er digitala närvaro.
Webinar with Will & Skill
2024-05-02

Anmäl dig till vårt webinar: "Att välja rätt CMS - En guidad tur för marknadschefer"

Välkommen till vårt webinar "Att välja rätt CMS - En guidad tur för marknadschefer", i samarbete med Agancy Match. Där vi hjälper dig att förstå vilket CMS som bäst stödjer dina affärsmål. Få insikter från Hassan Mian, VD hos oss på Will & Skill, och lär dig maximera dina marknadsföringsstrategier genom rätt val av CMS. Missa inte chansen att optimera er digitala närvaro. Anmäl dig idag!
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.
Workstation for a developer
2022-10-01

Elevating the Web Experience using Headless and Next.js

In the ever-evolving landscape of web development, creating seamless and captivating digital experiences is the ultimate goal. The combination of a Headless Content Management System (CMS), Next.js, and Vercel has emerged as a powerhouse trio, enabling businesses to craft high-performing, dynamic, and scalable websites. Let's delve into the incredible benefits of harnessing this synergy.
Relax
2022-09-01

Headless CMS vs Traditional CMS

In the realm of content management, choosing the right system can spell the difference between stagnation and innovation. Traditional Content Management Systems (CMS) have been the staple for years, but the emergence of Headless CMS has injected a new wave of possibilities. Let's dive into a spirited comparison and uncover why, in our opinion, Headless CMS takes the crown.
2022-08-01

Unleashing Business Potential: 6 Benefits of Headless CMS

In the fast-paced digital landscape, businesses are constantly seeking innovative ways to enhance their online presence, engage customers, and streamline content management. One such solution that has gained significant attention is the Headless Content Management System (CMS).
Chess
2022-07-01

The Power of Headless CMS

In this digital age, content management frameworks are critical for efficient operations. Lets figure out the benefits of Headless CMS.
Pineapple
2022-06-01

Headless CMS - Introduction

Welcome to the fascinating world of website development, where the term 'Headless CMS' has taken center stage.
focus
2022-05-02

How to install PostgreSQL 12 on Ubuntu 18.04

PostgreSQL 12 is out and has packed a lot of nice features and improvements. This is a quick tutorial to help You get started with PostgreSQL 12 in no time.
Library
2022-03-02

PgBouncer + Ubuntu 18.04

As a project grows there are many reasons as to why we would like to separate the machine that hosts web services from the machine(s) that hosts our production database. In order to handle connections properly and keep connections to a minimum we need to use a pooling service such as pgbouncer.
Laptop with code
2022-02-16

Easy Storyblok + Next.js Setup

The power of Headless CMS is highlighted several times in our articles. Today we will see how you can smoothly build your content using Storyblok and get your setup ready with Next.js.
Keyboard with blue light
2022-02-02

Introduction React Virtual DOM

The modern web introduces a lot of new concepts. DOM (Document Object Model) manipulation is one of the main ways to enhance web experiences and interactivity. However, it decreases performance and speed more than most operations. React Virtual DOM comes in handy: a new concept to update your document structure without affecting performance, let's dive into it!