This content originally appeared on DEV Community and was authored by adriens
Context
Last week, optnc published the following post :


Mobitag.nc… 25 ans plus tard, des sms en SaaS via API{GEE}
adriens for opt-nc γ» Jun 17
This new blog post is all about the inspiration it brought me the very next days.
Week-end Hackathon pitch
I really love to the find the most efficient way to pitch an idea, as often visual management is a great way to achieve this:
// Detect dark theme var iframe = document.getElementById(‘tweet-1804325979093102830-910’); if (document.body.className.includes(‘dark-theme’)) { iframe.src = “https://platform.twitter.com/embed/Tweet.html?id=1804325979093102830&theme=dark” }
hackathon, 2h. timeboxing & office hours
After that, on the next saturday morning, I launched myself within a 2 hours hackathon to estimate what could be achieved during a very strict and short timeboxed session so I could organize one later on office hours, and how I could animate that session.
Demo
Learning paths considerations
After the first working prototype I felt happy with that but… I
started to dig a bit further around Go best practices, tooling, libs.
“The more I saw possibilities the more it made me want to learn more.”
So my conclusion would be that using genAI to start dirty-coding from scratch a new programming language is really great as it makes things work within a very short amount of time : perfect for a hackathon.
It helps produce “something that runs” for demo purpose.
Then it made me thing about two categories:
- For those who just want to discover a programming language, build a PoC and make their opinion : it’s a great way, for example to teach to code… while producing something that does more than “Hello World”
- For those who felt curious and want to go further in discovering : it’s very fun
In my case I felt the need to make things better looking, automating and discovering Go language and benefits. I think I will :
-
Go on discovering
Go
language and tools - Probably test new programming languages, go on coding new ideas from scratch with GenAi too and see what happens
Resources
GitHub milestone : Hackathon week-end du 2024-06-22
This content originally appeared on DEV Community and was authored by adriens