Tech Rumors
3 subscribers
235K photos
239K links
Download Telegram
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