Simulate Logo

Simulate

This post doesn’t explain much about simulate, rather my experience of building it. Visit Simulate docs to know more. Simulate was one of my first major projects. It taught me one of the most important skills of my developer journey, which is Project Based Learning. In 2019, at the end of my freshman year, Flutter was starting to get super popular. Me and a friend tinkered a bit with Flutter and decided that we can learn it on the go while building something....

Snake Game in Minutes with Flutter

Introduction Snake game is probably one of the most known video games in the world and I have built it multiple times, why? Because it’s a good intro project to any new language or framework. I have built it with Python, C++, Javascript, and Dart (Flutter). I frequently use it as an example when I’m teaching someone the basics of a language/framework. In this tutorial, we’ll build the Snake Game with Flutter....

<span title='2022-04-24 21:52:20 +0530 +0530'>April 24, 2022</span>&nbsp;·&nbsp;10 min&nbsp;·&nbsp;Yash Lamba

Working with Flutter on Windows Subsystem for Linux (WSL)

Most developers prefer to use Linux or MacOS for development and the major reason in simple terms is the terminal and the ease they provide with their development environments. Windows has always been avoided by most developers (as far as I see in the community) but recently, after the announcement of Windows terminal and the increasing popularity of Windows Subsytem for Linux, many people have taken a stab at developing with Windows without having to install a Linux distro or use a Virtual Machine or in extreme cases, buy Macbooks....

<span title='2019-12-19 16:08:40 +0530 +0530'>December 19, 2019</span>&nbsp;·&nbsp;3 min&nbsp;·&nbsp;Yash Lamba