Py Mermide
Overview Py Mermaid is a combined tool that includes both the Mermaid Playground and an offline Python editor powered by Pyodide. It helps engineering teams and product managers quickly create … Read More
A log of thoughts, ideas, and experiences from my learning journey.
Overview Py Mermaid is a combined tool that includes both the Mermaid Playground and an offline Python editor powered by Pyodide. It helps engineering teams and product managers quickly create … Read More
In the Bhagavad Gita, Chapter 18, Verse 5, Lord Krishna shares powerful words: “danam, thapashchai, yajnascha, karma pavanam.” This means these three actions—danam, thapah, and yajna—are pure ways to clean … Read More
Java 8 introduced the Stream API, a powerful abstraction that allows developers to process collections of data in a functional and declarative style. Instead of writing verbose loops, you can … Read More
Someone has said: ShriKrishna let the Pandavas play the game of dice, but He didn’t let them lose everything. He stayed with them and kept them safe. Shri Krishna let … Read More
Good API documentation helps developers easily understand and use your API. It clearly explains how the API works, its endpoints, and common use cases. This guide provides a straightforward template … Read More
At the client location, a team member asked how to make a Word document more structured. He wanted to know how to set predefined font styles—such as font name, color, … Read More
What Is Machine Learning? Let’s say you’re sitting down in the evening, ☕ half a cup of coffee in hand, and you hear someone mention machine learning. Sounds fancy, right? … Read More
🚀 Getting Started with Astro: A Beginner-Friendly Guide 🛠️ If you’re technical writer or product manager to showcase your content or thoughts and new to building websites and want something … Read More
Markdown is a method that can be used to format text with simple symbols. Here are some key points to help you understand Markdown easily. Headings You can create headings … Read More
JavaScript is a powerful language that allows for the creation of functions within functions, a concept known as closures. This article explores how closures work using two examples of nested … Read More