Software Development
Build a Video, Audio + Screen Recorder Web App with JavaScript
What is the Difference Between Java and JavaScript?
50 VS Code Extensions That Will Make You a Better Developer
If you are a programmer, there is a high chance that you are using the Visual Studio Code for your development. It is a free source code editor released in 2015, developed by Microsoft and runs in…
The Best (and Worst way) of Solving the Palindrome Algorithm Question
The palindrome question does a great job testing developer’s basic understanding of how to manipulate a string.
How to Programmatically Create Topics in Kafka Using Python
Creating topics using Python and kafka-python or confluent_kafka
Storybook Is Your New UI Component Explorer
A single tool to develop, demonstrate, and document your UI components
Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT
Authorize your users to access endpoints based on their roles
Call RESTful APIs | Web Services using Angular and RxJS.
Call and cache data returned from HttpClient. Caching data will speed up your web/app. Let's understand how! HttpClient returned an observable. To cache, we need to combine that observable with…
Create a CRUD Rest API with Node and Express.js
To build APIs in Node.js we will use Express.js framework. Any other framework can also be used but Express.js is very popular when using Node.