Published inmatcha.fyi·PinnedElevate Your JavaScript Skills with the Magic of OOPMaximize your JavaScript efficiency — OOP — or Object-Oriented Programming — can help you organize your code in a more logical and manageable way, and it can make it easier to reuse and extend your code in the future. In JavaScript, object-oriented programming (OOP) is a programming paradigm that is based on the concept of…Software Development5 min readSoftware Development5 min read
May 4Freelancing as a College Student: Tips and TricksAre you a college student looking to make some extra money while pursuing your degree? Freelancing might be the perfect option for you. As someone who has started freelancing recently, I want to share some tips and tricks that can help you get started. My Experience I started freelancing as a web…Freelancing3 min readFreelancing3 min read
Apr 30Money will come to you as a software developer.I did this, and I know this because I’m an average guy. Are you overwhelmed that you can't make money as a developer because you are an average developer? You are wrong! Average guys make more money sometimes because they try a different thing. Firstly, the software development industry is…Software Development2 min readSoftware Development2 min read
Apr 25LeetCode TwoSum Explained!Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any…Data Structures2 min readData Structures2 min read
Apr 19LeetCode Valid ParenthesesThe JavaScript Way Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input string is valid if: Open brackets must be closed by the same type of brackets. Open brackets must be closed in the correct…JavaScript3 min readJavaScript3 min read
Mar 27Repeat after me: I won’t make these mistakes as a software developer/engineerSoftware development is that juicy field where the whole world is going right? Right you are! But most of the developer are self taught just like me and graduated from YouTube University. But the problem is you go behind the hype. Here in this blog, we will look into various…Software Engineering2 min readSoftware Engineering2 min read
Mar 12Making money as an average developer is hard right? Atleast not nowA Great Indian 20-year-old story I’m just like the other 99% of developers who are not in the top 1%. Maybe because I’m too young (20 y/o) or because I’m too lazy. I strongly believe that right now I’m not a 10X developer who can do almost everything, and I…Freelancing5 min readFreelancing5 min read
Published inDev Genius·Feb 25Hadoop/Spark is too heavy, esProc SPL is lightWith the advent of the era of big data, the amount of data continues to grow. In this case, it is difficult and costly to expand the capacity of database running on a traditional small computer, making it hard to support business development. In order to cope with this problem…Sql13 min readSql13 min read
Published inJavaScript in Plain English·Feb 16How To Style And Write CSS In ReactReact is an extensively preferred frontend UI library used in nearly 50 million projects every month. Backed by Facebook, React has had its dominance in the web development space for over nine years and has several notable customers (ranging from startups to Fortune 500 companies). …React20 min readReact20 min read
Feb 417+ JavaScript String methods ExplainedThis is what you need to know about strings. From your name to your Ethereum wallet address, everything is a string. This comprehensive blog will teach you all of the essential JavaScript String methods. So let’s get started! So what is a String? A string is a sequence of characters, usually used to represent text…JavaScript3 min readJavaScript3 min read