Blog (Page 18 of 19)

  1. From ‘A’ to ‘Web App’: Build an API in Java

    Building web apps is a top priority for people learning backend development. I haven’t seen a Java tutorial that provided a clear path. Here is one.

  2. Create eye-catching rich snippets for your posts

    Rich snippets are summaries of the content of a webpage. This article will teach you how to improve your website to create eye-catching rich snippets.

  3. Calculate the estimated reading time for a blog post

    Can we add anything to a standard blog that would enhance the reading experience? How about the estimated reading time?

  4. Make a reading progress bar for your blog

    Can we add anything to a standard blog that would enhance the reading experience? How about a reading progress bar?

  5. Vue Components can be written in Codepen now! 💚

    You can now write Vue Components in Codepen! 🥳 You get a single Vue editor pane, which is all you need for a single-file component!

  6. HTML Nuggets: Little bits that you may not know or forgotten

    Improve your knowledge of HTML with little bits that you may have forgotten, never learned, never realised, or ignored!

  7. How do you make learning new stuff fun and stay motivated? 💪🥳

    Learning technical topics is challenging. When things get difficult your motivation can waiver. How can you make learning more fun and stay motivated?

  8. ARIA: singing from the same hymn sheet 💻

    ARIA is a W3C specification with the aim of improving accessibility for web applications. It is a misunderstood topic. Let’s clarify the topic.

  9. A11y - Just the hits 💻

    Accessibility (A11y) refers to the creation of digital content that can be used by everyone. How do you make accessible websites?

  10. Make it stick! Sticky headers in CSS 🦎🔝

    Sticky headers can simplify cross-referencing cells in tables, and make navigation easier in different scenarios. Let’s explore some CSS examples.