I’m Yuceef. H
Technical stack
Blog Posts
BlaBlaConf 2022: Browser database for offline application use
Browser Database For Offline Application Use Most web applications communicate with server / backend to read and write data, and the browser’s job is just to fetch, and send. What will happen if the user loses internet connection or if we need to create an offline application? I encountered this situation in a real project, and to build a solid offline application, we should store data on the front-end side. The topic of the session is how to implement storage management using IndexedDB.
January 16, 2023
Read MoreBuild a basic NextJs app with IndexedDB and Dexie.js
Dexie.js is a minimalist wrapper for IndexedDB. It is a straightforward approach to use IndexedDB with an easy integration process with several frontend frameworks
August 18, 2022
Read MoreCheckstyle, PMD and Findbugs, why and how? - (part 2: PMD)
Discover the power of PMD, your trusted code quality companion! Dive into Part 2 of our series on Checkstyle, PMD, and Findbugs, where we explore PMD's magic in detecting code issues and vulnerabilities. Learn why PMD is an essential tool for maintaining high code quality standards and how to set it up seamlessly. Uncover real-world examples and customization tips to fine-tune your code analysis. Stay with us for more insights on optimizing your Java codebase in Part 3 with FindBugs!
June 13, 2022
Read MoreSubscribe now to My Newsletter
Subscribe to my newsletter and stay updated