I Added Tailwind to a React Project
August 28, 2021I started a new project, Colour Converter, in large part to learn how to use Tailwind. I initially thought the hard part would be learning…
Hello, my name is Julienne.
This is my software development blog.
I started a new project, Colour Converter, in large part to learn how to use Tailwind. I initially thought the hard part would be learning…
I read up more about preserveAspectRatio and I think I understand it now. Here are my whiteboard notes New Concepts preserveAspectRatio…
For the longest time, I couldn’t really understand how SVG worked. I read about the subject from many different sources but nothing really…
I just finished making my web development portfolio. It features the projects I made and blog posts I’ve written. In the process of making…
This is a guide for setting up a React frontend and Rails backend app. Set up React frontend Create React app In the terminal, go to your…
The first week of developing Annotate was great. I budgeted the first week for planning and writing the barebones app. After the first week…
Annotate had a three week deadline and I had a schedule for what features I wanted implemented each week. For the first week, I outlined my…
This is a guide for setting up a React frontend and Express backend app. Set up React frontend Create React app In the terminal, go to your…
Writing stupid endpoints was a lesson I learned in making Seaside Cafe. My mentor told me to keep the endpoints idiot proof. All the…
One of the factors in me making Pomodoro was because I use pomodoro timers. Me being a user shaped the app I built as a lot of the decisions…
Starting with something simple was the big lesson I learned in Pomodoro. I learned this the hard way when I made the mistake of writing…
I started my programming journey with HTML, CSS, and JavaScript. I was reading a lot of books, watching online course videos, and…