If you’re going to download a bunch of your company’s confidential source code before moving to a direct competitor, be careful not to show it off to your old employer during a video call. If you’ve ever embarrassed yourself by publicly sharing a part of your screen you weren’t supposed to, spare a thought forContinue reading “Screensharing mistake gets Nvidia sued over alleged stolen trade secrets.”
Category Archives: code
Prompt engineering leading AI software design innovations.
“You can have GitHub Copilot from me when you pry it from my cold, dead hands,” a Microsoft engineer says. Ask John Montgomery, Microsoft corporate VP of product, how he thinks AI is affecting his work, and he’ll tell you that he’s bullish on the technology—particularly GitHub’s programming helper Copilot. “You can have GitHub CopilotContinue reading “Prompt engineering leading AI software design innovations.”
How To Write Better and Quality Code.
Code quality is a critical aspect of software development, encompassing various practices and principles aimed at producing clean, maintainable, and efficient code. It involves structuring code for readability, eliminating redundancy through reusable components, documenting with comments, conducting thorough unit testing, and selecting appropriate development tools. Ensuring high code quality not only enhances the long-term maintainabilityContinue reading “How To Write Better and Quality Code.”
Are you a CRAFT Coder?
Craft Code is code made with care, skill, and ingenuity. It is as simple as it can be and no simpler. It is state-of-the-art, elegant, and bespoke. So are you a Craft Coder? You may be a Craft Coder if … You follow these four practices. (There are many more, but these are the essentials.) 1. YouContinue reading “Are you a CRAFT Coder?”
How to write type-safe CSS Modules.
One of the benefits of using TypeScript is that it significantly reduces the occurrence of specific bugs, like typos; it even makes it easier to access prototype methods and perform refactoring. Bugs caught at compile time make for more uptime, happier customers, and less on-call stress for developers. With TypeScript, it’s easy to type our application’sContinue reading “How to write type-safe CSS Modules.”
Why Can’t I Just Use This Function? The Struggles with Code Reusability in JS.
We’ve all been there. You know an open-source project does something you need, deeply nested in the dark trenches of a specific file in the repo. You finally, after hunting for a couple minutes you find it. You start to untangle that core functionality and see if there’s any feasible way to decouple it fromContinue reading “Why Can’t I Just Use This Function? The Struggles with Code Reusability in JS.”
Self-healing code is the future of software development.
Developers love automating solutions to their problems, and with the rise of generative AI, this concept is likely to be applied to both the creation, maintenance, and the improvement of code at an entirely new level. One of the more fascinating aspects of large language models is their ability to improve their output through self reflection.Continue reading “Self-healing code is the future of software development.”

You must be logged in to post a comment.