How to get the count of your followers on dev.to You can see how many followers you can see in your dev.to dashboard. But there are scenarios where you'd like to have them available elsewhere, say on a personal blog or portfolio.
How to create a "Share to Twitter" button with HTML, CSS & Javascript When a new year begins, I write down some goals to achieve. In 2022, one of these goals was to create a beautiful, custom Ghost theme. For myself and to share it with others. The first prototype is already live on my blog. There's no testing ground like home. I've
A story of why you should use strong types in Javascript team projects Using Typescript in team projects cannot save lives, but surely a lot of time. Even if your team member is yourself in six months. Typing, if you're coming solely from a JS background, might seem alien at first sight. Read on to find out why you should still give them a try.
Quick & Dirty: How to add a client search feature to your Ghost blog This article attempts to give you an idea of how to implement a search feature for your own Ghost blog. You'll learn how to create your own index, store it on the clientside and query it for results. In the related code repository, you can also find an implementation example.
How to self-host Google fonts for your web application | Part 2/2: Download and provision They are everywhere. For a good reason as well - typography plays a big role in UI design, and Google provides designers and developers a simple solution by providing popular fonts over their CDN. You might, however, have good reason to serve these from your own server.
How to get the count of your followers on dev.to You can see how many followers you can see in your dev.to dashboard. But there are scenarios where you'd like to have them available elsewhere, say on a personal blog or portfolio. javascript
How to create a "Share to Twitter" button with HTML, CSS & Javascript When a new year begins, I write down some goals to achieve. In 2022, one of these goals was to create a beautiful, custom Ghost theme. For myself and to share it with others. The first prototype is already live on my blog. There's no testing ground like home. I've javascript
A story of why you should use strong types in Javascript team projects Using Typescript in team projects cannot save lives, but surely a lot of time. Even if your team member is yourself in six months. Typing, if you're coming solely from a JS background, might seem alien at first sight. Read on to find out why you should still give them a try. typescript
Quick & Dirty: How to add a client search feature to your Ghost blog This article attempts to give you an idea of how to implement a search feature for your own Ghost blog. You'll learn how to create your own index, store it on the clientside and query it for results. In the related code repository, you can also find an implementation example. javascript
How to self-host Google fonts for your web application | Part 2/2: Download and provision They are everywhere. For a good reason as well - typography plays a big role in UI design, and Google provides designers and developers a simple solution by providing popular fonts over their CDN. You might, however, have good reason to serve these from your own server. privacy