Software Development
Typed Python For TypeScript Developers
A typed Python cheat sheet for TypeScript developers.
Upgrade AWS EKS Cluster with Zero Downtime
Amazon Elastic Kubernetes Service (Amazon EKS) is a fully managed Kubernetes service offering from AWS.It provides high availability and scalability for the Control Plane to run across multiple…
10 Best Python IDEs and Code Editors to use in 2021
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…
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…