Ronald's Blog
-
Enhance Your Gaming Experience with the Newmen GM101 Mechanical Keyboard
Newmen GM101 Mechanical Gaming Keyboard with Wrist Rest, RGB LED Backlit 104 Anti-Ghosting Swappable, Aluminium Wired Keyboard for Windows/PC/MAC
Mar 21, 2024
-
Implementing a REST API with Sveltekit and Supabase for Task Management.
I demonstrate the significance of REST API in web development and provide a concise guide on implementing it with SvelteKit and Supabase, enabling the building of efficient task management web application.
Mar 4, 2024
-
Using JavaScript Libraries with Svelte
Learn the techniques of using any JavaScript library in a Svelte app and most importantly discover the super powers hidden inside Svelte Actions.
Oct 29, 2023
-
Query Parameters, Pagination, and SvelteKit Endpoints
SvelteKit's endpoints enable seamless use of query parameters and pagination, improving content retrieval for a smoother user experience.
Oct 28, 2023
-
Mastering Git Bisect, A Powerful Tool for Debugging and Finding Bugs
Discover the power of Git Bisect, a valuable tool for debugging and finding bugs in your codebase. Learn how to efficiently track down the commit that introduced a bug using a binary search algorithm.
Oct 7, 2023
-
Leetcode 1929 Python, Concatenation of Array
Solving array concatenation with Python
Oct 1, 2023
-
11 Python tips and tricks to make you a better programmer
Here are some python skills that will help you write better programs and code efficient algorithims.
Oct 1, 2023
-
Understanding Sorting Algorithims in Javascript
Quick Sort is a popular and efficient divide-and-conquer sorting algorithm. It works by selecting a 'pivot' element from the array and partitioning the other elements into two sub-arrays, according to whether they are less than or greater than the pivot. The sub-arrays are then sorted recursively.
Sep 29, 2023
-
Demisifying Binary Search
Binary Search's brilliance lies in its ability to efficiently reduce the search space by half in each iteration, resulting in a remarkably fast search process for large datasets.
Sep 28, 2023
-
How To Build Offline DarkMode On Your Website
undefined
Sep 15, 2023