Hacks for being a Better ProgrammerI have been coding for a while now, and some of my best programming tips to all other developers out there: Coding is the last step of the process For solving problems: Whiteboard > Keyboard Coding without planning = Stress You look smarter by b...Jul 10, 2022·2 min read
Blockchain Mining - How does it Work?Wondering what Blockchain mining is all about and how it is profitable? If yes, then read this article on Blockchain mining through which you can gain insights on what is Blockchain mining and how it works. Below are the topics that I will be coverin...Feb 8, 2022·4 min read
How to Build Machine Learning ModelsMachine learning problems are like any typical scientific problem that needs to be solved, only by applying the correct method will you be able to get the desired result. Therefore, this means that you must be able to define the problem that you want...Jan 19, 2022·5 min read
Increase productivity as a Developer by knowing these JavaScript HacksThere are many amazing features in javascript that can make your life much simpler. I have added some of the amazing features that every javascript developer should know. 1. Resize the Array using an array. length. a=['Pune','Hyderabad','Banglore','M...Dec 16, 2021·2 min read
TypeScript Functions You Need to KnowWHAT ARE FUNCTIONS? Functions are the fundamental building blocks of any application in JavaScript. They’re how you build up layers of abstraction, mimicking classes, information hiding, and modules. In TypeScript, while there are classes, namespaces...Nov 17, 2021·3 min read
Best Productivity Hacks for DevelopersIf you want to revamp your journey as a Developer or Software Engineers follow these productivity hacks. It would definitely help you in your journey. 1. Start-off by prioritizing tasks for the day The biggest productivity hack is to begin your day b...Sep 24, 2021·3 min read
Contribute To The Open-source CommunityOpen-Source Software is a type of software whose code is publicly available to use and modify. Open-Source Contribution involves contributing to the development or improvement of open-source software. Open-source software powers a huge portion of the...Jan 11, 2021·6 min read