Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers. Containers A way to package application with all the necessary dependencies and configuration. They are portable artifact , easily shared and moved around. It makes development and deployment very easy. Application Development (Before and …
Author Archives: evil2097
My Visit To Google DevFest 2019
I recently went to Gurgaon with Shubham Chinda to attend the Google Developer Group DevFest 2019 organized by the amazing people of GDG Mumbai. The conference was held at the Westin,Gurgaon. Kudos to the organizers for selecting such an awesome venue. This was a 1-day event with 8 simultaneously running tracks: AI/ML , Mobile , Web , …
Regex Cheatsheet
Regular expressions (regex or regexp) are extremely useful in extracting information from any text by searching for one or more matches of a specific search pattern (i.e. a specific sequence of ASCII or unicode characters). Fields of application range from validation to parsing/replacing strings, passing through translating data to other formats and web scraping. One of the …
How to contribute to Open-Source Projects?
It’s never been easy to learn programming. But despite tons of ways to learn how to code, we believe that the best way to improve your skills is by contributing to open source projects. The open source community provides a great opportunity for aspiring programmers to distinguish themselves; and by contributing to various projects, developers can …
Continue reading “How to contribute to Open-Source Projects?”
How to Create Your Own E-commerce Website in a few hours?
The title seems like a click-bait but it’s actually possible. If you have a little knowledge about HTML and Python. You can create a website that is fully functional and at par with all the existing E-commerce websites. Through Saleor we can create an E-commerce website in a jiffy. Now you are thinking that What …
Continue reading “How to Create Your Own E-commerce Website in a few hours?”
My First Contribution To Open-Source (Mozilla)
I was in my third year. I was doing great at learning React.js. During the learning phase, I learned a lot of things but I felt like something was missing from the learning that was really. All the things that I learned throughout my college days and the React.js that I was learning was not …
Continue reading “My First Contribution To Open-Source (Mozilla)”
My First Post on this Blog
Be yourself; Everyone else is already taken. — Oscar Wilde. I am going to document everything here on this blog. I am an Engineering Student who loves to code and play competitive video games. I contribute to open-source regularly. I am currently in my forth year. I try to improve everyday. That’s my way of …
Introduce Yourself (Example Post)
This is an example post, originally published as part of Blogging University. Enroll in one of our ten programs, and start your blog right. You’re going to publish a post today. Don’t worry about how your blog looks. Don’t worry if you haven’t given it a name yet, or you’re feeling overwhelmed. Just click the …