• Using Drizzle ORM with SvelteKit

    Using Drizzle ORM with SvelteKit

    Drizzle ORM is a lightweight, fast, and easy-to-use ORM for Node.js, written in TypeScript. It supports all major databases, including MySQL, PostgreSQL, SQLite, and MongoDB. It's also a good alternative to Prisma. In […]

  • Discovering Svelte: Things I Learned While Using Svelte

    Discovering Svelte: Things I Learned While Using Svelte

    So, I've been playing around with Svelte, this unique JavaScript compiler, for a while now, and let me tell you, it's awesome! As someone who's experienced with React, using Svelte feels like a […]

  • How to add Nprogress to SvelteKit

    How to add Nprogress to SvelteKit

    You may be wondering how to add Nprogress to SvelteKit. This is a simple guide to help you get started. What is Nprogress? NProgress is a JavaScript library that provides a slim progress […]

  • 8 Tools Every Web Developer Team Should Use

    8 Tools Every Web Developer Team Should Use

    Web development applications have advanced a lot in the past few years. Thanks to this, we can benefit from libraries, add-ons, and their other key features to improve the performance of our software […]

  • How to show GitHub contributors of a file?

    How to show GitHub contributors of a file?

    While browsing the Ant Design documentation, I noticed that they show the GitHub contributors of a file at the bottom of the page. I thought it was a nice feature and wanted to […]