Blog (Page 13 of 19)
-
Data visualization with Svelte and D3
Let’s explore the advantages of the hybrid approach of using Svelte and D3 together for data visualization.
-
Setup VS Code for Java development
I will go through how to setup VS Code for Java development from zero. You need to install some extensions to provide the core language features.
-
VS Code keyboard shortcuts that will boost your productivity
Keyboard shortcuts help you achieve tasks quicker. Any task you perform regularly is a candidate for a shortcut. Let’s cover some practical examples.
-
Read XKCD in the terminal with some bash magic
XKCD is probably the most popular webcomic with Devs. It only seems right that you can read it from the comfort of your terminal via a
xkcdcommand. -
How to create a slick animation from Ozark
Today I will create the title sequence from Ozark as a web animation using the Greensock (GSAP) JavaScript library.
-
Add bookmark links to your blog to make it easy to reference
Bookmark links are links in the headings to make it possible to reference a section of your page with an URL. I will show you how to create them.
-
How to add a copy to clipboard button to code blocks
A copy button enables quick copying of code to the clipboard. I will show how to use the Clipboard API, style the button, and provide user feedback.
-
Testing a Svelte app with Jest
In this tutorial, I will go through using Svelte with Vite, and show you how to test a complete app with Jest.
-
VS Code: You don’t need that extension part 2
VS Code has builtin features and settings that ably do the work of many popular extensions. Take a look, you may not need that extension!
-
VS Code - increment and decrement numbers with shortcuts
Browser devtools enable you to increment and decrement numeric values with keyboard shortcuts, wouldn’t it be nice to have this in VS Code too?