shlogg · Early preview
Manthan Ankolekar @manthan_ank

JavaScript | Angular | Nodejs | MongoDB | Express.js | Python | Firebase | MySQL |

Building AI Image Studio App With Google Gemini AI

Generate unique images from text prompts or modify existing ones with ease using AI Image Studio App, built with Angular 19 & TailwindCSS, powered by Google's Gemini AI.

Building An AI-Powered Image Editor With Node.js And Google Gemini API

Built Gemini Image Editor, a Node.js app using Google's Gemini API to edit images with AI based on text prompts. Supports uploading images and applying modifications via REST API endpoints.

AfterRenderEffect With Angular Signals

afterRenderEffect runs after DOM updates, ensuring side effects happen at the right time. It integrates seamlessly with Angular Signals, eliminating manual change detection and debugging state changes.

Simplifying Data Fetching With Angular's RxResource API

Discover how rxResource simplifies data fetching in Angular apps, reducing boilerplate code and improving performance with automatic state handling, caching, and seamless integration with signals.

Setting Up Tailwind CSS 4.0 In Angular V19.1 For Rapid UI Development

Integrate Tailwind CSS 4.0 with Angular v19.1: install dependencies, configure PostCSS, import Tailwind, and start using utility-first classes for rapid UI development.

Building A Tic Tac Toe Game In Angular

Build a fully functional Tic Tac Toe game in Angular with component-based architecture & reactive programming, covering dynamic game board, turn-based play, winner detection & reset functionality.

Angular Enum Alternatives For User Roles And Statuses

Let's create a simple Angular app that demonstrates how to use enums to manage related constants, including union types, constant objects, namespaces with constant values, classes with static properties and mapped types.

Enums In Angular: Simplifying Code With Named Constants

Enums help keep code clean & readable by grouping related constants together, avoiding "magic numbers" or strings that can make understanding logic challenging. They're useful for user roles, statuses, and other types in Angular apps.

Angular Custom Global Error Handler

Angular's ErrorHandler service helps manage uncaught errors globally, providing a seamless user experience. Learn how to create a custom global error handler and handle errors effectively.

Creating An Investment Calculator With Angular And Tailwind CSS

Built an investment calculator using Angular & Tailwind CSS, estimating future value based on initial investment, annual interest rate & duration.