Tag: ai
All the articles with the tag "ai".
My posts
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
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.