Featured code-for-a-living January 26, 2023 Comparing tag trends with our Most Loved programming languages The Most Loved languages are those that appeal to veteran developers. Erin Yepis
code-for-a-living January 24, 2023 AI applications open new security vulnerabilities Your ML model and AI-as-a-service apps might open new attack surfaces. Here's how to mitigate them. Taimur Ijlal
code-for-a-living January 19, 2023 Minimizing the downsides of dynamic programming languages Dynamic languages allow for a lot of flexibility in typing — sometimes too much. Here's how to add some guardrails to your code. Daniel Orner
code-for-a-living January 9, 2023 Beyond Git: The other version control systems developers use Our developer survey found 93% of developers use Git. But what are the other 7% using? Ryan Donovan
code-for-a-living January 4, 2023 Getting your data in shape for machine learning Machine learning uses data structures that don't always resemble the ones used in standard computing. You'll need to process your data first if you want efficient machine learning. Tobias Kupek
code-for-a-living January 4, 2023 Better developer experience through AI and open source This podcast series explores how the company is using AI and open source to let their engineers build better software faster. Ryan Donovan
code-for-a-living December 30, 2022 You should be reading academic computer science papers You read documentation and tutorials to become a better programmer, but if you really want to be cutting-edge, academic research is where it's at. Ryan Donovan
code-for-a-living December 29, 2022 Remote work is killing big offices. Cities must change to survive If your office is where you live now, would you live in your old office? Ben Popper Director of Content
code-for-a-living December 28, 2022 The Great Resignation is here. What does that mean for developers? Nearly two years into the pandemic, many Americans are reevaluating their relationship with work. Eira May Content Writer
code-for-a-living December 27, 2022 Picture perfect images with the modern <img> element You may not think about images as part of your web dev work, but they can affect your web app's performance more than any other part of your code. Addy Osmani
code-for-a-living December 26, 2022 Why the number input is the worst input Think that web form has got your number? If you used input type="number", you may be surprised to find that it doesn't. Jared Toporek