1 follower
Just a guy trying to be a developer, riddled with impostor syndrome and struggles to focus, chronicling my notes, thought processes and more on Developer Overload.
Subscribe to my newsletter and never miss my upcoming articles
A low level cheat sheet to reference on basic web browser files and VS Code tips. Feel free to comment things to add! On Basic File Types ExtensionTypePurpose .mdMarkdownGeneral Writing/Blog Post/Articles/README .htmlHTMLHyper-Text Markup Lan...
In our previous post we finished off a lot of styling and making the blog look like something. At the end I mentioned going over adding a "back-to-top" button and contact modal. We may discuss some options for that in the near future, but today we're...
Holidays are almost to an end, and so is this year! Let's finish it out on a good note by finishing the first complete iteration of our personal blog/portfolio site. We may dive in to some particularly interesting sections here, mainly the cards sect...
We took a little time to go over basics of CSS, we have our HTML skeleton, now we'll add some styling to the blog based off what we learned, and include a few new things, like media queries. To put it simply, @media rules allow you to use different s...
CSS It makes things look pretty. HTML tags simply describe the content of a web page. They let us know what content is meant to be. CSS solves the problem of "How do we make it look pretty?" There are different ways to define CSS, with <style> tags, ...
We've gone over the Git basics, downloaded Git, set up our local account, signed up and logged in to GitHub and listed out commonly used Git Commands. Now we'll put that new Git knowledge to use by creating our first repository for an HTML layout for...