Software Development
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.
software-developmentsoftware-engineeringalgorithms
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