dev.to
1. The question of the day...
To keep Twitter, or not to keep Twitter?
That...is the question. And it's a tough one!
dev.to started as a Twitter account, and it's grown into an ecosystem of more than a dozen accounts since then. As the steward of that ecosystem for the better part of the past year, it breaks my heart to watch the platform become what it has over the past few months.
We have no plans in the works to leave Twitter, even as we've established a presence on Mastodon, but I want to know what you're thinking. …
#socialmedia #discuss #watercooler
2. 📚3 Must Read Books for Programmers from Non-traditional Background
1️⃣ Code: The Hidden Language of Computer Hardware and Software
This is a classic book I believe should be the first thing to read when you want to learn about how computer works. Even though the first edition was published nearly two decades ago, the content is still relevant, and good news is that the second edition was just released Aug 2022 with new chapters on clock, ALU etc, and the companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make compu…
#computerscience #programmer #softwareengineering #selflearning
3. Best books I've read in 2022 📚
One of my goals this year was to read more than in previous years and I wanted to share with you some of the best books I read in 2022, some of them are recommendations from other people and others were simply in the long Wanted to read list. These books covered a wide range of topics and all provided valuable insights and information.
"Thinking, Fast and Slow" by Daniel Kahneman. This book goes in-depth into the psychology of decision making and how the brain processes information. It is a fas…
#reading #books #science
1. The question of the day...
To keep Twitter, or not to keep Twitter?
That...is the question. And it's a tough one!
dev.to started as a Twitter account, and it's grown into an ecosystem of more than a dozen accounts since then. As the steward of that ecosystem for the better part of the past year, it breaks my heart to watch the platform become what it has over the past few months.
We have no plans in the works to leave Twitter, even as we've established a presence on Mastodon, but I want to know what you're thinking. …
#socialmedia #discuss #watercooler
2. 📚3 Must Read Books for Programmers from Non-traditional Background
1️⃣ Code: The Hidden Language of Computer Hardware and Software
This is a classic book I believe should be the first thing to read when you want to learn about how computer works. Even though the first edition was published nearly two decades ago, the content is still relevant, and good news is that the second edition was just released Aug 2022 with new chapters on clock, ALU etc, and the companion website, CodeHiddenLanguage.com, uses animated graphics of key circuits in the book to make compu…
#computerscience #programmer #softwareengineering #selflearning
3. Best books I've read in 2022 📚
One of my goals this year was to read more than in previous years and I wanted to share with you some of the best books I read in 2022, some of them are recommendations from other people and others were simply in the long Wanted to read list. These books covered a wide range of topics and all provided valuable insights and information.
"Thinking, Fast and Slow" by Daniel Kahneman. This book goes in-depth into the psychology of decision making and how the brain processes information. It is a fas…
#reading #books #science
dev.to
1. 5 Websites To Finish 💯 Complicated Stuff Quickly & Easily! 🚀
As a developer, having the right tools is essential to ensuring that your projects are successful and efficient.
Developer tools can help developers create, debug, maintain and optimize applications for various platforms.
They provide an array of features that make development easier such as debugging capabilities, testing frameworks and code refactoring options.
Using the right developer toolkit is key to creating software in an effective manner with minimal bugs or errors in the final produ…
#webdev #productivity #developers #programmer
2. Debugging NodeJS
Use the built-in debugger
Node.js comes with a built-in debugger that can be used from the command line.
Use a Node.js debugger tool
There are several third-party debugger tools, such as node-inspector and Visual Studio Code, that can be used to debug Node.js applications.
Console logging
The console.log() method is a simple and effective way to debug Node.js applications by logging values of variables and expressions.
Using breakpoints
Breakpoints can be set in the code to pause the executio…
3. VS Code Extensions I Use For Programming And Writing
Introduction
Language-Specific Extensions
Python Extensions
AutoDocstring - Python Docstring Generator
Django
Jupyter
Python Indent
General Usage Extensions
Draw.io
Duplicate Action
Excel Viewer
Google-Search
Open in Browser
Prettier
Rainbow CSV
VSCode-PDF
Markdown
Markdown-All-In-One
Markdownlint
Character Count
Code Spell Checker
Word Count
Raspberry Pi
Pico-W-Go
Conclusion
Introduction
In this post I thought I would put together a list of some of the most useful VS Code extensions…
#vscode #beginners #productivity #javascript
1. 5 Websites To Finish 💯 Complicated Stuff Quickly & Easily! 🚀
As a developer, having the right tools is essential to ensuring that your projects are successful and efficient.
Developer tools can help developers create, debug, maintain and optimize applications for various platforms.
They provide an array of features that make development easier such as debugging capabilities, testing frameworks and code refactoring options.
Using the right developer toolkit is key to creating software in an effective manner with minimal bugs or errors in the final produ…
#webdev #productivity #developers #programmer
2. Debugging NodeJS
Use the built-in debugger
Node.js comes with a built-in debugger that can be used from the command line.
Use a Node.js debugger tool
There are several third-party debugger tools, such as node-inspector and Visual Studio Code, that can be used to debug Node.js applications.
Console logging
The console.log() method is a simple and effective way to debug Node.js applications by logging values of variables and expressions.
Using breakpoints
Breakpoints can be set in the code to pause the executio…
3. VS Code Extensions I Use For Programming And Writing
Introduction
Language-Specific Extensions
Python Extensions
AutoDocstring - Python Docstring Generator
Django
Jupyter
Python Indent
General Usage Extensions
Draw.io
Duplicate Action
Excel Viewer
Google-Search
Open in Browser
Prettier
Rainbow CSV
VSCode-PDF
Markdown
Markdown-All-In-One
Markdownlint
Character Count
Code Spell Checker
Word Count
Raspberry Pi
Pico-W-Go
Conclusion
Introduction
In this post I thought I would put together a list of some of the most useful VS Code extensions…
#vscode #beginners #productivity #javascript