Blog(Page 15 of 17)
The easy way to find the perfect font and theme combination
Personalising the look of your editor can give your digital life a more homely feeling. How can you find the perfect theme and font efficiently?
VS Code - You don’t need that extension
There are quite a few features and settings that ably do the work of many popular extensions. Take a look, you may not need that extension!
Animating text along a path (it’s easy)
It is easy to animate text along a path. You can use it to make some fun effects. All you need is some SVG and a sprinkle of JavaScript.
Happier markdown: lint, spellcheck, auto-preview, and more
I was getting some reoccurring issues when publishing my markdown documents. I will discuss how I created a better markdown workflow.
From ‘A’ to ‘Web App’: Test an API in Java
I will break down the different strategies and tools for testing an API. I will test the application from my previous post.
What languages and tools do you use that spark joy?
What if you gathered all of your digital ‘things’ together, and decide what to keep from each category. What would you choose?
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.
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.
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?
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?