The word "Sprint" in agile development: An unfortunate misnomer
https://vincentrolfs.dev/blog/sprint
https://redd.it/yznwbh
@programmingreddit
https://vincentrolfs.dev/blog/sprint
https://redd.it/yznwbh
@programmingreddit
vincentrolfs.dev
The word "Sprint" in agile development: An unfortunate misnomer
Blog of Vincent Rolfs. Vincent is a freelance Software Engineer and IT-Consultant. He has more than ten years experience in developing complex applications on the web.
Who needs "GitHub Copilot" when you have "cheat.sh" for editors like VS code, Sublime, Vim etc. I get the answers I need straight from in the editor :)
https://github.com/chubin/cheat.sh#editors-integration
https://redd.it/z02zhu
@programmingreddit
https://github.com/chubin/cheat.sh#editors-integration
https://redd.it/z02zhu
@programmingreddit
GitHub
GitHub - chubin/cheat.sh: the only cheat sheet you need
the only cheat sheet you need. Contribute to chubin/cheat.sh development by creating an account on GitHub.
How I’m a Productive Programmer With a Memory of a Fruit Fly
https://hynek.me/articles/productive-fruit-fly-programmer
https://redd.it/z0gslb
@programmingreddit
https://hynek.me/articles/productive-fruit-fly-programmer
https://redd.it/z0gslb
@programmingreddit
Hynek Schlawack
How I’m a Productive Programmer With a Memory of a Fruit Fly
A love letter to tools that changed everything for me.
How do you guys integrate new employees to your team? I'm trying to hone the process, but what roadblocks to avoid? We recently had a couple of juniors, who complained their onboarding wasn't satisfactory. What we have right now is just them DMing our Tech lead and senior. Suggestions?
http://google.com
https://redd.it/z0dt9i
@programmingreddit
http://google.com
https://redd.it/z0dt9i
@programmingreddit
reddit
How do you guys integrate new employees to your team? I'm trying...
Posted in r/programming by u/JustZed32 • 100 points and 84 comments
Create Your Own SpeedTest - Only Static File, All you need is Nginx. - Free & Open-Source with MIT license
https://github.com/openspeedtest/Speed-Test
https://redd.it/z0w039
@programmingreddit
https://github.com/openspeedtest/Speed-Test
https://redd.it/z0w039
@programmingreddit
GitHub
GitHub - openspeedtest/Speed-Test: SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool…
SpeedTest by OpenSpeedTest™ is a Free and Open-Source HTML5 Network Performance Estimation Tool Written in Vanilla Javascript and only uses built-in Web APIs like XMLHttpRequest (XHR), HTML, CSS, J...
Why CVE-2022-3602 was not detected by fuzz testing
https://allsoftwaresucks.blogspot.com/2022/11/why-cve-2022-3602-was-not-detected-by.html
https://redd.it/z11huj
@programmingreddit
https://allsoftwaresucks.blogspot.com/2022/11/why-cve-2022-3602-was-not-detected-by.html
https://redd.it/z11huj
@programmingreddit
Blogspot
Why CVE-2022-3602 was not detected by fuzz testing
So recently a very hyped memory corruption security vulnerability was discovered in the OpenSSL punycode parser. Some folks including Hanno ...
Hands-Free Coding - How I develop software using dictation and eye-tracking
https://www.joshwcomeau.com/blog/hands-free-coding
https://redd.it/z0s7yc
@programmingreddit
https://www.joshwcomeau.com/blog/hands-free-coding
https://redd.it/z0s7yc
@programmingreddit
Joshwcomeau
Coding with voice dictation using Talon Voice • Josh W. Comeau
Earlier this year, I lost the ability to use a keyboard and mouse for extended periods. Fortunately, this wasn't as catastrophic as it sounds! This article chronicles my experience using adaptive tools like dictation and eye-tracking as my primary mechanisms…
Why you should always use [closed, open) intervals
https://fhur.me/posts/always-use-closed-open-intervals
https://redd.it/z18gb6
@programmingreddit
https://fhur.me/posts/always-use-closed-open-intervals
https://redd.it/z18gb6
@programmingreddit
fhur
fhur's blog
D2 is now open source – a new, modern language that turns text to diagrams
https://github.com/terrastruct/d2
https://redd.it/z1qoxc
@programmingreddit
https://github.com/terrastruct/d2
https://redd.it/z1qoxc
@programmingreddit
GitHub
GitHub - terrastruct/d2: D2 is a modern diagram scripting language that turns text to diagrams.
D2 is a modern diagram scripting language that turns text to diagrams. - terrastruct/d2
System design concepts: Multithreading basics
https://www.youtube.com/watch?v=KqFfhcIPdxQ
https://redd.it/z1jc80
@programmingreddit
https://www.youtube.com/watch?v=KqFfhcIPdxQ
https://redd.it/z1jc80
@programmingreddit
YouTube
System design concepts: Multithreading Basics
A video series for "Multithreading", we will go through some very basic concepts in the multithreading area, and will cover more topics in the following videos. Hope you enjoy, have fun!
Improving Firefox stability with this one weird trick
https://hacks.mozilla.org/2022/11/improving-firefox-stability-with-this-one-weird-trick/
https://redd.it/z1vrvq
@programmingreddit
https://hacks.mozilla.org/2022/11/improving-firefox-stability-with-this-one-weird-trick/
https://redd.it/z1vrvq
@programmingreddit
Mozilla Hacks – the Web developer blog
Improving Firefox stability with this one weird trick
Poorly behaving web pages and apps are no longer capable of crashing the browser by exhausting memory, thanks to a simple trick.
One YAML to rule them all. We just open sourced a new workload config spec so you can configure once and deploy to any environment (local, cloud, etc.)
https://github.com/score-spec/spec
https://redd.it/z1rxpj
@programmingreddit
https://github.com/score-spec/spec
https://redd.it/z1rxpj
@programmingreddit
GitHub
GitHub - score-spec/spec: The Score Specification provides a developer-centric and platform-agnostic Workload specification to…
The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies betwe...
“The longer a developer assumes a code review will take, the longer they will take to respond to it.” Interesting case for adding estimated review times to pull requests
https://linearb.io/blog/why-estimated-review-time-improves-pull-requests-and-reduces-cycle-time/
https://redd.it/z2bo70
@programmingreddit
https://linearb.io/blog/why-estimated-review-time-improves-pull-requests-and-reduces-cycle-time/
https://redd.it/z2bo70
@programmingreddit
linearb.io
Why Estimated Review Time Improves Pull Requests And Reduces Cycle Time | Dev Interrupted Powered by LinearB
The smallest thing you can do to make the biggest impact on cycle time? Add estimated time to review to pull requests.
Using Rust at a startup: A cautionary tale
https://mdwdotla.medium.com/using-rust-at-a-startup-a-cautionary-tale-42ab823d9454
https://redd.it/z2i2wn
@programmingreddit
https://mdwdotla.medium.com/using-rust-at-a-startup-a-cautionary-tale-42ab823d9454
https://redd.it/z2i2wn
@programmingreddit
Medium
Using Rust at a startup: A cautionary tale
Rust is awesome, for certain things. But think twice before picking it up for a startup that needs to move fast.