PinnedInterviewing Experience at Navi - SDE 1The offer came via on-campus hiring at Thapar Institute, Patiala. Navi came to our campus in September 2021 to hire Fresh Graduates for SDE-1 roles. Company 💪🏻 At Navi, our mission is to build financial services that are simple, accessible, and af...Jun 16, 2022·5 min read
Understanding Version Control Systems: GitHub Simplified with SourceTreeWhat is a Version Control System? Version control systems are a category of software tools that help a software team manage changes to source code over time. Version control software keeps track of every modification to the code in a special kind of ...Sep 7, 2019·6 min read
Building Flutter PullToRefresh in just 15 minutesThe pull-to-refresh pattern lets a user pull down on a list of data using touch in order to retrieve more data. The "Pull-to-refresh" gesture was first introduced by Loren Brichter in the Tweetie app and in no time it became so popular that countless...Jul 17, 2019·2 min read
Building a Flutter DateTime Picker in just 15 minutesWith the Flutter DateTime Picker plugin, you can add date & time pickers to your native application. The plugin’s interface is inspired by the iOS Cupertino style menu. What you’ll build? In this tutorial, you’ll build a mobile app featuring a DateTi...Jul 16, 2019·3 min read
How to install Flutter on Mac & WindowsIn this post, we’ll have an overview of Flutter, the latest buzz in the App Development market. Flutter is gaining popularity faster than any other framework. Some say it is Google’s answer to Facebook’s React Native, but that debate is for later. Le...Jun 17, 2019·10 min read