Coding

Unlocking Flutter's Potential: Best Practices for Writing Clean Code

Unlocking Flutter's Potential: Best Practices for Writing Clean Code

Unlock Flutter's potential with clean code. Learn best practices for writing maintainable Dart code, with examples and essential principles.

June 02, 2023

Top 9 Local Databases for Flutter: Full Comparison

Top 9 Local Databases for Flutter: Full Comparison

Compare the best local databases for Flutter (Isar, Hive, Sqflite, ObjectBox, Realm, Drift, Floor, CBL, Sembast). Find pros, cons, and performance comparisons.

April 06, 2023

Found means fixed - Introducing code scanning autofix, powered by GitHub Copilot and CodeQL

Found means fixed - Introducing code scanning autofix, powered by GitHub Copilot and CodeQL

Now in public beta for GitHub Advanced Security customers, code scanning autofix helps developers remediate more than two-thirds of supported alerts with little or no editing.

Fixing security vulnerabilities with AI

Fixing security vulnerabilities with AI

A peek under the hood of GitHub Advanced Security code scanning autofix.

Mastering TabBar & TabBarView in Flutter: A Complete Guide

Mastering TabBar & TabBarView in Flutter: A Complete Guide

Implement TabBar and TabBarView in Flutter step by step — customize tab indicators, enable scrollable tabs, and change tabs programmatically.

July 26, 2023

File Manipulation in Flutter: Best Practices & Examples

File Manipulation in Flutter: Best Practices & Examples

Master Flutter file manipulation — permission management, directory handling, and practical read-write scenarios to elevate your app's file handling.

June 30, 2023

Your Adventure in Appland: Crafting a 'Hello World' App with Flutter in 2023

Your Adventure in Appland: Crafting a 'Hello World' App with Flutter in 2023

Embark on a magical journey into app development! Craft your own Hello World app with Flutter in 2023, step by step. Let the coding adventures begin!

June 14, 2023

Star Pattern Series 2 — Inverted Triangle Pyramid in C

Star Pattern Series 2 — Inverted Triangle Pyramid in C

Print the inverted right angle triangle (half pyramid) star pattern in C using nested for loops. Full source code with output, explanation, and complexity analysis.

March 10, 2022

Star Pattern Series 1 — Triangle Pyramid in C

Star Pattern Series 1 — Triangle Pyramid in C

Print the right angle triangle (half pyramid) star pattern in C using nested for loops. Full source code with output, explanation, and complexity analysis.

March 06, 2022

Display Fibonacci Series in C Program — Loop Code & Output

Display Fibonacci Series in C Program — Loop Code & Output

Display the Fibonacci series of the first n terms in C using a for loop. Complete source code with output, step-by-step explanation, and complexity analysis.

February 24, 2022

Topics (338)