How Far Can a Little Focus Take You?
Flow is the result of our effort. The muse shows up when we do the work, not the other way around.”
— Seth Godin
https://reasonablyrich.com/when-was-the-last-time-you-truly-focused-on-a-task
@DevMisc
#productivity #focus #welfare
Flow is the result of our effort. The muse shows up when we do the work, not the other way around.”
— Seth Godin
https://reasonablyrich.com/when-was-the-last-time-you-truly-focused-on-a-task
@DevMisc
#productivity #focus #welfare
The math behind Python’s slices
Python’s slices are rather straightforward, once you understand a couple basic concepts about how they function...
https://tusharsadhwani.medium.com/the-math-behind-pythons-slices
@DevMisc
#python #math #slice
Python’s slices are rather straightforward, once you understand a couple basic concepts about how they function...
https://tusharsadhwani.medium.com/the-math-behind-pythons-slices
@DevMisc
#python #math #slice
How to Improve MongoDB Performance
Indexes help to handle slow queries. If there weren’t indexes, the database would scan all documents in a collection...
https://enlear.academy/how-to-improve-mongodb-performance
@DevMisc
#indexes #performance #mongodb
Indexes help to handle slow queries. If there weren’t indexes, the database would scan all documents in a collection...
https://enlear.academy/how-to-improve-mongodb-performance
@DevMisc
#indexes #performance #mongodb
15 Useful VS Code Shortcuts to Boost Your Productivity
When writing code, we often require certain formatting actions, and a lot of them are supported by VS Code itself...
https://betterprogramming.pub/15-useful-vscode-shortcuts-to-boost-your-productivity
@DevMisc
#productivity #vscode #tips
When writing code, we often require certain formatting actions, and a lot of them are supported by VS Code itself...
https://betterprogramming.pub/15-useful-vscode-shortcuts-to-boost-your-productivity
@DevMisc
#productivity #vscode #tips
Picturing Git: Conceptions and Misconceptions
Far too many developers use Git without understanding it. It's time to straighten out your thinking about what Git is, and isn't.
https://www.biteinteractive.com/picturing-git-conceptions-and-misconceptions/
@DevMisc
#learn #git #misc
Far too many developers use Git without understanding it. It's time to straighten out your thinking about what Git is, and isn't.
https://www.biteinteractive.com/picturing-git-conceptions-and-misconceptions/
@DevMisc
#learn #git #misc
An optimal algorithm for bounded random integers
What if I told you that Big Random Number has lied to us for decades, and we have been played for absolute fools?
https://github.com/apple/swift/pull/39143
@DevMisc
#swift #apple
What if I told you that Big Random Number has lied to us for decades, and we have been played for absolute fools?
https://github.com/apple/swift/pull/39143
@DevMisc
#swift #apple
GitHub Copilot Generated Insecure Code in 40% of Circumstances During Experiment
https://www.theinsaneapp.com/2021/09/github-copilot-generated-40-percent-insecure-code.html
@DevMisc
#github #copilot
https://www.theinsaneapp.com/2021/09/github-copilot-generated-40-percent-insecure-code.html
@DevMisc
#github #copilot
The Descent to C
This article attempts to give a sort of ‘orientation tour’ for people whose previous programming background is in high-level languages such as Java or Python, and who now find that they need or want to learn C.
https://www.chiark.greenend.org.uk/~sgtatham/cdescent/
@DevMisc
#c #learn #overview
This article attempts to give a sort of ‘orientation tour’ for people whose previous programming background is in high-level languages such as Java or Python, and who now find that they need or want to learn C.
https://www.chiark.greenend.org.uk/~sgtatham/cdescent/
@DevMisc
#c #learn #overview
How we built an auto-scalable Minecraft server for 1000+ players
Raising Minecraft world capacity by spreading players across multiple synchronized server processes.
https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/
@DevMisc
#games #devops #minecraft
Raising Minecraft world capacity by spreading players across multiple synchronized server processes.
https://www.worldql.com/posts/2021-08-worldql-scalable-minecraft/
@DevMisc
#games #devops #minecraft
STR32-C. Do not pass a non-null-terminated character sequence to a library function that expects a string
https://wiki.sei.cmu.edu/confluence/display/c/STR32-C
@DevMisc
#c #memory #learn
https://wiki.sei.cmu.edu/confluence/display/c/STR32-C
@DevMisc
#c #memory #learn
GitHub's npm Gave Away A Package Name While It Was In Use
GitHub recognized that it hadn't revisited the dispute policy for npm packages since March.
https://www.theinsaneapp.com/2021/08/github-npm-package.html
@DevMisc
#github #nodejs
GitHub recognized that it hadn't revisited the dispute policy for npm packages since March.
https://www.theinsaneapp.com/2021/08/github-npm-package.html
@DevMisc
#github #nodejs
Stop using loops. Do this instead.
Loops are commonly used in code by programmers. However, many fail to realize how taxing they are on a program’s performance speed...
https://python.plainenglish.io/stop-using-loops-do-this-instead
@DevMisc
#python #loop #performance
Loops are commonly used in code by programmers. However, many fail to realize how taxing they are on a program’s performance speed...
https://python.plainenglish.io/stop-using-loops-do-this-instead
@DevMisc
#python #loop #performance
Programming For Hours - 5 Tips To Stay Productive
Here are a few very common ways to stay focused and attentive while your hands are on keyboard for a code...
https://dev.to/jaskirat1325/programming-for-hours-5-tips-to-stay-productive
@DevMisc
#productivity #focus #wealth
Here are a few very common ways to stay focused and attentive while your hands are on keyboard for a code...
https://dev.to/jaskirat1325/programming-for-hours-5-tips-to-stay-productive
@DevMisc
#productivity #focus #wealth
The Docker Container Lifecycle
Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.
https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3
@DevMisc
#docker #tutorial #devops
Learn how a Container works based on its Lifecycle state and the Docker cli commands to manage them effectively.
https://dev.to/alubhorta/the-docker-container-lifecycle-docker-made-easy-3
@DevMisc
#docker #tutorial #devops
Textual
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
https://github.com/willmcgugan/textual
@DevMisc
#python #library #terminal
Textual is a TUI (Text User Interface) framework for Python inspired by modern web development.
https://github.com/willmcgugan/textual
@DevMisc
#python #library #terminal
Kids can't use computers
"...and this is why it should worry you"
http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers/
@DevMisc
#meta #internet
"...and this is why it should worry you"
http://www.coding2learn.org/blog/2013/07/29/kids-cant-use-computers/
@DevMisc
#meta #internet
The Programming Interview from Hell
This post describes what happens when a 0.1x programmer goes to a 10x programmer interview.
https://new.pythonforengineers.com/blog/the-programming-interview-from-hell/
@DevMisc
#humor #interview
This post describes what happens when a 0.1x programmer goes to a 10x programmer interview.
https://new.pythonforengineers.com/blog/the-programming-interview-from-hell/
@DevMisc
#humor #interview
Cloudscraper
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM), implemented with Requests.
https://pythonrepo.com/repo/VeNoMouS-cloudscraper-python-web-crawling
@DevMisc
#python #webscraping #cloudflare #captcha
A simple Python module to bypass Cloudflare's anti-bot page (also known as "I'm Under Attack Mode", or IUAM), implemented with Requests.
https://pythonrepo.com/repo/VeNoMouS-cloudscraper-python-web-crawling
@DevMisc
#python #webscraping #cloudflare #captcha
Why sequential identifiers are a bad idea
A real example of what could go wrong when using sequential ids on a public shared image hosting platform.
https://telegra.ph/Heres-how-we-got-your-credit-card-number-or-Why-sequential-identifiers-are-a-bad-idea-09-07
@DevMisc [#Original ❤️]
#security #misc
A real example of what could go wrong when using sequential ids on a public shared image hosting platform.
https://telegra.ph/Heres-how-we-got-your-credit-card-number-or-Why-sequential-identifiers-are-a-bad-idea-09-07
@DevMisc [#Original ❤️]
#security #misc
Dockerize your projects in Visual Studio Code
While at first glance this seems to be easy, there are a number of considerations you need to take into account when working on multi-component applications...
https://piethein.medium.com/dockerize-your-projects-in-visual-studio-code
@DevMisc
#docker #vscode #workflow
While at first glance this seems to be easy, there are a number of considerations you need to take into account when working on multi-component applications...
https://piethein.medium.com/dockerize-your-projects-in-visual-studio-code
@DevMisc
#docker #vscode #workflow