dev.to
1. Why I write posts on Dev.to, and you should too
I have written nearly thirty posts on Dev.to and supplied countless (constructive) comments on posts of others. On the whole, I have found the experience rewarding and the community appreciative and supportive, even when they disagree with me. Here are the three main reasons why I will continue to write and I suggest you try it yourself, if you have not yet done so. If you already write posts, perhaps you might want say why you do in the comments below.
Share understanding
I first set out wri…
2. MicroPython officially becomes part of the Arduino ecosystem
Last month MicroPython officially became part of the Arduino ecosystem. The inclusion of MicroPython as a member of the Arduino family is an exciting development for those interested in using Python to develop for any board with a serial REPL interface, like the ESP32. The ESP32 is a low-cost, low-power system-on-chip (SoC) microcontroller with built-in WiFi and Bluetooth capabilities, making it a popular choice for a wide range of projects, including IoT devices, home automation, and wearable e…
#micropython #arduino #esp32 #embedded
3. One-page Database cheat sheet
Hello everyone 👋
I am glad to present you with the One-page Database cheat sheet.
Link (google doc): One-page Database cheat sheet
Feel free to leave your comments on the google doc or below the post.
Sources:
https://www.geeksforgeeks.org/acid-properties-in-dbms/
https://www.geeksforgeeks.org/transaction-isolation-levels-dbms/
https://www.geeksforgeeks.org/normal-forms-in-dbms/
https://www.geeksforgeeks.org/indexing-in-databases-set-1/
https://www.scaler.com/topics/sql/advantages-and-disad…
#interview #cheatsheet #database #sql
1. Why I write posts on Dev.to, and you should too
I have written nearly thirty posts on Dev.to and supplied countless (constructive) comments on posts of others. On the whole, I have found the experience rewarding and the community appreciative and supportive, even when they disagree with me. Here are the three main reasons why I will continue to write and I suggest you try it yourself, if you have not yet done so. If you already write posts, perhaps you might want say why you do in the comments below.
Share understanding
I first set out wri…
2. MicroPython officially becomes part of the Arduino ecosystem
Last month MicroPython officially became part of the Arduino ecosystem. The inclusion of MicroPython as a member of the Arduino family is an exciting development for those interested in using Python to develop for any board with a serial REPL interface, like the ESP32. The ESP32 is a low-cost, low-power system-on-chip (SoC) microcontroller with built-in WiFi and Bluetooth capabilities, making it a popular choice for a wide range of projects, including IoT devices, home automation, and wearable e…
#micropython #arduino #esp32 #embedded
3. One-page Database cheat sheet
Hello everyone 👋
I am glad to present you with the One-page Database cheat sheet.
Link (google doc): One-page Database cheat sheet
Feel free to leave your comments on the google doc or below the post.
Sources:
https://www.geeksforgeeks.org/acid-properties-in-dbms/
https://www.geeksforgeeks.org/transaction-isolation-levels-dbms/
https://www.geeksforgeeks.org/normal-forms-in-dbms/
https://www.geeksforgeeks.org/indexing-in-databases-set-1/
https://www.scaler.com/topics/sql/advantages-and-disad…
#interview #cheatsheet #database #sql
dev.to
1. When useEffect runs
useEffect is one of those React/Preact hooks that most people have a love/hate relationship with, but like it or not, it's good to understand how it works. This is not the first blog post on the subject, and it's certainly not going to be the last, but hopefully I can explain some things to you about when (and why!) it runs in your applications for you to use as a reference!
Please tell my friend what useEffect actually is
Your friend asks a good question! First of all, let's talk about side …
#react #preact #javascript #useeffect
2. Publishing Qnotly APIs as a notes backend.
Introduction
Hi everyone, I am happy to share with you Qnotly. a side project to manage notes as API.
What Is Exactly Qnotly
Qnotly is a note management app using API.
which mean is that you manage your notes through APIs. It will be helpfull for people that wants a ready APIs to use for their little project or just for fun and learning.
Motivation
I have created Qnotly For these reasons.
Learn more by practicing on a real thing.
Learn more on DevOps, as i made it's CI/CD to deploy to se…
#news #api #tooling
3. The Ultimate MongoDB Command Cheatsheet for Developers
This MongoDB command cheatsheet is the perfect tool for developers who want to work more efficiently and effectively with MongoDB. With 50 of the most commonly used MongoDB commands, this reference guide provides quick and easy access to the information you need to get the job done. Whether you're new to MongoDB or an experienced user, this cheatsheet will help you streamline your development process and maximize your productivity. So, if you want to take your MongoDB skills to the next level, b…
#mongodb #database #cheatsheet
1. When useEffect runs
useEffect is one of those React/Preact hooks that most people have a love/hate relationship with, but like it or not, it's good to understand how it works. This is not the first blog post on the subject, and it's certainly not going to be the last, but hopefully I can explain some things to you about when (and why!) it runs in your applications for you to use as a reference!
Please tell my friend what useEffect actually is
Your friend asks a good question! First of all, let's talk about side …
#react #preact #javascript #useeffect
2. Publishing Qnotly APIs as a notes backend.
Introduction
Hi everyone, I am happy to share with you Qnotly. a side project to manage notes as API.
What Is Exactly Qnotly
Qnotly is a note management app using API.
which mean is that you manage your notes through APIs. It will be helpfull for people that wants a ready APIs to use for their little project or just for fun and learning.
Motivation
I have created Qnotly For these reasons.
Learn more by practicing on a real thing.
Learn more on DevOps, as i made it's CI/CD to deploy to se…
#news #api #tooling
3. The Ultimate MongoDB Command Cheatsheet for Developers
This MongoDB command cheatsheet is the perfect tool for developers who want to work more efficiently and effectively with MongoDB. With 50 of the most commonly used MongoDB commands, this reference guide provides quick and easy access to the information you need to get the job done. Whether you're new to MongoDB or an experienced user, this cheatsheet will help you streamline your development process and maximize your productivity. So, if you want to take your MongoDB skills to the next level, b…
#mongodb #database #cheatsheet
dev.to
The Ultimate Linux Cheat Code Handbook
You think you know Linux? Think again. With this cheat code handbook, you'll be hacking your way to...
#linux #cheatsheet #computerscience #ubuntu
The Ultimate Linux Cheat Code Handbook
You think you know Linux? Think again. With this cheat code handbook, you'll be hacking your way to...
#linux #cheatsheet #computerscience #ubuntu
dev.to
📚 34 JavaScript String Methods Cheatsheet
This post assumes that you already know what strings are in JavaScript. When we work with different...
#webdev #javascript #beginners #cheatsheet
📚 34 JavaScript String Methods Cheatsheet
This post assumes that you already know what strings are in JavaScript. When we work with different...
#webdev #javascript #beginners #cheatsheet
dev.to
GIT Commands Cheat Sheet
The 77 Commands You Need To Know Thanks for reading this. If you have an idea and...
#programming #devjournal #git #cheatsheet
GIT Commands Cheat Sheet
The 77 Commands You Need To Know Thanks for reading this. If you have an idea and...
#programming #devjournal #git #cheatsheet
dev.to
JSX and React: Learn how to Write Maintainable Code – CheatSheet
1. Introduction1.1. The Value of React: Is it Worth Learning Today 2. React Nuts and Bolts 2.1....
#react #javascript #tutorial #cheatsheet
JSX and React: Learn how to Write Maintainable Code – CheatSheet
1. Introduction1.1. The Value of React: Is it Worth Learning Today 2. React Nuts and Bolts 2.1....
#react #javascript #tutorial #cheatsheet