KimDoesCode
KimDoesCode
  • 27
  • 18 714
The secret to starting out as a web developer
🔗links🔗
Frontend mentor: frontendmentor.io/
ICodeThis: icodethis.com
So, you want to build websites but don’t know where to start? This guide breaks it all down in a way that even your non-tech-savvy friend could understand.
We’ll start with the basics: What is a website, and how do they even work? We’ll talk about servers, frontend vs. backend, and the tools (like code editors) that make it all possible.
From there, we’ll dive into the building blocks of the web: HTML, CSS, and JavaScript. You’ll also learn why media queries are your best friend when it comes to responsive design.
And here’s a pro tip: Don’t just learn-build! Projects are the key to mastering these skills. We’ll also chat about tools that make your life easier, like package managers (because why reinvent the wheel?) and build tools, plus version control to keep your work safe and organized.
Once you’ve got the frontend basics down, you’ll level up with skills like responsive design, JavaScript frameworks, and tools liks Tailwind CSS.
Finally, we’ll dip our toes into the backend (just the basics, because I’m not an expert either). By the end, you’ll have a clear roadmap to becoming a web developer.
Ready to start your web dev journey? Let’s go!
มุมมอง: 411

วีดีโอ

CSS Grid finally makes sense | Bento grid challenge - Frontend Mentor
มุมมอง 7K2 หลายเดือนก่อน
Today's video goes in depth exploring the basics of grid and grid-template-areas and how you can use this to enhance your layout abilities. By using Frontend Mentor's Bento Grid challenge as a practical example, we illustrate the powerful possibilities that come with mastering CSS Grid, empowering you to create more dynamic and flexible web layouts. 🔗Links Live site: bento-grid-main-one.vercel....
How I Accidentally Became a Software Engineer (Front end Developer)
มุมมอง 9713 หลายเดือนก่อน
Today's video is about how I accidentally became a software engineer. I'll be sharing my journey, from how I got started without really planning to, to the challenges I faced early on. I'll talk about what it’s been like to learn and grow in this field, how I’m handling things now, and what my plans are moving forward. If you're interested in software development, I’ll also be giving some tips ...
CSS ::before & ::after Pseudo Elements Simplified | With Triangle Example
มุมมอง 3223 หลายเดือนก่อน
Learn how to master CSS pseudo-elements with this simple tutorial! In this video, we'll break down how pseudo-elements work using an easy-to-understand analogy, perfect for beginners. By the end, you'll know how to use these powerful tools to style your web pages with ease! ✨Time Stamps✨ 00:57 - Example 02:41 - Other examples of Pseudo Elements 03:56 - Triangle Example ✨MORE ON PSEUDO ELEMENTS✨...
Build a data storage component with HTML & CSS | Frontend Mentor Challenge
มุมมอง 5224 หลายเดือนก่อน
Let's build the fylo data storage component with HTML and CSS. ✨In this video, we will... • Breakdown the layout to understand it better • Structure the HTML properly • Style the components and also make the layout responsive • Build and make the mobile menu functional with CSS only ✨ Resources ✨ • Starter files: www.frontendmentor.io/challenges/fylo-data-storage-component-1dZPRbV5n • Live prev...
August 8, 2024
มุมมอง 1515 หลายเดือนก่อน
Let's build a fruit homepage with HTML and CSS. We'll include a mobile menu that will be made functional with CSS only. ✨In this video, we will... • Breakdown the layout to understand it better • Structure the HTML properly • Style the components and also make the layout responsive • Build and make the mobile menu functional with CSS only ✨ Links✨ Amena Twitter: x.com/AmenaiSabuwala Amena TH-ca...
July 14, 2024
มุมมอง 955 หลายเดือนก่อน
Today's video is about a form validation tool I came across BouncerJS is a lightweight JavaScript library used for client-side form validation. It allows developers to easily add custom validation rules and handle form validation without relying on heavy frameworks or additional dependencies. 👉 Resources • Starter files: github.com/Orekihotarou-k/contact-form-starter-files • BouncerJS: github.c...
Building a responsive portfolio website with HTML & CSS (Form validation included - NO JS needed)
มุมมอง 7046 หลายเดือนก่อน
Today's video is about building a fully responsive design portfolio website with HTML and CSS. Also, form validation has been included without writing any javaScript code. In this video, we will... • Breakdown the layout to understand it better • Structure the HTML properly • Style the components and also make the layout responsive • Include form validation without having to write any JavaScrip...
Fylo landing page two column layout. (BONUS - Form validation) | HTML & CSS project with source code
มุมมอง 4967 หลายเดือนก่อน
Today's video covers Frontend mentor's Fylo landing page with two column layout solution and as a bonus, I've included form validation using Bouncer JS. In this video, we will... • Breakdown the layout to understand it better • Structure the HTML properly • Style the components and also make the layout responsive • Include form validation without having to write any JavaScript. 👉 Resources • Bo...
Frontend Mentor Testimonial grid section | HTML and CSS grid challenge
มุมมอง 3798 หลายเดือนก่อน
Today, we'll take on @frontendmentor testimonial grid section challenge with HTML and CSS. In this video, you'll get; • Clear explanations: Understand the code and the reasoning behind each choice. • HTML Setup: See why specific HTML elements are used for structure and clarity. • CSS grid: Discover the logic behind CSS grid and grid-template-areas. 👉 Resources Mentioned: Kevin's video: th-cam.c...
Huddle landing page with alternating feature blocks | Fontent mentor HTML & CSS solution
มุมมอง 1978 หลายเดือนก่อน
In this video, we tackle the Frontend Mentor Huddle Landing Page with alternating feature blocks challenge, a perfect project for beginners. We'll break down the code step-by-step, explaining every line of HTML and CSS. Learn by Doing: • Clear explanations: Understand the code and the reasoning behind each choice. • HTML Setup: See why specific HTML elements are used for structure and clarity. ...
Struggling with Deployment? Submit Your Frontend Mentor Challenge Now!
มุมมอง 3148 หลายเดือนก่อน
Thinking about submitting your Frontend Mentor challenge solution? That's fantastic! Let's explore different ways to bring it to life using 3 popular platforms; GitHub Pages, Vercel, and Netlify. ⨠ Timestamps 0:00 Creating a GitHub repository 2:47 Using GitHub desktop 5:43 Deploying with GitHub pages 7:15 Deploying with Vercel 10:27 Deploying with Netlify 13:52 Submitting the challenge Leave a ...
Recipe page | Frontend Mentor Challenge with HTML and CSS
มุมมอง 2.8K9 หลายเดือนก่อน
In this video, we solve Frontend Mentor's recipe page challenge! We'll break down the code step-by-step, explaining every line of HTML and CSS. Learn by Doing: • Clear explanations: Understand the code and the reasoning behind each choice. • HTML Setup: See why specific HTML elements are used for structure and clarity. • CSS Decisions: Discover the logic behind design elements and responsive la...
Blog Preview Card | Frontend Mentor Challenge with HTML and CSS
มุมมอง 5769 หลายเดือนก่อน
In this video, we tackle the Frontend Mentor's blog preview card challenge! We'll break down the code step-by-step, explaining every line of HTML and CSS. Learn by Doing: • Clear explanations: Understand the code and the reasoning behind each choice. • HTML Setup: See why specific HTML elements are used for structure and clarity. • CSS Decisions: Discover the logic behind design elements and re...
Huddle Landing Page (HTML and CSS) | Front End Mentor Challenge
มุมมอง 3389 หลายเดือนก่อน
Huddle Landing Page (HTML and CSS) | Front End Mentor Challenge
Social Links Profile (HTML & CSS) | Frontend Mentor Challenge
มุมมอง 71310 หลายเดือนก่อน
Social Links Profile (HTML & CSS) | Frontend Mentor Challenge
Build a Responsive Single Price Grid with CSS Grid! (Frontend Mentor Challenge)
มุมมอง 8710 หลายเดือนก่อน
Build a Responsive Single Price Grid with CSS Grid! (Frontend Mentor Challenge)
Frontend Mentor Challenge: Responsive Social Proof Section with CSS Flexbox (Beginner Friendly)
มุมมอง 61110 หลายเดือนก่อน
Frontend Mentor Challenge: Responsive Social Proof Section with CSS Flexbox (Beginner Friendly)
Frontend Mentor Challenge: 3-Column Card Component - DEEP DIVE & Code Walkthrough
มุมมอง 20110 หลายเดือนก่อน
Frontend Mentor Challenge: 3-Column Card Component - DEEP DIVE & Code Walkthrough
Coding the Stats Preview Component | Beginner-Friendly Walkthrough | Frontend Mentor Challenge
มุมมอง 26510 หลายเดือนก่อน
Coding the Stats Preview Component | Beginner-Friendly Walkthrough | Frontend Mentor Challenge
HTML & CSS Made Simple: Navigating the Order Summary Challenge with a Soft Touch! 🍃💻
มุมมอง 5910 หลายเดือนก่อน
HTML & CSS Made Simple: Navigating the Order Summary Challenge with a Soft Touch! 🍃💻
From Zero to (Maybe) Hero: Navigating Frontend Mentor's Newbie Product Preview Card Challenge
มุมมอง 13810 หลายเดือนก่อน
From Zero to (Maybe) Hero: Navigating Frontend Mentor's Newbie Product Preview Card Challenge
"Why Didn't I Think of That?!" - Solution to the Result Summary Component Frontend Mentor Challenge
มุมมอง 20010 หลายเดือนก่อน
"Why Didn't I Think of That?!" - Solution to the Result Summary Component Frontend Mentor Challenge
25 Minutes to Frontend Glory: Solving the 4 Card Feature Challenge for Beginners with HTML and CSS
มุมมอง 5710 หลายเดือนก่อน
25 Minutes to Frontend Glory: Solving the 4 Card Feature Challenge for Beginners with HTML and CSS
I Survived the Profile Card Challenge... But at What Cost? (Spoiler: It Was Worth It!)
มุมมอง 8010 หลายเดือนก่อน
I Survived the Profile Card Challenge... But at What Cost? (Spoiler: It Was Worth It!)
NFT PREVIEW CARD COMPONENT SOLUTION (Frontend Mentor challenge) - HTML5 & CSS3
มุมมอง 21711 หลายเดือนก่อน
NFT PREVIEW CARD COMPONENT SOLUTION (Frontend Mentor challenge) - HTML5 & CSS3
QR CODE COMPONENT SOLUTION - FRONT END MENTOR
มุมมอง 49111 หลายเดือนก่อน
QR CODE COMPONENT SOLUTION - FRONT END MENTOR

