Ready to level up your CSS game? Let’s dive into some modern CSS features that are changing the way we style our websites. Whether you’re a seasoned pro or just starting out, these tricks will add some serious firepower to your toolkit. 1. CSS Subgrid: Nested Grids, Unleashed Remember when aligning nested grid items was […]
Blog
The Hidden UX: Mastering URL Design for Better User Experience
When you think of User Experience (UX), what comes to mind? Most likely, it’s the visible elements within an application window – what you can see, click, or swipe. But there’s a crucial aspect of UX that often goes unnoticed: the URL in your address bar. Far from being a mere technicality, the URL is […]
Essential JavaScript Features You Probably Already Know – But Here It Is Anyway
From time to time, I write real generic articles about JavaScript that may be common knowledge and/or that is featured in other websites and videos. These articles really serve myself a purpose. More like a “note to myself” – so instead of searching, I just go to my website and voila! Today it’s one of […]
Laracasts.com: a gold mine of content for Web Developers
I’ve been a Software Engineer for many years. And for the past few, JavaScript has been emerging with newer, better and shinier things. But like many others, I’ve been having a little bit of JavaScript fatigue. Lately, I’ve been looking to other frameworks with more stability. Something that I rely on – that will work […]
How to Import a .fig file for Editing in Figma
Ah – so you’ve got yourself a .fig file and you’re wondering what to do with it. Did you know that .fig files are easy to use templates that is primed for further tinkering and collaboration? Whether you’re a seasoned designer or just dipping your toes into the world of digital design, importing your .fig […]
How to create an Accordion Block using React and WordPress’ Block API
I was tasked with creating a custom component for our public website which runs on WordPress. Most commonly known as an “Accordion“, it is a section of a page where you can have a title and an expandable and collapsible directly underneath it. Usually a list of these items are blocked together – forming an […]