Prompt Driven Development: What I learnt vibe coding a project in the real world
https://capgemini.github.io/ai/prompt-driven-development/
#HackerNews #PromptDrivenDevelopment #CodingInTheRealWorld #AIInTech #SoftwareDevelopment #LearningToCode
Prompt Driven Development: What I learnt vibe coding a project in the real world
https://capgemini.github.io/ai/prompt-driven-development/
#HackerNews #PromptDrivenDevelopment #CodingInTheRealWorld #AIInTech #SoftwareDevelopment #LearningToCode
I recently got some solid feedback on an older Java project. Looking back at it felt like I was restarting the whole project.
The process would've been better if I asked thoughtful questions about what the feedback meant in regards to what I've built. This is another way to grow as a developer.
The language brain matters more for learning programming than the math brain
https://massivesci.com/articles/programming-math-language-python-women-in-science/
#HackerNews #languagelearning #programming #neuroscience #womeninSTEM #learningtoCode
The way we build software is changing fast thanks to AI agents.
Cut through the "vibe coding" buzz – I explain what's happening, review tools like Copilot, Cursor, and Continue (plus local with Ollama!), and discuss how engineers can adapt. Importantly, I cover how this is reshaping the junior developer journey!
Check it out: https://nicolas.brousse.info/blog/agentic-development
#AI #Coding #VibeCode #FutureOfWork #LLM #LearningToCode #ChatGPT #Cursor #code #SoftwareArchitecture #SoftwareEngineering
Exploring the rise of AI-powered development tools and their impact on software engineering, from GitHub Copilot to local LLMs. A deep dive into "vibe coding," agentic development, and how these tools reshape our workflows while examining opportunities and challenges.
If you ever consider learning to code and think about doing it with
Webmasters Europe - just don't!
It''s the worst way of learning. The didactic is a nightmare.
It's literally like:
Theory: "You need eggs, flour and milk to bake a cake."
Test: "Now you try: Bake a three-tier-wedding cake with angels and chocolate frosting"
#learningToCode #webDeveloper #coder #programming #learnProgramming #webmastersEurope
Wrote a little C# console app that draws a spinning pinwheel—colorful, centered, and surprisingly smooth.
No physics engine. No graphics library. Just some trigonometry, characters, and color.
It auto-sizes to your console window and spins until you press a key.
If you’re learning C#, or just want to see how much you can do with a console app and a bit of math, this is a fun one to read through.
https://gist.github.com/andrewstellman/00c90773fbe85b68f9dba3d4847f1983
#CSharp #ConsoleApps #CreativeCoding #LearningToCode #GenerativeArt