How to embed Mermaid Diagrams in Pelican generated Blog Post

Posted on June 04, 2024 in Development • Tagged with pelican, github, githubpages, python, web, dev

This post shows how to embed Mermaid Diagrams in Pelican generated Blog Post.


Continue reading

What makes Scrumban an effective Agile framework

Posted on June 03, 2024 in Engineering Management • Tagged with Leadership, Engineering Management, New Manager, Agile development

Scrumban: The Best of the Scrum and Kanban Agile frameworks


Continue reading

Creating Effective Tickets to get work done

Posted on May 24, 2024 in Leadership • Tagged with Leadership, New Manager

Creating Effective Tickets to get work done


Continue reading

How to avoid burnout as New Manager

Posted on May 05, 2024 in Leadership • Tagged with Leadership, New Manager

How to avoid burnout as New Manager


Continue reading

Vim Quick References

Posted on September 07, 2022 in DevOps • Tagged with devops, cli

A quick guide to Vim editor commands. I'm using macOS Terminal to run vim editor.


Continue reading

Flutter Live Booklet: Flutter component recipes

Posted on March 21, 2021 in Development, Flutter, Cross-platform • Tagged with flutter, code-recipes, android, android Studio, iOS

This article contains pointers to code samples for flutter components / widgets.


Continue reading

Flavoring Flutter Applications (Android & iOS)

Posted on March 20, 2021 in publishing-apps • Tagged with flavors, publishing, cross-platform, Flutter, code-recipes, Android, Android Studio, iOS, development

This article describes the process of publishing Flutter applications on Android and iOS platforms in development and production environments.


Continue reading

Disabled Buttons in Flutter

Posted on November 11, 2020 in Widgets • Tagged with Widgets, cross-platform, Flutter, code-recipes, Android, Android Studio, iOS, development, responsive

This micro article gives pointers to disable buttons in Flutter applications.


Continue reading

Responsive Flutter layout with Expanded widget

Posted on October 15, 2020 in FlutterLayouts • Tagged with FlutterLayouts, cross-platform, Flutter, code-recipes, Android, Android Studio, iOS, development, responsive

This article shows how to use Expanded widget to create responsive layout.


Continue reading

Responsive Flutter layout with FittedBox widget

Posted on October 01, 2020 in FlutterLayouts • Tagged with FlutterLayouts, cross-platform, Flutter, code-recipes, Android, Android Studio, iOS, development, responsive

This article shows how to use FittedBox widget to create responsive layout.


Continue reading