VScode

10 visual studio code shortcuts to maximize efficiency

overview Visual Studio Code (VS Code) is a popular code editor among developers due to its intuitive interface and a wide range of features. However, navigating through the editor can be time-consuming, especially when working on larger projects. This is where keyboard shortcuts come in handy. 10 visual studio code keyboard shortcut trick to use …

10 visual studio code shortcuts to maximize efficiency Read More »

Useful Extensions in Visual Studio Code for Beginners

Although Visual Studio Coding is a fantastic code editor, its real strength lies in its excellent extension marketplace. VS Code becomes significantly better through extensions, which are available for practically any task you could need to complete in an IDE (Integrated Development Environment). Here are five (5) of my VS Code additions that might help …

Useful Extensions in Visual Studio Code for Beginners Read More »

Split Your Widgets in Flutter

Why? Google’s Flutter is a framework that allows you to create a UI as code, with each building block called a widget, resulting in a widget tree. Any software developer should be concerned with making this tree readable and maintainable. How? Splitting an app into widgets is the process of dividing large widgets into smaller, …

Split Your Widgets in Flutter Read More »