[PDF] Microsoft's research paper on "What Makes a Great Software Engineer"
https://www.microsoft.com/en-us/research/uploads/prod/2019/03/Paul-Li-MSR-Tech-Report.pdf
https://redd.it/1bv56qd
@programmingreddit
https://www.microsoft.com/en-us/research/uploads/prod/2019/03/Paul-Li-MSR-Tech-Report.pdf
https://redd.it/1bv56qd
@programmingreddit
Kubernetes Debugging: How to Handle Multiple kubectl port-forward from your System Tray
https://kftray.hashnode.dev/kubernetes-debugging-handling-multiple-kubectl-port-forward-from-tray
https://redd.it/1bvblmk
@programmingreddit
https://kftray.hashnode.dev/kubernetes-debugging-handling-multiple-kubectl-port-forward-from-tray
https://redd.it/1bvblmk
@programmingreddit
kftray
Kubernetes Debugging: How to Handle Multiple kubectl port-forward from your System Tray
As a developer working with Kubernetes, I often find myself with multiple port-forward open sessions to debug pods across namespaces. Keeping track of all those terminals can get chaotic quickly. To help streamline my debugging workflow, I created an...
How we've saved 98% in cloud costs by writing our own database
https://hivekit.io/blog/how-weve-saved-98-percent-in-cloud-costs-by-writing-our-own-database/
https://redd.it/1bvzfhr
@programmingreddit
https://hivekit.io/blog/how-weve-saved-98-percent-in-cloud-costs-by-writing-our-own-database/
https://redd.it/1bvzfhr
@programmingreddit
Reddit
From the programming community on Reddit: How we've saved 98% in cloud costs by writing our own database
Posted by wolframhempel - 205 votes and 69 comments
How Stack Overflow replaced Experts Exchange
https://graphite.dev/blog/stack-overflow-vs-experts-exchange
https://redd.it/1bw2m80
@programmingreddit
https://graphite.dev/blog/stack-overflow-vs-experts-exchange
https://redd.it/1bw2m80
@programmingreddit
Graphite.dev
How Stack Overflow replaced Experts Exchange
An in-depth history of how Stack Overflow replaced Experts Exchange as the leading online technical wiki.
Modern Git Commands and Features You Should Be Using
https://martinheinz.dev/blog/109
https://redd.it/1bw7fmk
@programmingreddit
https://martinheinz.dev/blog/109
https://redd.it/1bw7fmk
@programmingreddit
martinheinz.dev
Modern Git Commands and Features You Should Be Using
<p>
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
All of us - software engineers - use <code class="inline">git</code> every day, however most people only ever touch the most basic of commands, such as...
IntelliJ IDEA 2024.1 Is Out!
https://blog.jetbrains.com/idea/2024/04/intellij-idea-2024-1/
https://redd.it/1bwhdmj
@programmingreddit
https://blog.jetbrains.com/idea/2024/04/intellij-idea-2024-1/
https://redd.it/1bwhdmj
@programmingreddit
The JetBrains Blog
IntelliJ IDEA 2024.1 Is Out! | The IntelliJ IDEA Blog
IntelliJ IDEA 2024.1 has been released with dozens of improvements to various parts of the IDE listed in this blog post.
How I improved our CI build time from 24mins to 8mins and reduced costs by 50%
https://owaiskhan.me/post/improve-ci-build-time-and-reduce-cost
https://redd.it/1bwk0ae
@programmingreddit
https://owaiskhan.me/post/improve-ci-build-time-and-reduce-cost
https://redd.it/1bwk0ae
@programmingreddit
owaiskhan.me
How I improved our CI build time from 24mins to 8mins and reduced costs by 50% | Owais
If you like fast CI builds, hate having to wait for an eternity for CI to complete a build after you open a PR, and love reducing infra costs, read on.
xz backdoor and autotools insanity
https://felipec.wordpress.com/2024/04/04/xz-backdoor-and-autotools-insanity/
https://redd.it/1bw67ph
@programmingreddit
https://felipec.wordpress.com/2024/04/04/xz-backdoor-and-autotools-insanity/
https://redd.it/1bw67ph
@programmingreddit
Felipe Contreras
xz backdoor and autotools insanity
I argue autotools’ convoluted nature is what enabled the xz backdoor in the first place. The truth is nobody needs to use autotools, and I show why.
How npm install scripts can be weaponized: A real-world example of a harmful npm package
https://stacklok.com/blog/how-npm-install-scripts-can-be-weaponized-a-real-life-example-of-a-harmful-npm-package
https://redd.it/1bwz3w3
@programmingreddit
https://stacklok.com/blog/how-npm-install-scripts-can-be-weaponized-a-real-life-example-of-a-harmful-npm-package
https://redd.it/1bwz3w3
@programmingreddit
Stacklok
Stacklok | Simple and Secure AI Tools
ClangQL: A tool to run SQL-like query on C/C++ Code
https://github.com/AmrDeveloper/ClangQL
https://redd.it/1bxd02l
@programmingreddit
https://github.com/AmrDeveloper/ClangQL
https://redd.it/1bxd02l
@programmingreddit
GitHub
GitHub - AmrDeveloper/ClangQL: ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using…
ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the GitQL SDK - AmrDeveloper/ClangQL
GitHub - Netflix/bpftop: bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events per second, and estimated total CPU % for each program.
https://github.com/Netflix/bpftop
https://redd.it/1bx8xdm
@programmingreddit
https://github.com/Netflix/bpftop
https://redd.it/1bx8xdm
@programmingreddit
GitHub
GitHub - Netflix/bpftop: bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events…
bpftop provides a dynamic real-time view of running eBPF programs. It displays the average runtime, events per second, and estimated total CPU % for each program. - Netflix/bpftop
The Apple lawsuit from a dev perspective.
https://www.nytimes.com/interactive/2024/03/21/technology/apple-lawsuit.html
https://redd.it/1by315w
@programmingreddit
https://www.nytimes.com/interactive/2024/03/21/technology/apple-lawsuit.html
https://redd.it/1by315w
@programmingreddit
Nytimes
Read the Lawsuit Against Apple
The suit is the federal government’s most significant challenge to the reach and influence of the company.
Union Types vs Polymorphism — Writing Extensible Software
https://medium.com/@mahifoo/union-types-vs-polymorphism-writing-extensible-typescript-99dffa453145
https://redd.it/1bxxmsd
@programmingreddit
https://medium.com/@mahifoo/union-types-vs-polymorphism-writing-extensible-typescript-99dffa453145
https://redd.it/1bxxmsd
@programmingreddit
Medium
Union Types vs Interface Inheritance — Writing Extensible Software
Recently there’s been an increasing number of discussion on how union types (type-unions, enums in some languages) are awesome and much…
Twenty Years Is Nothing
https://deprogrammaticaipsum.com/twenty-years-is-nothing/
https://redd.it/1byccgv
@programmingreddit
https://deprogrammaticaipsum.com/twenty-years-is-nothing/
https://redd.it/1byccgv
@programmingreddit
De Programmatica Ipsum
Twenty Years Is Nothing
In a previous edition of this magazine, we argued that English was so pervasive in our industry, nobody even questioned its use anymore. The same can be said of Git. It is difficult to imagine that merely twenty years ago, the landscape of source control…
Hello World: A deep dive into the world of abstraction behind a modern Hello World program.
https://thecoder08.github.io/hello-world.html
https://redd.it/1by7n3c
@programmingreddit
https://thecoder08.github.io/hello-world.html
https://redd.it/1by7n3c
@programmingreddit
Reddit
From the programming community on Reddit: Hello World: A deep dive into the world of abstraction behind a modern Hello World program.
Posted by iwotastic - 101 votes and 19 comments
The State Of Serverless On AWS, Azure & Google Cloud In 2024
https://medium.com/@jankammerath/the-state-of-serverless-on-aws-azure-google-cloud-in-2024-10480f02ee34?sk=2f2426da357287e1b97285d64e880ea9
https://redd.it/1byha1q
@programmingreddit
https://medium.com/@jankammerath/the-state-of-serverless-on-aws-azure-google-cloud-in-2024-10480f02ee34?sk=2f2426da357287e1b97285d64e880ea9
https://redd.it/1byha1q
@programmingreddit
Medium
The State Of Serverless On AWS, Azure & Google Cloud In 2024
The year 2024 has well passed through Q1 now. Serverless compute started with Google App Engine 16 years ago (released on April 7th, 2008)…