25 followers
Hello! Welcome to my blogging zone. I'm Shivam Goyal, a Software Engineer from India. I'm experienced in Mobile Development, Automation, and Computer & Network Security.
Subscribe to my newsletter and never miss my upcoming articles
It was a cold winter night of November when I was scrolling through my LinkedIn and a mail popped up on my cell phone. The subject said, "2021 Application Engineering Internship Opportunity with Google India!". At first, I was like, "Ahh.. this seems...
Agenda? A lot of people ask me, how to get started with tech. If you have been asking this to someone, this might be the answer. Let me try to answer it by taking some relevant programming fields in context. Options? According to me, there are four m...
❔ Intro to JPMC’s Code for Good According to JPMorgan Chase & Co., Code for Good is a series of hackathons hosted in JPMorgan’s global technology centers. During this event, participants spend 12–24 hours with our employees, developing creative solu...
The AlertDialog is basically a Popup in Flutter. Whenever you want to create a floating box that is centered on the page, you can simply use an AlertDialog. The implementation of the same is very easy and has been provided in-built with Flutter SDK. ...
What 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 ...
The 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...