This website showcases the projects and skills of a self-taught developer with over four years of experience in building advanced SaaS products. It highlights tools used like React, Node.js, and TailwindCSS, and features projects such as event and podcast platforms. The site also includes blog posts on JavaScript topics and offers contact details for inquiries.
Showcases various projects such as Luma, ChainGPT, Powerup, and Pod Portal with live previews and details.
Provides latest blog entries focusing on technical topics such as JavaScript Modulo Operator and publishing on npm.
Highlights technologies and tools experienced, including React, TailwindCSS, Material UI, Node.js, and others.
Find or create events and connect with like-minded people. This platform allows users to join groups, meet new people, and organize their own events. It provides features for community building and social interaction.
AI-powered dashboard for Web3. Offers tools for traders, NFT creators, developers, and crypto enthusiasts. It provides analytics and insights on blockchain activities.
Engage in thrilling and mind-bending knowledge games. Users can showcase their expertise and compete in quizzes to win rewards.
A platform to discover and enjoy podcasts. Features curated selections for users to explore stories, discussions, and entertainment.
Enables users to mint and own digital assets like Kuto characters. This platform encourages creativity and personal expression through digital collectibles.
Provides comprehensive data on currency and population worldwide. Useful for staying informed and making smarter decisions with detailed statistics.
The page provides a detailed explanation of the modulo operator (%) in JavaScript, including how it works to find the remainder of a division operation.
The article explains division conceptually, showing how division works practically and visually using examples and code snippets.
An example is given where the modulo operator is used to loop through colors in an array. This illustrates how the operator can solve problems in web development, such as cycling through items.
A tool that allows you to easily create a React library by running a simple command. It prompts for some configuration, and sets up the project to work immediately, including an example project inside to ensure the library works before publishing.
While publishing, faced issues with React Fragments that required adjustments in configuration from using shorthand <>...</> to <React.Fragment> for proper compilation.
Encountered issues with SVG imports when the component compiled with different file names, causing module conflicts. This was resolved by adapting the setup.
Faced issues with CSS modules that required changing styles from modules to css files for proper integration without suffix issues during compilation.