The meeting that changed how we build software (Ep. 579)
https://stackoverflow.blog/2023/06/13/the-meeting-that-changed-how-we-build-software-ep-579/
https://stackoverflow.blog/2023/06/13/the-meeting-that-changed-how-we-build-software-ep-579/
Stack Overflow Blog
The meeting that changed how we build software (Ep. 579)
Jim Highsmith, an original signatory on the Agile Manifesto, tells Ben and Ryan about what software development looked like at the time of the Apollo program, the evolution of user interface, and the meeting where “17 adventurous techies changed the world.”
Hype or not? AI’s benefits for developers explored in the 2023 Developer Survey
https://stackoverflow.blog/2023/06/13/hype-or-not-developers-have-something-to-say-about-ai/
https://stackoverflow.blog/2023/06/13/hype-or-not-developers-have-something-to-say-about-ai/
Stack Overflow Blog
Hype or not? AI’s benefits for developers explored in the 2023 Developer Survey
For this year’s developer survey, we added new questions to gain insight into the real sentiments behind this year’s surge in AI popularity. Is AI making a real impact in the way developers work or is it all hype? This article will recap some of the top insights…
2023 Developer Survey results are in: the latest trends in technology and work from the Stack Overflow community
https://stackoverflow.blog/2023/06/13/developer-survey-results-are-in/
https://stackoverflow.blog/2023/06/13/developer-survey-results-are-in/
Stack Overflow Blog
2023 Developer Survey results are in: the latest trends in technology and work from the Stack Overflow community
The tech that's hot or not, and how work is changing.
Pair programing? We peek under the hood of Duet, Google’s coding assistant. (Ep. 580)
https://stackoverflow.blog/2023/06/16/programming-alone-we-peek-under-the-hood-of-duet-googles-coding-assistant-ep-580/
https://stackoverflow.blog/2023/06/16/programming-alone-we-peek-under-the-hood-of-duet-googles-coding-assistant-ep-580/
Stack Overflow Blog
Pair programing? We peek under the hood of Duet, Google’s coding assistant. (Ep. 580)
We sit down with the PM behind Google Duet to discuss how it was made and how it aims to help, but not replace, developers.
9 Reasons Why HackerEarth Is A Good Alternative To Codility
https://www.hackerearth.com/blog/talent-assessment/codility-alternative/
https://www.hackerearth.com/blog/talent-assessment/codility-alternative/
HackerEarth Blog
9 Reasons Why HackerEarth Is A Good Alternative To Codility
Hire top developers effortlessly with HackerEarth's coding assessment tools – a superior alternative to Codility for effective and streamlined hiring processes.
Stress test your code as you write it (Ep. 581)
https://stackoverflow.blog/2023/06/20/stress-test-your-code-as-you-write-it-ep-581/
https://stackoverflow.blog/2023/06/20/stress-test-your-code-as-you-write-it-ep-581/
stackoverflow.blog
Stress test your code as you write it (Ep. 581) - Stack Overflow
To improve as an engineer, get better at requesting (and receiving) feedback
https://stackoverflow.blog/2023/06/20/to-improve-as-an-engineer-get-better-at-requesting-and-receiving-feedback/
https://stackoverflow.blog/2023/06/20/to-improve-as-an-engineer-get-better-at-requesting-and-receiving-feedback/
Stack Overflow Blog
To improve as an engineer, get better at requesting (and receiving) feedback
It’s easy to ask for, and even want, feedback in a sort of theoretical sense. But soliciting and responding to feedback are, themselves skills.
Throwing away the script on testing (Ep. 583)
https://stackoverflow.blog/2023/06/23/throwing-away-the-script-on-testing-ep-583/
https://stackoverflow.blog/2023/06/23/throwing-away-the-script-on-testing-ep-583/
Stack Overflow Blog
Throwing away the script on testing (Ep. 583)
Syed Hamid, founder and CEO of no-code test automation platform Sofy, joins Ben and Ryan to talk about scriptless automation, why his platform targets mobile app developers, and what he learned in nearly two decades at Microsoft.
7 LGBTQIA+ Members Talk About Their Experiences During Tech Hiring
https://www.hackerearth.com/blog/talent-assessment/lgbtqia-community-in-tech/
https://www.hackerearth.com/blog/talent-assessment/lgbtqia-community-in-tech/
HackerEarth Blog
7 LGBTQIA+ Members Talk About Their Experiences During Tech Hiring
First-hand accounts from the LGBTQIA+ community in tech about the triumphs, tribulations, and suggestions for more inclusivity in the hiring process.
The hardest part of building software is not coding, it’s requirements
https://stackoverflow.blog/2023/06/26/the-hardest-part-of-building-software-is-not-coding-its-requirements/
https://stackoverflow.blog/2023/06/26/the-hardest-part-of-building-software-is-not-coding-its-requirements/
stackoverflow.blog
The hardest part of building software is not coding, it's requirements - Stack Overflow
The cofounder of Chef is cooking up a less painful DevOps (Ep. 584)
https://stackoverflow.blog/2023/06/27/the-cofounder-of-chef-is-cooking-up-a-less-painful-devops-ep-584/
https://stackoverflow.blog/2023/06/27/the-cofounder-of-chef-is-cooking-up-a-less-painful-devops-ep-584/
Stack Overflow Blog
The cofounder of Chef is cooking up a less painful DevOps (Ep. 584)
Chef cofounder Adam Jacob joins the home team to discuss the problems with the current state of cloud infrastructure, what engineers need but aren’t getting, and why he’s focused on creating a new and improved approach to infrastructure automation.
Improving the developer experience in the energy sector
https://stackoverflow.blog/2023/06/28/improving-the-developer-experience-in-the-energy-sector/
https://stackoverflow.blog/2023/06/28/improving-the-developer-experience-in-the-energy-sector/
stackoverflow.blog
Improving the developer experience in the energy sector - Stack Overflow
A Practical Guide To Hire A Technical Writer For Your Tech Team
https://www.hackerearth.com/blog/talent-assessment/hire-a-technical-writer/
https://www.hackerearth.com/blog/talent-assessment/hire-a-technical-writer/
HackerEarth Blog
A Practical Guide To Hire A Technical Writer For Your Tech Team
Check out our guide on how to design strategies for hiring a technical writer, identifying professional technical writers, and hiring tips for technology businesses.
How to Generate Package Private Code with jOOQ’s Code Generator
https://blog.jooq.org/how-to-generate-package-private-code-with-jooqs-code-generator/
https://blog.jooq.org/how-to-generate-package-private-code-with-jooqs-code-generator/
Java, SQL and jOOQ.
A simple example configuration to generate package private jOOQ code
This article shows a simple example configuration of the jOOQ code generator for keeping generated output in a single package, and making it package private