How to Start Finding Issues and Projects to Work on Based on Your Tech Stack
Whether you're a beginner or an experienced developer, finding issues and projects to work on can be a challenge. However, with the right approach and mindset, you can identify opportunities to apply your skills and knowledge to solve real-world prob...
Prerequisites for Contributing to Open-Source
What is open-source? Open source is like a big recipe that lots of people can work on together. Imagine a group of friends who all like to cook. They get together and share their favorite recipes with each other. They can each try out the recipes, ad...
Column & Row Widgets in Flutter
Columns : In Flutter,
A Column widget is a layout widget that allows you to arrange other widgets vertically in a top-down manner. It is a useful widget when you want to create a list of items, or when you need to stack multiple widgets on top of ea...