Blog (Page 16 of 20)

  1. An unwanted update to your Google Account

    Google sent me an email informing me that they will change the country associated with my account in 30 days. I wanted to know why.

  2. Easy file management in VS Code

    Is there an easier way than hopping to the File Explorer and getting busy with your mouse to perform file actions?

  3. Writing VS Code extensions in JavaScript

    Learn how to set up a project and write your first VS code extension in JavaScript.

  4. A quick reference for shadows in CSS

    Shadows add physical realism to user interfaces. This article is a quick reference on how to use shadows in CSS.

  5. Making money from open source

    How do developers monetize open source projects? Can you make a decent living? I will discuss some inspiring stories of how a few people achieved that.

  6. The latest features of CSS in 2021

    This overview covers the latest major CSS features to make it to browsers in 2021 and includes clear use cases for them.

  7. Getting Deep Into Shadows

    In web design, using light and shadow can add physical realism and can be used to make rich, tactile interfaces. Let’s explore where and when we can use shadows.

  8. How to design highly performant animations and micro-interactions

    Learn how to design highly performant animations and micro-interactions to improve the UX of your site.

  9. Align Git and GitHub on default branch name - master vs main

    GitHub and other Git hosting platforms changed the default initial branch name to main from master. However, Git did not! How can we align them?

  10. Debug CSS Grid with Chrome DevTools

    Using Chrome DevTools and CSS Grid, learn how to discover grids in a page, inspect page layout, and debug common layout issues.