user avatar
Web Dev Simplified
@DevSimplified
I teach web development in an easy to understand and beginner friendly way focusing on core concepts and best practices. YouTube.com/WebDevSimplifi…
Posts
  • user avatar
    I know I don't often post personal updates here but this is too big of an event to not mention. Yesterday, I was lucky enough to convince the most wonderful woman in the entire world to marry me! It was an incredible day and I could not have asked for it to go any better.
  • user avatar
    🔥 Hot Tip - JavaScript Do you ever wish you could display relative dates like 'yesterday', '3 hours ago', or 'in 4 days' similar to how Twitter or YouTube do? All you need to do is use the JavaScript relative time formatter which will do all of this for you in any locale.
  • user avatar
    How to be a programmer Step 1: Write code Step 2: Refactor code since it isn't perfect Step 2.5: Realize the new refactor has problems half way through so repeat step 2
  • user avatar
    I am getting ready to start a brand new series called "Who Wants To Be A Megabit." It is just like "Who Wants To Be A Millionaire" but with web dev trivia questions. Let me know who I should bring on as the first few quests by tagging them below!
    00:00
  • user avatar
    This Saturday my biggest project ever will be released! In this video I create a Whatsapp clone using React and it is a big project. I am super excited for this to release!
  • user avatar
    New guest video and project coming out on Monday Hint: It's by a talented developer that simplifies web dev
  • user avatar
    🔥 Hot Tip - CSS Handling scaling and multiple screen sizes in CSS is never fun. It requires tons of media queries and messy code, or does it? With the clamp property in CSS you can easily create values that scale but never grow past a maximum or shrink below a minimum.
  • user avatar
    🔥 Hot Tip - CSS Have you ever tried to scroll an element into view when clicking a link only to have it stuck behind your sticky header? You can fix this in CSS by adding scroll-padding-top equal to the header height on the scroll container element (most likely html or :root).
  • user avatar
    Let me know if you want to see a tutorial on how to create this YouTube clone with HTML/CSS.
  • user avatar
    I cannot tell you how much time I have wasted trying to save time through automation. At least it is fun, though. 🤣
  • user avatar
    It surprises me when I see comments similar to this. We all know there is no way I am smart enough to code out an entire project in such a short time🤣 I generally spend hours pre-building each project before actually recording the 20 minute video.
    I code out everything ahead of time and all the other youtubers are probably doing it too. I thought this was obvious. So no, I am not coming up with an idea and code out a full website in 25 minutes lol
  • user avatar
    🔥 Hot Tip - JavaScript One of the worst parts of JavaScript is accessing a property on a potentially null object. It requires tons of && chaining and looks really messy. Luckily optional chaining is being introduced to JavaScript which lets you check for null in a cleaner way.
  • user avatar
    I have showed you how to create Google Maps and Whatsapp, but now I am stepping it up a notch with a Google Drive clone! I cannot wait to record this and share it with you.
    00:00
  • user avatar
    My JavaScript piano video is one of my more popular videos, so I decided to give it an upgrade and add in a full backend with recording and sharing features. I should be able to get this recorded for next week!
    00:00