Software Development
10 Best Python IDEs and Code Editors to use in 2021
pythonidecode-editor
Build a Video, Audio + Screen Recorder Web App with JavaScript
javascriptscreen-recorderprogramming
What is the Difference Between Java and JavaScript?
javajavascriptprogramming
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…
vscodesoftware-developmentprogramming
How to Programmatically Create Topics in Kafka Using Python
Creating topics using Python and kafka-python or confluent_kafka
pythonsoftware-developmentsoftware-engineering
Storybook Is Your New UI Component Explorer
A single tool to develop, demonstrate, and document your UI components
storybookuiui-explorer
Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT
Authorize your users to access endpoints based on their roles
pythondjangoprogramming
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…
angularrxjssoftware-development
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.
nodejsprogrammingweb-development
Angular: Use Observable Subscriptions & Async-Pipe to Prevent Memory Leaks.
angularweb-developmentsoftware-development