Tag: ai
All the articles with the tag "ai".
My posts
Integrating Jira into Cursor with the Model Context Protocol
Published: at 03:00 PMStep-by-step guide to connect Jira to Cursor through the Model Context Protocol and streamline your workflow
AI-powered development: Chrome extension with Gemini
Published: at 04:00 PMEver wondered if AI could replace developers? I put Gemini to the test by asking it to create a simple Chrome extension. What seemed like a straightforward task turned into a curious journey with unexpected twists. Did the AI succeed, or did it fall short? Dive into this article to find out how well Gemini handled the challenge of coding in the real world.
AI-powered development: Chrome extension with ChatGPT
Published: at 04:00 PMEver wondered if AI could replace developers? I put ChatGPT to the test by asking it to create a simple Chrome extension. What seemed like a straightforward task turned into a curious journey with unexpected twists. Did the AI succeed, or did it fall short? Dive into this article to find out how well ChatGPT handled the challenge of coding in the real world.
Tech Watch Posts
OpenAI Codex: Revolutionizing Code or Ripping Off Developers?
Published: at 01:02 PMOpenAI Codex promises to revolutionize coding, but don’t be fooled—this shiny new AI tool has some serious flaws. While it’s great for basic tasks, it’s far from ready to replace skilled developers, and it comes with major risks like outdated code, security vulnerabilities, and legal nightmares.
Will AI Replace Coders? How Developers Can Stay Relevant in the Age of AI Tools
Published: at 10:43 AMWill AI replace programmers? Discover how AI tools are changing software development—and what skills developers need to stay competitive in 2025.
The Case for TypeScript In The AI Coding Era
Published: at 01:03 PMAI tools crave TypeScript! Use TS on every project for better AI collaboration, faster feedback & boosted developer productivity.
The Hidden Cost of AI Coding
Published: at 04:18 PMAI coding tools boost productivity but may sacrifice the flow state and deep satisfaction developers experience when writing code by hand. What are we losing?
Cursor Rules for Better AI Development
Published: at 04:13 PMLearn TypeScript cursor-rules for AI development. Covers best practices, JSDoc, structure. Differentiates workspace & global rules for better AI coding
What is an LLM (For Web Developers)
Published: at 02:39 PMLearn what Large Language Models (LLMs) actually are, how they work, and practical ways to add them to your web projects—no PhD required
Prompt Engineering for Web Development
Published: at 08:35 AMLearn effective prompt engineering techniques for AI code generation in WordPress. Discover best practices, examples, and tips for creating clean, organized, and maintainable code
How I use Cursor (+ my best tips)
Published: at 02:12 PMPractical tips for using Cursor AI effectively, including YOLO mode, test-driven development, debugging, and keyboard shortcuts.
Using Transformers.js for AI in the Browser
Published: at 03:22 PMA look at Transformers.js and doing GenAI work in the browser.
OpenAI is shockingly good at unminifying code
Published: at 01:26 PMThe article explains how OpenAI tools assist in reverse-engineering minified JavaScript. It uses an example of a complex ASCII art generator to show how ChatGPT can interpret the code, making it more readable by converting it to TypeScript. The article highlights the utility of AI in understanding and debugging obfuscated code.