|
🔗 Stories, Tutorials & Articles |
|
|
|
Advice for New Software Engineers |
|
|
The author shares details about the following advice:- Don't worry about knowing everything
- Ask questions, have opinions
- Have a business-oriented mindset
- Iterate on failures to learn and get better
|
|
|
|
|
|
|
In Praise of Stacked PRs ✅ |
|
|
“Stacked PRs” is the practice of breaking up a large change into smaller, individually reviewable PRs which can depend on each other, forming a DAG. Github encourages the Stacked PR approach, whereas tools like Gerrit encourage stacked commits. Stacked commits use a single commit as the unit of atomic change. |
|
|
|
|
|
|
|
Advancing direct speech-to-speech modeling with discrete units ✅ |
|
|
Meta AI researchers share their findings regarding advancement in direct speech-to-speech translation models in this blog post. |
|
|
|
|
|
|
25 Useful Chrome Extensions for Software Testers |
|
|
Looking for helpful Google Chrome extensions for QA engineers? Check this list. |
|
|
|
|
|
|
Why I Love Still PHP and Javascript After 20+ years |
|
|
The author provides 7 reasons explaining why PHP and JS are one of their favorite programming languages. |
|
|
|
|
|
|
Revisiting '13 programming languages for the future' |
|
|
Baseball great Yogi Berra famously said that predictions are hard, especially about the future. Seven years ago, editors askedPeter Waynerto come up with a list of 13 programming languages that would define the future of coding. Here’s the list of the original 13 along with a discussion of what went right and wrong with the predictions. |
|
|
|
|
|
|
Data Architecture Revisited: The Platform Hypothesis ✅ |
|
|
Software systems are increasingly based on data, rather than code. A new class of tools and technologies have emerged to process data for both analytics and ML. |
|
|
|
|
|
|
What Are the Different Types of Programming Language? |
|
|
Each programming language differs from the next, in various ways. One of the biggest differences is how a program runs. |
|
|
|
|
|
|
Scratch Can Even Do Linux Kernel |
|
|
Is writing a Kernel module in Scratch, the block-based programming language used primarily by kids, possible? Absurd it may be, but yes, it is absolutely possible! |
|
|
|
|