
Build a real-time app with Django Channels, a feature that facilitates support in WebSockets and allows an open connection between client and server.

Go 1.16, the 17th major version of the Go programming language, has just been released. Here, you can learn everything new in Go 1.16.

Here, users can learn about end-to-end testing, and developers can learn about Nightwatch.js, a popular end-to-end test framework.

Learn how to implement a RESTful API by building a simple CRUD app using the Deno framework, Oak. Then, connect to MongoDB.

Here, you’ll use Django REST Framework to build a blog API with endpoints for users, blog posts, comments, and categories.

This tutorial explains the concept of implementing serverless architecture in a Django app using Zappa and Amazon Web Services (AWS) Lambda.

In this post, we’ll create a Dockerfile in order to containerize a Django app and we”ll set up docker-compose through a docker-compose.yml file.

Here, you can learn about some alternatives to the Django REST framework for building web APIs.

There are some popular CSS-in-JS libraries like emotion and styled-components, but they take around 10KB to 20KB of space. Learn more about a lightweight alternative.

Take a look at how cryptography is handled in the Go programming language and what cryptography packages are available today.

Using Jest and Enzyme, here’s how to build unit tests for React and reliably test component trees and functions.

In this article, we will explore go-redis and use its pipeline feature to build a leaderboard API.