The Tech Stack Paradox and the Reality of Job Hunting
Success in the tech industry isn't about chasing the latest trendy skills or technologies. It's about developing a deep understanding of the entire ecosystem…
Read postCategory archive
Posts filed under Software Development, newest first.
Everything in this archive, newest first.
Success in the tech industry isn't about chasing the latest trendy skills or technologies. It's about developing a deep understanding of the entire ecosystem…
Read postAutomate Everything Possible Continuous Integration/Continuous Deployment (CI/CD): Implement robust CI/CD pipelines to catch issues early and often. Linting: Use tools like ESLint for JavaScript…
Read post1. Unintentional Vulnerabilities AI models are trained on vast codebases, including those with known vulnerabilities. They may inadvertently reproduce these vulnerabilities in generated code.…
Read postTraditional wisdom about commenting code is being challenged by the use of Large Language Models (LLMs). Key Observations from Practice Comment Volatility with LLMs…
Read postLearning Curve: New technologies require time and resources to master. Your team's productivity will initially decrease as developers familiarize themselves with new tools and…
Read postThere seems to be a stark divide in the developer community regarding the effectiveness of LLMs for coding. Some are disappointed, others quietly reap…
Read postWith the rise of large language models (LLMs) like GPT-4 and Claude 3 Opus, some people are wondering if software developers will soon be…
Read postHere's a how Cursor, a VSCode fork with built-in GPT-4 support, crafts its API requests to GPT-4 to generate code. Original API Request {…
Read postCursor is a VSCode fork with built-in support for large language models (LLMs). It allows users to select code, hit Ctrl+K, write an LLM…
Read post