Blog


Dodging the Vercel Tax: How to use an open-source alternative for Serverless Postgres, Redis, and Blob Storage

Find out how to get the same DX wins of Vercel Storage by using its Postgres, Redis, and Blob providers with WunderGraph - a free and open-source technology without the Vercel markup, and without vendor lock-in to boot.

ReactNextjsStorage

Lazy Loading and Code Splitting in React Native — Is That Even Possible?

React nativeReact

How to Deploy a NGINX Server with Kubernetes

Create 2 deployments with Nginx containers with a YAML file.

CloudCloud computingKubernetes

2050: What AI Foresees for the Future World

Exploring the future of AI and its potential impact on various aspects of our world by the year 2050.

Artificial intelligence

Automating the Generation of Code from OpenAPI in Your Next.js Application

Generate ready to use fetcher methods

NextjsOpenaiGpt

5 Best VSCode Plugins for Dev Teams

GitHub Copilot, Swimm, Prettier, and more. Boost your productivity and collaboration with these 5 must-have Visual Studio Code plugins for dev teams.

SwimmGithubCopilot

Integrating Azure B2C as an Identity Provider in Next.js Applications Using NextAuth

A step-by-step guide on seamlessly configuring your Azure B2C instance with a Next.js application.

AuthenticationNextauthAzure and b2c

How to Run a Python File Inside a Docker Container

PythonDockerDocker Compose

Drawing with Code: Using PyAutoCAD to Automate AutoCAD in Python

How to Use Python and PyAutoCAD to Create Custom AutoCAD Drawings

AutocadDesignCad

Design Patterns in Python: Repository Pattern

The Repository Design Pattern Explained and Implemented in Python.

Design patternsSoftware engineeringSoftware architecture