How to Design a Creative Barcode

Want to learn how to design a barcode label? In this article, we’ll explore how to make a barcode and ways you can explore creative barcode design too. What You’ll Learn What is a barcode and what are barcodes used for? How to make a barcode and what tools you can use How… Continue reading How to Design a Creative Barcode

Looking for the Best Productivity Apps For Designers? They are in this Article

Posted · Category: Best Collections Whenever one needs to spend excessive time juggling tasks, deadlines, etc., it’s time wasted. This is irrespective of the professional activity. The same goes for any team leader or a freelance designer. There are better ways to go about managing these tasks. These ways that are faster, more efficient, and… Continue reading Looking for the Best Productivity Apps For Designers? They are in this Article

JWT Authentication in Django

This tutorial will give an introduction to JSON Web Tokens (JWT) and how to implement JWT authentication in Django. What Is JWT? JWT is an encoded JSON string that is passed in headers to authenticate requests. It is usually obtained by hashing JSON data with a secret key. This means that the server doesn’t need… Continue reading JWT Authentication in Django

WP REST API: Setting Up and Using Basic Authentication

In the introductory part of this series, we had a quick refresher on REST architecture and how it can help us create better applications. We then explored the history of REST APIs in WordPress and introduced ourselves to the latest addition: the WP REST API plugin. We set up a basic working environment for testing… Continue reading WP REST API: Setting Up and Using Basic Authentication

HTTP: The Protocol Every Web Developer Must Know

In my previous article, we covered some of HTTP’s basics, such as the URL scheme, status codes and request/response headers. With that as our foundation, we will look at the finer aspects of HTTP, like connection handling, authentication and HTTP caching. These topics are fairly extensive, but we’ll cover the most important bits. HTTP Connections… Continue reading HTTP: The Protocol Every Web Developer Must Know