Sahilsahilkazi.hashnode.dev·Oct 7, 2020Remove the N-th node from the end of a linked listHi there 😊 !!! Glad to see you and thank you for taking the time to give this article a look. To stay notified about more such articles make sure you subscribe to my newsletter. This Question Is from Leetcode Description: Given a Linked List and a n...10 likes·83 reads2Articles1Week
Mattia Sinisiblog.snisni.it·Sep 23, 2020Writing code for othersToday I'd like to talk about collaboration in developer teams of all sizes. Introduction When everyone begins coding it's most likely that they'll learn and experiment all by themselves, that's perfectly fine, It's how I and almost anyone I know firs...37 likes·788 readsLearning from past experiencesprogramming
Victory Chiamaka Wekwavickie.hashnode.dev·Sep 23, 2020Learning how to get help as a programmerAt some point, while learning, everyone gets stuck and needs to be able to understand better and be unstuck easily. In this article, I will be writing about several ways to get help and keep moving when the whole learning gets frustrating and confusi...12 likes·139 readsprogramming
Dinys Monvoisindinmon.hashnode.dev·Sep 9, 2020SVG made easySVG is everywhere. Almost every website includes an SVG image, and its popularity keeps on increasing. This article will try to demystify what is SVG, bridge the gaps on some concepts related to SVG and at last a bit of practice by creating a web pag...31 likes·509 readsJavaScript
Steffy Losteffy.hashnode.dev·Jun 21, 2020Dynamic Programming Series #3: Maximum SubarrayAnd here is our second problem of the Dynamic Programming Series! As promised, this one will be much simpler than the last one. Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and ...6 likes·42 readsComputer Science
wachira_devhashnode.bywachira.com·Jun 23, 2019FeaturedWhy you should document your code.Brief History A year ago I built an e-commerce API with Flask and consumed it with React on the frontend. It was the first time I built a web app like that where the frontend and backend were very separate because before I would use templating engine...27 likes·601 readsGeneral Programming