DEV Community

TeeTeaTe
TeeTeaTe

Posted on

Three Great Tools that help me as a beginner web developer

Getting started

I recently started creating a blog website using HTML and CSS, and the Deadlogs blog engine which is powered by HTML, CSS, and vanilla Javascript.

This process has been interesting because I'm putting the lessons from The Odin Project's Foundations course into practice while having the simplicity of the blog's template available to me.

While working on the site, I've also written and published a few DEV.TO blog posts about my experience.

Something I have found helpful during this process has been finding and using different tools to make writing and posting content easier.

Read about some of my favorite tools that I use as a beginner web developer. Some of them you may use and some may be new to you:

First up is Markdown Validator

  • I use this markdown tool to write and edit Markdown code for my Github READMEs and for my DEV.TO posts. Markdown Validator works for me because it is free to use, does not require sign-in, and allows me to immediately preview the work I've written using Markdown. I have WYSIWYG view of my writing without having to install anything. I tell MV how I want my words to look, and it shows me how to properly write Markdown. I also love that previous Markdown remains cached in my browser so I can return to it until my browser's cache is cleared. A README I wrote in MV last week is still available for me to edit or delete.

Next up is Obsidian

  • Obsidian is an all-in-one repository for my notes, code snippets, blog posts, drafts of questions for AI engines, and more. Instead of using Google Keep, Notion, Trello, Asana, Monday, Goodreads, Apple Notes, and many more apps for note-taking, list writing, personal development, coding, and planning, I use Obisidian for these things. My vault is scappy right now, but I will refine it for my daily work life as I continue using it

Rounding out my list is Toggl Track

  • I was searching for a free tool that would let me track how much time I spent working on each section of The Odin Project (inspired by Code by Blaze J). Toggl Track works because I can start and stop the timer for any task I'm doing. I currently track how long it takes me to work on job applications daily and how long I work on The Odin Project courses. Toggl Track is a game changer for time-blocking and lessening distractions.

These three tools help me daily with managing my time and projects as a beginner web developer. I enjoy using them during dedicated learning blogs, while applying for jobs, and during writing sessions. As I learn more and work on new projects, I will surely add more great tools to my toolbox.

Let's connect!

What tools do love for your professional work, while studying, or for your personal projects? Comment below with three tools that make work easier for you.

Top comments (0)