How to Create an Astro Search component
Static sites don't have a database where we can query our data. We'll build an efficient search Astro component with fuse.js to work with our markdown files.
A collection of my best and most popular articles. Make sure to take a look!
Static sites don't have a database where we can query our data. We'll build an efficient search Astro component with fuse.js to work with our markdown files.
Astro is a brand-new web framework used to build multi-page applications. Let's start an Astro app.
Virtual environments are a crucial part of creating Python projects. In this tutorial, you'll learn everything about them.
In this tutorial, You will learn to manage your media files during deployment, or production for free.
Enjoy reading? Get unique programming tips in your invoice
~10 min read
C++ is an extremely efficient programming language. Let's learn how to use it for competitive programming.
~2 min read
Let's solve the introductory problem, missing number, from the CSES problem set.
~4 min read
Ok, I survived a pandemic, and got into my dream university. Let's set some learning goals for 2023.
~4 min read
With the introduction of GitHub discussions, Giscus emerged. An easy way to add comments to our site. Let's create a comment section with Giscus.