Programming
5 Ways to Convert String to Array in JavaScript
javascriptstringarray
Coding Bootcamp vs CS Degree vs Self Taught: Which Is Best For You
A comprehensive guide to help you find your way to learning how to code
programmingcoding-bootcampcs-degree
How To Embed VSCode Into A Browser With React
vs-codereactprogramming
How to Programmatically Create Topics in Kafka Using Python
Creating topics using Python and kafka-python or confluent_kafka
pythonsoftware-developmentsoftware-engineering
Create a Browser with React.js and Electron
javascriptreactelectron
Deep clone an Object and preserve its type with TypeScript
From Shallow Copy to Deep Clone with Type
typescriptjavascriptprogramming
A hands-on guide for a Server-Side Rendering React app
In the previous article, we described how to make a production build and deploy it to a server. Naturally, the next step is the server-side rendering. We are going to walk through the process by…
server-side-renderingjavascriptprogramming
How to Build a Search Bar with JavaScript
A quick walkthrough on how to build a search bar feature with JavaScript
javascriptweb-developmentprogramming
Role Based Authentication and Authorization with DjangoRestFramework and SimpleJWT
Authorize your users to access endpoints based on their roles
pythondjangoprogramming
Use Web Scraping to Download All PDFs With Python
A guide on using web scraping to download all PDFs with Python.
pythonprogrammingweb-scraping