Nakupenda Nakupenda
Αναζήτηση αποτελεσμάτων
Δες όλα τα αποτελέσματα
  • Blank Profile Male Γίνε Μέλος
    Σύνδεση
    Εγγραφή
    Αναζήτηση
    Theme Switcher
    Day Mode
Undraw File Searching Duff.svg

Αναζήτηση

Ανακάλυψε νέους ανθρώπους, δημιούργησε νέες συνδέσεις και κάνε καινούργιους φίλους

  • Ροή Δημοσιεύσεων
  • ΑΝΑΚΆΛΥΨΕ
  • Σελίδες
  • Ομάδες
  • Events
  • Blogs
  • Αγορά
  • Χρηματοδότηση
  • Προσφορές
  • Εργασίες
  • Δημοσιεύσεις
  • Blogs
  • Χρήστες
  • Σελίδες
  • Ομάδες
  • Events
  • Gbemisola Awodiya
    2025-05-07 16:05:48 - Μετάφραση -
    Tip 4: Use async or defer on non-critical JavaScript to avoid blocking page rendering.
    #knowledge
    #PageSpeed
    #JavaScriptTips
    #gbemiking
    Tip 4: Use async or defer on non-critical JavaScript to avoid blocking page rendering. #knowledge #PageSpeed #JavaScriptTips #gbemiking
    Like
    1
    0 Σχόλια 0 Μοιράστηκε 639 Views 0 Προεπισκόπηση
    Παρακαλούμε συνδέσου στην Κοινότητά μας για να δηλώσεις τι σου αρέσει, να σχολιάσεις και να μοιραστείς με τους φίλους σου!
  • Gbemisola Awodiya
    2025-04-19 17:05:10 - Μετάφραση -
    HTML + CSS + JavaScript:


    Ever wondered how websites actually work?

    Let me break it down:

    1. HTML = Structure
    It’s the bones of your site — headings, buttons, images, links, etc.
    Think of it as the foundation of a house.

    2. CSS = Style
    It makes your site look pretty — colors, layouts, fonts, spacing.
    Like the paint, furniture, and decor.

    3. JavaScript = Behavior
    It brings your site to life — clicks, animations, dynamic content.
    Imagine doors opening, lights turning on — that’s JS.

    Together?
    They turn static code into beautiful, interactive websites.

    Stay tuned as I dive deeper into each one in this series!

    #WebDevelopment
    #HTML
    #CSS
    #JavaScript
    #LearnToCode
    #FrontendDev
    #CodingBasics








    HTML + CSS + JavaScript: Ever wondered how websites actually work? Let me break it down: 1. HTML = Structure It’s the bones of your site — headings, buttons, images, links, etc. Think of it as the foundation of a house. 2. CSS = Style It makes your site look pretty — colors, layouts, fonts, spacing. Like the paint, furniture, and decor. 3. JavaScript = Behavior It brings your site to life — clicks, animations, dynamic content. Imagine doors opening, lights turning on — that’s JS. Together? They turn static code into beautiful, interactive websites. Stay tuned as I dive deeper into each one in this series! #WebDevelopment #HTML #CSS #JavaScript #LearnToCode #FrontendDev #CodingBasics
    Like
    1
    1 Σχόλια 0 Μοιράστηκε 1χλμ. Views 0 Προεπισκόπηση
    Παρακαλούμε συνδέσου στην Κοινότητά μας για να δηλώσεις τι σου αρέσει, να σχολιάσεις και να μοιραστείς με τους φίλους σου!
  • Gbemisola Awodiya
    2025-04-18 09:55:36 - Μετάφραση -

    Let’s Talk About How the Web Actually Works

    So you open a browser, type a URL, hit enter—and boom, a website loads. But what's really happening behind the scenes?

    Here’s a super simple breakdown:

    DNS Lookup: Your browser asks, “Where can I find this website?” DNS translates the domain (like example.com) into an IP address (like 192.168.x.x).

    Request Sent: Your browser sends a request to that address—basically saying, “Hey server, send me the website files.”

    Response from the Server: The server sends back HTML, CSS, JavaScript, and other resources.

    Rendering: Your browser reads the HTML, styles it with CSS, adds interactivity with JS, and displays the page.

    It all happens in milliseconds—but knowing this gives you a serious edge as a developer.

    Do you want to know how HTML, CSS, and JavaScript really do and how they work together? hit the, comment and follow button so you can get notify when I post it

    #webdevelopment
    #dailypost
    #HowtheWebWorks
    Let’s Talk About How the Web Actually Works So you open a browser, type a URL, hit enter—and boom, a website loads. But what's really happening behind the scenes? Here’s a super simple breakdown: DNS Lookup: Your browser asks, “Where can I find this website?” DNS translates the domain (like example.com) into an IP address (like 192.168.x.x). Request Sent: Your browser sends a request to that address—basically saying, “Hey server, send me the website files.” Response from the Server: The server sends back HTML, CSS, JavaScript, and other resources. Rendering: Your browser reads the HTML, styles it with CSS, adds interactivity with JS, and displays the page. It all happens in milliseconds—but knowing this gives you a serious edge as a developer. Do you want to know how HTML, CSS, and JavaScript really do and how they work together? hit the, comment and follow button so you can get notify when I post it #webdevelopment #dailypost #HowtheWebWorks
    Like
    1
    0 Σχόλια 0 Μοιράστηκε 965 Views 0 Προεπισκόπηση
    Παρακαλούμε συνδέσου στην Κοινότητά μας για να δηλώσεις τι σου αρέσει, να σχολιάσεις και να μοιραστείς με τους φίλους σου!
  • Gbemisola Awodiya
    2025-04-28 17:53:38 - Μετάφραση -
    3 Things Every Beginner Web Developer Should Know

    HTML is your foundation
    Learn it well — it’s the blueprint of every webpage.

    CSS is where the magic happens
    Good design = good first impressions.

    JavaScript brings it all to life
    Without JS, your page just sits there — with it, it moves, reacts, and interacts!

    Learning tip: Start small. Build one simple page. Then add style. Then add interaction. Watch it evolve!

    Follow me for more web dev tips, tricks, and project ideas!

    #knowledge
    #gbemiking
    #WebDevelopment #CodeNewbie #HTML #CSS #JavaScript
    #NakupendaTech #CodingJourney






    3 Things Every Beginner Web Developer Should Know HTML is your foundation Learn it well — it’s the blueprint of every webpage. CSS is where the magic happens Good design = good first impressions. JavaScript brings it all to life Without JS, your page just sits there — with it, it moves, reacts, and interacts! Learning tip: Start small. Build one simple page. Then add style. Then add interaction. Watch it evolve! Follow me for more web dev tips, tricks, and project ideas! #knowledge #gbemiking #WebDevelopment #CodeNewbie #HTML #CSS #JavaScript #NakupendaTech #CodingJourney
    Like
    Love
    3
    0 Σχόλια 0 Μοιράστηκε 1χλμ. Views 0 Προεπισκόπηση
    Παρακαλούμε συνδέσου στην Κοινότητά μας για να δηλώσεις τι σου αρέσει, να σχολιάσεις και να μοιραστείς με τους φίλους σου!
  • Gbemisola Awodiya
    2025-04-17 10:11:03 - Μετάφραση -

    Hey devs & future devs!
    Just landed here, and I’m bringing the world of web development to your feed—one post at a time.

    Whether you’re just starting out or deep in the code trenches, I’ll be sharing:

    Quick tips to level up your skills

    Real-world projects & examples

    Best practices for clean, efficient code

    Behind-the-scenes of how the web really works

    And of course, snippets that slap

    If you're into building beautiful, fast, and functional websites—or want to learn how— hit the comment/react button and let’s grow together.

    Let’s make the web a better place, one line of code at a time.
    #WebDev #CodingTips #HTML #CSS #JavaScript #Frontend #DeveloperLife
    Hey devs & future devs! Just landed here, and I’m bringing the world of web development to your feed—one post at a time. Whether you’re just starting out or deep in the code trenches, I’ll be sharing: Quick tips to level up your skills Real-world projects & examples Best practices for clean, efficient code Behind-the-scenes of how the web really works And of course, snippets that slap If you're into building beautiful, fast, and functional websites—or want to learn how— hit the comment/react button and let’s grow together. Let’s make the web a better place, one line of code at a time. #WebDev #CodingTips #HTML #CSS #JavaScript #Frontend #DeveloperLife
    Love
    1
    0 Σχόλια 0 Μοιράστηκε 972 Views 0 Προεπισκόπηση
    Παρακαλούμε συνδέσου στην Κοινότητά μας για να δηλώσεις τι σου αρέσει, να σχολιάσεις και να μοιραστείς με τους φίλους σου!
© 2025 Nakupenda El Gr Greek
En UsEnglish Ar SaArabic Fr FrFrench Es EsSpanish Pt PtPortuguese De DeDeutsch Tr TrTurkish Nl NlDutch It ItItaliano Ru RuRussian Ro RoRomaian Pt BrPortuguese (Brazil) El GrGreek
Σχετικά Όρους Ιδιωτικότητα Κατάλογος