
A journey to coding
const myAproach = () => {
return (
<p> To me, building a web app is not only about coding—the design, business logic, and web copy must all come together to deliver an intuitive user experience. </p>
)
}
export default myAproach
Who am I?
As a former business consultant and tech copywriter, I have a diverse skill set that blends the ability to understand various business functions with crafting compelling messages that resonate with the target audience.
This expertise allows me to maximize the benefits for both the end-users and the business through my front-end development work.
Why programming?
To me, building web applications is the perfect balance of creative and analytical work. When starting this software development journey I found it very challenging, yet immensely rewarding.
Seeing my code come to life ignites an endless curiosity that powers me every day to learn, create, break, and rebuild more optimally.
What gives me purpose?
Creating beautiful, effective and easy-to-use websites that people enjoy interacting with is my main driver.
Alongside my project work, I find great satisfaction in contributing to the Institute of Code's web development community and APIsec’s mission of raising API security awareness among developers thus fostering a collaborative and supportive environment.
Where I'm headed to?
As I advance in my journey, I uncover new opportunities not only to optimize the design, performance, and security of my projects but also to expand my skills into full-stack development with Next.js.
At the same time, the growing challenges that come with that have made me realize the importance of code security—something that I didn't consider before. For the past year and a half, I've been educating myself in this area.
My tech stack evolution
Started my coding journey by creating simple Codepens, moved on to building my first websites with Jekyll, and transitioned to Next.js—my current framework of choice due to having introduced me to writing backend code with JavaScript and allowing me to build more versatile projects.

From Jekyll to Next.js
To someone who had not worked with an SSG before, Jekyll was beginner-friendly enough yet it empowered me to create fully functional websites.
Besides this, the templating language it uses—Liquid, not only allowed me to work with Shopify stores, but also helped me understand the concepts of reusable components and props in React.