How to Implement Material UI With Next.js

Next.js is a React based JavaScript framework for building frontend applications. The Material UI library, on the other hand, offers ready-made ..

8 months ago
0
8607

How to Create a RESTful API Using Flask

API is also known as an application programming interface that serves as a bridge that allows two programs(client and server) to exchange ..

8 months ago
0
6285

Cookie Authentication in Go

HTTP is stateless and might need to store data on your client to simulate a form of state. Browsers and other client-based applications ..

9 months ago
0
1841

Deploying Your Django Web App to Heroku

Are you looking to deploy your web app to Heroku? Heroku is a state-of-the-art Product-as-a-service designed to host scalable web apps. ..

9 months ago
0
3502

Resize Observer: How Does It work?

Previously, while working on a project, I decided to try a new tool to perform media query-style computations. I used resize Observer to do so, and it was powerful. ..

9 months ago
0
970

Getting Started With Watchers in Vue

Watchers, as the name indicates, allow you to monitor data or computed property and execute a series of code in response to changes in the value ..

11 months ago
0
2113

API Load Testing in Python with Locust

Overview  In this article, we will be going over what API load testing is, why API load testing is important, and how to carry out load ..

11 months ago
0
8952