My "first" blog post; or at least, my first blog post here on my website| Xavier H.M.
I plan on writing a longer post about all of it, but in the past week or so I've rewritten my entire website in Astro and it's been a breeze. I can even upda...| Xavier H.M.
Create the best website user experience possible using one of two simple Cascading Style Sheet properties to fix element blocking page anchor links.| Adamsdesk
I am in great pain please help me (I can't stop making websites)| Xavier H.M.
Just rambling about some webdev ideas, Blaugust, and getting back into blogging| Xavier H.M.
I have been working on a website dedicated to binary trans men for a few weeks now, and I finally feel ready to make it live.| Xavier H.M.
As promised in my previous article about using XSLT for plotting,| wok
This is a post in response to Eric Meyer‘s post Infinite Pixels which takes some trouble to play with calc and Infinity and what those actually work out to in the real world. Infinity is one of those math ideas that also has fanciful implications. And since I learned about it some months ago they’ve...| ArtLung
WordPress adds your Customizer CSS inline. I wanted it in a proper stylesheet—so I built a tiny plugin to do exactly that.| Matt Cromwell
AI (and Cursor) wrote the code—but making TLDRWP a great WordPress plugin took experience, taste, and user insight.| Matt Cromwell
Today I’ve been playing with a page with my web toys. It’s pushing me to consider what other toys I might build, too. Particularly ones which allow people to play and create. Here’s my new Toys page.| ArtLung
I've been building a website/webring/online collective for trans men, and it's almost ready to go live! Super exciting. After it's up I plan on making a partner site for transsexuals.| Xavier H.M.
Hugo's support for syntax highlighting provides an easy way to make your code snippets more readable. Unfortunately, there are compatibility issues with iOS.| fabulous.systems
During these last days I’m participating in discussions on a redesign of a landing page for an existing product. It may be perceived by many as an easy task, but it’s not. The challenge lies in creating a landing page that not only looks good but also effectively communicates the value proposition of the product.| Giovanni Panasiti - Personal Website and Blog
For over a decade, Bootstrap has been the go-to framework for web developers seeking a reliable, responsive, and efficient way to build websites and web applications. Despite the rise of numerous modern frameworks, Bootstrap continues to be relevant and widely used. Since one of the major criticisms Bootstrap gets from other frameworks’ lovers is: “All Bootstrap websites looks the same“; we created Bootstrap Ninja’s “Flavours” to add a fresh layer of customization, making any flav...| Giovanni Panasiti - Personal Website and Blog
In the dynamic world of web development, evolution is not just a choice, but a necessity. Today, we’re thrilled to introduce NinjaBootstrap, a groundbreaking...| www.panasiti.me
APIs have become a crucial part of modern web applications, enabling systems to communicate and share...| DEV Community
Tensorflow is a machine learning library that lets you create all kinds of neural networks....| DEV Community
I recently discovered Bear Blog via one of the million newsletters I subscribed to. I'm a big fan of hyper-minimal products that do one thing thoughtfully and efficiently. Kudos to them! I've claimed my own little Bear Blog here, though I'm not quite sure what to do with it: https://georgemandis.bearblog.dev/ I'm not quite sure what to do with it, but there it is. I also like that they have this "discover" page that seemed to be an aggregation of all the people hosting their own blogs and con...| George Mandis
A 100% free, flexible, easy way to have a link-in-bio page powered by Github Pages.| Matt Cromwell
Quickly solve and understand the NPM execute TypeError LRU is not a constructor by following this GNU/Linux comprehensive solution guide.| Adamsdesk
Learn how to fix the bug in Jekyll SEO Tag plugin's generated JSON-LD output with an invalid image alt property for an object of type ImageObject.| Adamsdesk
Resolve the error message of Cannot Load Such File -- json (LoadError) when running Jekyll's built-in web server by modifying the Gemfile config.| Adamsdesk
Learn to create an effective custom post/page description with Jekyll using either the excerpt feature or a custom description front matter variable.| Adamsdesk
Take a deep dive in learning about a website footer in this comprehensive guide covering what one is, key design points, ideas, the purpose, and more.| Adamsdesk
Anubis, designed to protect your website from unwanted requests from AI crawlers, is way more powerful than you might think.| fabulous.systems
Note: this post was originally published on the gdocweb blog. gdocweb has its first few users and one of the big complaints is about the tediousness of going through that wizard every time you just want to test a change to a document. I don’t want gd...| Java, Debugging, DevOps & Open Source
Note: this post was originally published on the gdocweb blog. Styling a Document isn’t as Trivial as you Might Assume When using Google Docs it’s often tempting to reach out to the font or color toolbar to design your document as you see fit. This wo...| Java, Debugging, DevOps & Open Source
Building UI components that follow the ARIA Authoring Practices Guide (APG) is a time-consuming and challenging task to capture all the many details. Here comes aria-voyager the canoe vessel that navigates your components. You bring your own markup (BYOM) and aria-voyager layers navigation on top.| Thomas Gossmann
Wake up call This post is about HTTP/3 and QUIC. If you don’t know what that is, there are many, many, many, many, many, many, many good resources that will get you up to speed. I’m writing this post to enlighten people on what has been happening in the last few years. All major browsers support HTTP/3 now. Most major cloud providers support HTTP/3 now. Most major load balancers support HTTP/3 now.| kmcd.dev
For busy web users, the humble Find-in-Page feature in the browser is one of the most important features available. While Google or Bing can get you to the page you’re looking for faster than…| text/plain
Recently, I’ve helped in the making of a cool little side project WindowShopper.| Anže’s Blog
On-Off switches with HTML, CSS and jQuery.| blog.dbrgn.ch
Since every Netlify deploy has a unique URL, you can just compare the RSS feed between versions, and post anything new to fedi using the API! I also just wanted an excuse to rant about ActivityPub, and I needed to try it as well, I guess.| joshi.monster
A walkthrough of my experiment building a WordPress plugin completely with AI. It's made me a believer.| Matt Cromwell
From setup to testing, walk through the steps of building a real-time chatbot with Bocadillo and ChatterBot!| Florimond Manca
Google IDX IDX is a project from Google that aims to provide an entirely cloud based app development experience. From development to deployment and everything in between can be done from the comfort of your web browser and seamlessly integrated through Google’s cloud ecosystem. While hardly the first in this space, the project piqued my interest and I signed up for beta access to give it a spin. Creating a new app The onboarding experience was very smooth, my google account was required to ...| ddanieltan.com
One of the best features of pure functional programming languages like Elm is their ability to handle and deal with uncertainty. The absence of null and exceptions forces developers to state explicitely what should happen when expectations aren’t met, which combined with a good compiler and a strong static type system makes the code super descriptive and rock solid.| Hi, I’m Nicolas
Je viens de migrer ce blog sous Jekyll et le très joli theme Hydeout, j’espère que j’ai trop rien cassé.| Hi, I’m Nicolas
It’s often claimed that Elm developers should avoid thinking their views as stateful components. While this is indeed a general best design practice, sometimes you may want to make your views reusable (eg. across pages or projects), and if they come with a state… you end up copying and pasting a lot of things.| Hi, I’m Nicolas
Sometimes in Elm you struggle with the most basic things. Especially when you come from a JavaScript background, where chaining HTTP requests are relatively easy thanks to Promises or async/await.| Hi, I’m Nicolas
I recently had to introduce some Elm concepts to a coworker who had some experience with React and Redux. One of these concepts was List.foldl, a reduction function which exists in many languages, specifically as Array#reduce in JavaScript.| Hi, I'm Nicolas
Big Medium’s Brad Frost issues a call to action to create a Global Design System of common UI components. What would this look like, and what would it mean for you?| Big Medium
Joe Ipson, Software Dev Engineer, Verizon Media Luke Larsen, Sr Software Dev Engineer, Verizon Media As part of the Media Platform Video Team we build and maintain a set of web applications that allow customers to manage their video content. We needed a way to be consistent with how we build these applications. Creating consistent layouts and interfaces can be a challenge. There are many areas that can cause bloat or duplication of code. Some examples of this are, coding multiple ways to bu...| Yahoo Developer Network
The latest tech trend is to enable dark themes among all applications and devices: as the passionate tweaker I am, I set up every device and application I use to harness a light theme during daylight and dark mode at all other times.| Michele Bologna
Brad Frost explores the landscape of a mature, end-to-end design system for big, complex organizations. Discover all the moving pieces and how they hang together.| Big Medium
The meaning of FullStack development has been changed, let's embrace and move to the ZenStack world.| zenstack.dev