Day: October 25, 2022
20 posts
Changelog #0020 — 🔦 Data filtering, search & replace, RegExp, and more
Hello, API World! We’re back with a new release of HTTPie for Web & Desktop, the API testing client that…
React Context API for Beginners (using useContext hook)
As a Reactjs Developer, you must have encountered some problems while using traditional state management methods (i.e: useState…
Trends in Developer Jobs: A Meta Analysis of Stack Overflow Surveys
I’m really interested in the trends we see in the software engineering job market. Sometimes it’s really hard…
Please do repeat yourself (DRY is dead)
First of all, let me apologize for the clickbait-y title, but we need to talk about Don’t Repeat…
SQL + Python + Spark for Data Science
Table of Content: In this SQL tutorial, we will be learning below concepts. As I’ve used Jupyter-Notebooks for…
Manage multiple git accounts
Hi! Do you have multiple git accounts or you just using one? I have multiple and everytime I…
PostgreSQL vs SQLite
Definition PostgreSQL is an object-relational database management system (ORDBMS) that is compatible with various SQL features. It follows the transaction…
99% of Python Programmers don’t know this feature
Did you use or know about this feature before? text = "PYTHON" print(f"{text}") # PYTHON print(f"{text:#20}") # ______________PYTHON…
15 React Interview Questions to Help You Ace Your Next Technical Interview
React has become one of the most popular front-end JavaScript frameworks in recent years. If you’re looking for…
Best way to learn react js for free
React js is a library developed by Facebook, for building user interfaces quickly. It is declarative and component-based.…