- Published on
Hello, World!
- Authors
- Name
- James Stuckey
I've wanted to deploy a portfolio with a blog using for a while but never got around to it.
In 2018, during my coding bootcamp at Thinkful (now known as Chegg Skills), I briefly put up a web portfolio as part of my graduation requirements, but I wasn’t proud of the design, and it didn't have a blog feature.
So, this marks my first official blog post!
I want to use this space to explore and document my thoughts and share interesting ideas. Writing helps me organize my thoughts and hopefully I can help someone along the way.
Alongside tech topics, music is another passion of mine. What fascinates me with music is the natural structure, rooted in patterns and rules, yet its flexibility still allows for endless possibilities. Similar to coding, it’s about finding the right balance between structure, logic, creativity and expression. So, I might also share thoughts on music, music theory or new music I'm learning.
If any of this resonates with you, feel free to connect! Always happy to discuss new ideas.
It feels fitting that I end my first software blog post with...
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
Hello, world!