ความคิดเห็น

  • @davidtaupe356
    @davidtaupe356 4 ชั่วโมงที่ผ่านมา

    I was totally approaching it the wrong way! Thank you so much for the lesson.

  • @AzugoOghenefejiro
    @AzugoOghenefejiro 14 วันที่ผ่านมา

    This is so amazing,and well explained, I'm sticking to your channel keep up the good work bro

  • @bodzio2k190
    @bodzio2k190 16 วันที่ผ่านมา

    Absolutely fantastic explanation.

  • @JoyMartins2006
    @JoyMartins2006 หลายเดือนก่อน

    pls what live server are u using. Mine is givig me issues

  • @Chareity-b1i
    @Chareity-b1i หลายเดือนก่อน

    Hello I've been following your content for a while now, and I must say, your passion and dedication truly inspire me! Your unique perspective and creativity have made a significant impact on your audience, and I'm honored to be a part of it. Keep shining your light, sharing your talents, and spreading positivity! Your hard work hasn't gone unnoticed, and I believe your channel has immense potential for growth. As someone who believes in your mission, I'd love to support you in any way I can. Whether it's collaborating on content, offering feedback, or helping with channel optimization, I'm here to help you reach new heights. You got this! Keep pushing boundaries and making a difference.

    • @kimdoescode
      @kimdoescode หลายเดือนก่อน

      Thank you very much @Chareity-b1i for your kind words. I appreciate the support you've been/are showing. It means a lot and it motivates me to keep making videos. I'd love to get in touch with you.

    • @Chareity-b1i
      @Chareity-b1i หลายเดือนก่อน

      @@kimdoescode Thank you for your kind words! I’m glad to hear that my support has been helpful. If you'd like, I’d be happy to assist you with any aspects of your videos, whether it's brainstorming ideas, editing tips, or offering feedback. Feel free to reach out if you ever need help-I’d be more than happy to collaborate and support your growth!

    • @Chareity-b1i
      @Chareity-b1i หลายเดือนก่อน

      Thank you for your kind words! I’m glad to hear that my support has been helpful. If you'd like, I’d be happy to assist you with any aspects of your videos, whether it's brainstorming ideas, editing tips, or offering feedback. Feel free to reach out if you ever need help-I’d be more than happy to collaborate and support your growth!

  • @ultramanprogramming8992
    @ultramanprogramming8992 หลายเดือนก่อน

    I think you messed up a little bit on the heading hierarchy by not using h2 for each section (h3 and h4 were not necessary here unless you had sub-topics inside each section). Overall, great video; I will keep watching and probably continue giving more remarks.

  • @michaeldiaz7919
    @michaeldiaz7919 หลายเดือนก่อน

    That was extremely amazing man, I love the way u resolve the grid, I was breaking my head trying to resolve this, thanks for this amazing master class!!

  • @princepaghman3582
    @princepaghman3582 หลายเดือนก่อน

    nice and helpfull video

  • @ilqaribrahimli9122
    @ilqaribrahimli9122 หลายเดือนก่อน

    Thank you man that's impressive 👏

  • @axel_ram
    @axel_ram หลายเดือนก่อน

    This is really helpful! love the analogies you use

  • @Zoe-zy2jr
    @Zoe-zy2jr หลายเดือนก่อน

    Damn! The way you explain is so simple. 🙌🏽👌🏽

    • @kimdoescode
      @kimdoescode หลายเดือนก่อน

      I'm glad you found it helpful

  • @georgeyuviki
    @georgeyuviki หลายเดือนก่อน

    ❤️

  • @eternalenigmas635
    @eternalenigmas635 หลายเดือนก่อน

    Man you fucking good, thanks for explaining

    • @kimdoescode
      @kimdoescode หลายเดือนก่อน

      Thank you@@eternalenigmas635 I appreciate your support ✨

  • @itsmenasiruddin
    @itsmenasiruddin หลายเดือนก่อน

    Thanks brother

  • @hahahawhat-e9d
    @hahahawhat-e9d 2 หลายเดือนก่อน

    accidentally found your video and im really into it :0 thanks for your content, there are useful videos

  • @s1mplistic82
    @s1mplistic82 2 หลายเดือนก่อน

    Music is a bit to loud, and your speaking to low

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      Thanks for letting me know😊. I'll adjust that in future videos.

    • @s1mplistic82
      @s1mplistic82 2 หลายเดือนก่อน

      @@kimdoescode Yeah did not mean to come off mean. I liked solution, just video put me off a bit. Have a great day.

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      Thank you@@s1mplistic82, I appreciate you clarifying 😊 I’m glad you liked the solution, and I’ll definitely work on balancing the audio better in future videos. Have a great day too ✨

  • @Lilliebeth001
    @Lilliebeth001 2 หลายเดือนก่อน

    I really liked the way you planned and prepared for the solution of this challenge. I was also intrigued by the way you decided to organize the grid. I would have taken another approach as far as the division of the grid itself goes. I was thinking more along the lines of more cells or trying it with subgrid. Which I think I might try. Thank you very much for this insightful video. I have learned a lot even though I am an avid user of the grid. I am looking forward to seeing more of your work

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      Hi@@Lilliebeth001, thank you so much for your kind words. I'm really glad you found the video insightful and that it sparked some ideas for you. CSS Grid has so many possibilities, and I'd love to see how you approach this. Thanks again for watching, and I look forward to sharing more content with you 😊

  • @Noorbadshah31
    @Noorbadshah31 2 หลายเดือนก่อน

    The quality of the content is super good. thanks for the content

  • @Diszkoable
    @Diszkoable 2 หลายเดือนก่อน

    Hey mate, just found out your channel. Amazing content, love it!

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      @Diszkoable, thank you so much for your support. More content is on the way ❤

  • @ariannecapote7260
    @ariannecapote7260 2 หลายเดือนก่อน

    You're so funny Kim, hope to receive an autograph from a youtube sensation like you! Way to go!!!

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      @@ariannecapote7260 Thank you so much.. Your support really means a lot to me. It’s comments like these that inspire me to keep creating. I’m so glad you enjoy the videos. There's more on the way 😉

  • @arunkumar-tn5gu
    @arunkumar-tn5gu 2 หลายเดือนก่อน

    Please avoid background music

    • @kimdoescode
      @kimdoescode 2 หลายเดือนก่อน

      Thanks for the feedback. Do you find the music distracting?

    • @melon5671
      @melon5671 2 หลายเดือนก่อน

      @@kimdoescode Yes me to. The lesson is great, want more uploads😀👌👌

    • @gouravbind3714
      @gouravbind3714 หลายเดือนก่อน

      Great video , plz select some bgm which is not a distraction

    • @kimdoescode
      @kimdoescode หลายเดือนก่อน

      Thank you @gouravbind3714. I appreciate your feedback 🙏🏾

  • @sadicksulley1583
    @sadicksulley1583 2 หลายเดือนก่อน

    okay buddy, You have really tried and you will far and far than this. May we all be great..... The journey is gonna be though but the way to get a way is through it , so let's keep our heads up.

  • @anekevictor1992
    @anekevictor1992 3 หลายเดือนก่อน

    Thank you so much❤❤❤❤❤❤❤❤❤❤❤❤

  • @CreativityTimeHub
    @CreativityTimeHub 3 หลายเดือนก่อน

    i'm 12 years old and i'm learning code the last 6 months and now i have mastered html and css and i'm intermediate in js and i'm progressing easily and fast(speedy(just kidding)) because because i'm the student that always rasing his hand in the math session (i mean that you have to be goog at math to learn coding and having a logical thinking, and all of that because i wanna be a billionaire business man using the technology and creating new things and concepts (i'm from fez, morocco).

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey there @creativitytimehub 🤗 Thank you so much for your support, it really means a lot. 😊 You're doing an amazing job, and it’s so inspiring to see how dedicated you are at such a young age! Keep chasing those dreams, hard work and dedication always pay off. You’re on the right track, and I have no doubt that you’ll reach your goals and become that successful businessman you aim to be. Keep pushing forward, you're going to make it big!

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Your determination is so inspiring! Waking up early and balancing school with your goals shows how committed you are, and that's exactly what's going to carve your name in history. I love your mindset 'People who compete don't retreat' is such a powerful motto to live by. Keep pushing forward, you're already making waves, and I’m sure great things are ahead for you!

    • @CreativityTimeHub
      @CreativityTimeHub 3 หลายเดือนก่อน

      thank you very much @@kimdoescode for your encouragement and bye, see me in the news when i grow up.👊

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      @@CreativityTimeHub I'll be rooting for you. Good luck on your journey. You've got this 💪🏾✨

  • @sadicksulley1583
    @sadicksulley1583 3 หลายเดือนก่อน

    hello senior I really need to find how to start my challenges on Frontend mentor without watching any video Please can you help me out please

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey@sadicksulley1583, thanks so much for all your support, especially for watching my videos, I really appreciate it! 😊 I totally get wanting to dive into Frontend Mentor challenges without relying on videos. Here’s a little guide to help you get started on your own: 1. Check out the challenge brief: Each challenge has a written brief. Read through it carefully to understand what’s needed before you start. 2. Look at the design files: If your challenge includes design files, take some time to go over them. It’ll give you a feel for the layout, colors, and fonts. 3. Break it into sections: When you’re ready, mentally break the design into parts-like the header, body, footer so it’s easier to work through. 4. Start with HTML: Begin by writing the basic structure with HTML. Focus on using the right tags like <header>, <section>, and <footer>, which will give your layout a solid foundation. 5. Add CSS step by step: Once the HTML is done, move on to styling. Tackle one section at a time to keep it simple. Don’t forget to think about responsiveness using media queries! 6. Peek at the demo: If the challenge has a demo, give it a look-it’ll show you how things should behave and look, which can be super helpful. 7. Google is your friend: If you hit a roadblock, don’t hesitate to search for answers. MDN Web Docs is also a great place to find useful info about HTML, CSS, and JavaScript. 8. Use dev tools: As you code, use your browser’s developer tools to inspect and tweak things easily. I hope this helps get you going! Feel free to reach out if you have any questions or run into any challenges. You've got this!

  • @AIOGaming07w
    @AIOGaming07w 3 หลายเดือนก่อน

    Shoudl I start focusing on coding and app development? I passed my 12th . And I always loved to code and dreamed about making an app. Now im preparing for IIT-JEE, and I'm sure that I won't be able to crack it and ngl, I studied nothing in my 12th class, just got passed somehow. I watched a video, in which the journey of the founder of the app named Texts, was shared and I was amazed. If he could do it, why can't I ? So, I'm thinking to choose this path. I just need proper guidance. What should I do? Should I start preparing for any government job for my parents ( as i know i cant crack JEE ), in which I've no interest or should I start working on my tech skills ? This decision will greatly impact my future life. As I've to choose only one of them.

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey @AIOGaming07w, I totally get where you're coming from. It's awesome that you're passionate about tech and coding-definitely follow that path! If you love it, that drive will push you through the tough times. However, tech can take time to break into, especially in the beginning when you're still learning and building projects. It might help to have some sort of backup, like a part-time job or something stable, to support you while you build up your coding skills. That way, you're not putting all the pressure on tech working out immediately, and you can still pursue your passion without worrying too much. Don't give up on coding-it might be challenging at first, but if you're dedicated and keep learning, you'll see progress! Just balance it with something that can keep you secure in the meantime. Good luck, and keep going. I'll be here to answer any questions you have 😊

  • @AIOGaming07w
    @AIOGaming07w 3 หลายเดือนก่อน

    1:39 Lol, you got me laughing here, pure skills 😂

  • @kingsolo5009
    @kingsolo5009 3 หลายเดือนก่อน

    Bro where did you learn that american accent? Did you move to US or did you teach yourself? I'm from Nigeria by the way.

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey @kingsolo5009, thanks so much for watching the video! To answer your question, no, I didn’t learn the accent, it’s just how I naturally speak. Growing up, I focused on pronouncing words clearly, and I guess it shaped how I sound now 😅.

  • @Alchemistz9
    @Alchemistz9 3 หลายเดือนก่อน

    Im doing a degree in cyber security rn , what are all the things i should self learn from TH-cam for me to get a good job plz reply kim bro

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey @Alchemistz9, it's that awesome you’re doing a degree in cyber security For TH-cam learning, definitely learn: • Networking basics (understanding TCP/IP, DNS, firewalls, etc.) • Linux fundamentals (most cyber security tools run on Linux, so learning how to navigate it is key) • Ethical hacking (learn the stages of penetration testing, reconnaissance, scanning, gaining access, etc.) • Tools like Wireshark, Nmap, Metasploit, and Burp Suite (you’ll get a lot of hands-on practice here) • Web app security (understanding common vulnerabilities like SQL injection, XSS, etc.) • Capture The Flag (CTF) challenges (great way to practice and test your skills) For channels, check out ‘NetworkChuck,’ ‘HackerSploit,’ and ‘The Cyber Mentor.’ They all have tons of practical, hands-on content. Keep up man. The journey is a tough, but rewarding one 💪🏾. You've got this✨ !

    • @VioletDelta00
      @VioletDelta00 3 หลายเดือนก่อน

      Hey I'm transitioning from trying to self learn cyber with certs and projects to now going to learn SWE, I think half of the equation is presentation to employers -learn to make a good resume ---Make your resume tailored for the exact job you want ---link projects on your resume ---only list relevant jobs on resume, or your last job (you want to look employable) ---link your social like github and linkedin on resume ---make sure ATS system can parse your resume correctly ---copy succesful resume formats that got people into top tech companies -learn to make good cover letters ---tailor each cover letter for the exact company you want, target their company mission, goals, and background and explain why you are a fit -make a good Linkedin profile with linked certs, projects, and frequent posts -make a good github where you link your projects -use AHK to speed up application process by making scripts to input personal info and job info (this will make your application 2-4x faster) -be willing to relocate Then you have to make yourself a Cyber candidate -Specialize your projects for your ideal entry level job (SIEM project, Malware projects, IDS/IPS projects) -list more projects for the less work experience you have -get google cyber, Comptia Net+ and Sec+, get A+ if you want, consider CCNA based on your goals -CANNOT STRESS ENOUGH GET AN INTERNSHIP WHILE ENROLLED ---internship are best opportunities, less qualified candidates, lower qualifications Watch Josh Madakor for more info, reply if you need more info

  • @mandarina_ra
    @mandarina_ra 3 หลายเดือนก่อน

    I have a masters in literature, but I ended up learning front end and knitting by myself xd Life is wild sometimes. Oh but I am unemployed :(.

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Hey @mandarina_ra, I totally get it! I’m on the same path, learning front-end while being unemployed. It’s tough, but I’m not giving up, and I hope you keep going too. By the way, knitting is such an awesome skill, it’s amazing you’ve mastered it. Life is really unpredictable, but I really believe we’ll figure it out eventually. Hang in there, you’ve got this!

  • @CollinsKayode-jx8wp
    @CollinsKayode-jx8wp 3 หลายเดือนก่อน

    This is geniusss

  • @puneetshakya3001
    @puneetshakya3001 3 หลายเดือนก่อน

    I started web dev few months back and currently it's just 1 month learning javascript and I feel like giving up. But I'm happy with my current progress. Keep growing bro.

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      I completely understand how you feel. Learning JavaScript can be overwhelming, but remember, it's a language that you keep learning as you go. Focus on mastering the basics for now. As you work on more projects, you'll naturally pick up more along the way. The key is to keep pushing through, and with time, it'll all start to make sense. You've already made great progress, so don't give up! Keep growing, bro! 💪"

    • @puneetshakya3001
      @puneetshakya3001 3 หลายเดือนก่อน

      @@kimdoescode Thanks brother 😁

    • @Rytterboi
      @Rytterboi 3 หลายเดือนก่อน

      I would also consider looking at alternative ways of doing things. You dont have to do the next.js stack with the whole shabang. It can feel extremely overwhelming and isnt really neccessary for most things. You also dont have to run javascript on the server, you can use whatever you want/are comfortable with here. In the end you just gotta figure out what works well and makes sense to you. I have really been enjoying svelte recently, it removes a ton of the issues i have with react, but comes with its own trade offs. Also dont be discouraged that its hard at the moment. It takes a long time to get proficient with whatever programming you set out to do :) Just keep at it!

  • @badkawaiikitty
    @badkawaiikitty 3 หลายเดือนก่อน

    This truly helped me! You have no idea. I was trying to do this for an hour or two! Thank you!!

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      @@badkawaiikitty I'm glad you found the video useful ☺️. Let me know if you need further assistance ☺️

  • @sl3966
    @sl3966 3 หลายเดือนก่อน

    Great video, was a big help structuring my HTML, which is what I have the most trouble with, however, for the bold on the recipe steps and prep steps, you dont need a <span>, you can just use a <b> on those words. Keep up the good work though!

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      @@sl3966 Thanks so much for the feedback and for watching! I'm glad the video helped with structuring your HTML. You're right about using `<b>` for bold text-I'll keep that in mind for future content. I appreciate your input, and I’m happy to see you're making progress! Keep up the great work too!

  • @user-fed-yum
    @user-fed-yum 3 หลายเดือนก่อน

    You can tell a lot about a male who needlessly includes many pictures of males in their video, and not one woman. Not one. Another little boy scared of those women creatures, who apparently aren't qualified to be a person. Mommy problems? Incel? A friend of Dorothy's? Choose your own excuse. 🤦

  • @vanshjain3375
    @vanshjain3375 3 หลายเดือนก่อน

    Ayy G, U deserve a like and a Sub for that explaination!!

    • @kimdoescode
      @kimdoescode 3 หลายเดือนก่อน

      Thank you@@vanshjain3375. Your support means a lot ✨

    • @vanshjain3375
      @vanshjain3375 3 หลายเดือนก่อน

      @@kimdoescode keep up the good work man. You will reach great heights for sure 🫡

  • @puneetshakya3001
    @puneetshakya3001 4 หลายเดือนก่อน

    Thanks bro for this one..

  • @ShadowVex-Valorant
    @ShadowVex-Valorant 4 หลายเดือนก่อน

    pure explanation. You deserve this👉 subscribe, like

    • @kimdoescode
      @kimdoescode 4 หลายเดือนก่อน

      Much appreciated! ☺️

  • @puneetshakya3001
    @puneetshakya3001 4 หลายเดือนก่อน

    Can you please come up with a tutorial for the thing that you did with that triangle before and after I'm facing issue in that

    • @kimdoescode
      @kimdoescode 4 หลายเดือนก่อน

      Thanks so much for watching the video! I really appreciate your support. 😊 About the triangle, would you prefer a video on CSS positioning in general or just a quick tutorial on how to create the triangle? Let me know what you'd find most helpful!

    • @puneetshakya3001
      @puneetshakya3001 4 หลายเดือนก่อน

      @@kimdoescode I've a basic idea of how to use positions the triangle creation using pseudo before and after will be really helpful

    • @kimdoescode
      @kimdoescode 4 หลายเดือนก่อน

      Hey@@puneetshakya3001. I made a new video including what you requested. You can watch it here: th-cam.com/video/sfxL15kRBT4/w-d-xo.htmlsi=y07oPBfpcnAbGCJb

    • @puneetshakya3001
      @puneetshakya3001 4 หลายเดือนก่อน

      @@kimdoescode thank you so much bro for helping me out this one is clear now 🙂

    • @kimdoescode
      @kimdoescode 4 หลายเดือนก่อน

      You're welcome @@puneetshakya3001✨. I'm glad it helped you out☺

  • @undisputedalex22
    @undisputedalex22 4 หลายเดือนก่อน

    Well Done! You're indeed a pro....

  • @puneetshakya3001
    @puneetshakya3001 4 หลายเดือนก่อน

    Bro I like your workflow how you proceed I've started frontend mentor challenges they are great

  • @georgeyuviki
    @georgeyuviki 4 หลายเดือนก่อน

    I am the first to comment Haha.

  • @Daniel-di8rh
    @Daniel-di8rh 4 หลายเดือนก่อน

    Nice video. Please be starting desktop design first next time

    • @kimdoescode
      @kimdoescode 4 หลายเดือนก่อน

      Hey man, thanks for watching the video and for the suggestion! I actually do both-sometimes I find it easier to go mobile first because it makes the desktop version smoother to handle, and vice versa. I'll continue to do desktop-first and mobile-first approaches in different videos. It’s great to know how to work both ways!

  • @MAYREE-OH
    @MAYREE-OH 4 หลายเดือนก่อน

    THANK YOU VERY MUCH WELDONE

  • @YordiYilma
    @YordiYilma 5 หลายเดือนก่อน

    good job keep up !!!

  • @falloumacbook3649
    @falloumacbook3649 5 หลายเดือนก่อน

    nice work Kim

  • @stevenstroud1379
    @stevenstroud1379 5 หลายเดือนก่อน

    You think you could do this again using using SCSS and BEM?

    • @kimdoescode
      @kimdoescode 5 หลายเดือนก่อน

      @@stevenstroud1379 Interesting idea 🤔

  • @codearenaofficial
    @codearenaofficial 5 หลายเดือนก่อน

    Great! 🤌🤌

  • @S4477-p5y
    @S4477-p5y 5 หลายเดือนก่อน

    Great video Kim!

  • @razlb5395
    @razlb5395 6 หลายเดือนก่อน

    Keep going !