Damola Olutokeadedamolablog.hashnode.dev·Jul 1, 2020Getting Started with GitGit is a distributed version control system used in monitoring file changes in a project workflow. In our day to day activities as a software developer/engineer, the need to use Git is very important in many instances such as making changes on a loca...14 likes·205 readsWeb Development
Steffy Losteffy.hashnode.dev·Jul 1, 2020Dynamic Programming Series #7 (Finale): Levenshtein DistanceYes everyone, it's sad to say but this series is finally coming to an end. I decided to end it off as I don't want to drag it too long and also because I think 7 is a great number to end with. Lucky 7 you know? Ok, so for today's problem we'll be loo...68 readsComputer Science
Steffy Losteffy.hashnode.dev·Jun 30, 2020Dynamic Programming Series #6: Maximum Profit in Job SchedulingToday's problem is definitely challenging, although it is quite a classic problem that you might have seen in your algorithms courses. For those of you who have seen this before, this will serve as a great comprehensive review, and for those who have...4 likes·107 readsComputer Science
Steffy Losteffy.hashnode.dev·Jun 27, 2020Dynamic Programming Series #5: Maximize Stock ProfitsHere's today's problem. Say you have an array for which the ith element is the price of a given stock on day i. If you were only permitted to complete at most one transaction (i.e., buy one and sell one share of the stock), design an algorithm to fi...3 likes·71 readsComputer Science
Rohit Lakhotialearnitfree.hashnode.dev·May 30, 2020What is a Scripting Language? Everything you need to knowWhat is a Scripting Language? Everything you need to know Originally published at https://learnitfree.org on April 20, 2020. You may be surprised to know that there are around 700 programming languages invented throughout the days of computers. Corre...126 readsScript
Eno-obong Akpaneno-obongakpan.hashnode.dev·May 19, 2020MY EXPERIENCE AS A DEVC30DAYSOFCODE PARTICIPANTToday mark’s the last day of the DevC30daysofcode challenge and I feel so excited that I was able to learn consistently in the past 30 days. In this article, I will talk about the developer circle community, my experience as a member of the community...10 likes·167 readsJavaScript
Ubong Umoh (ubongsky1)sky1.hashnode.dev·May 2, 2020What is a framework?I guess this is probably not the first time hearing this as a newbie to the tech world but if it is am gonna break it down for you. A framework or software framework is a platform for developing software applications,a framework is similar to an appl...1 like·78 readsnewbie
Ratnadeep Bhattacharyyaskylab.hashnode.dev·Mar 31, 2020Deno: Beyond Hello World - Drash ServerI was following Deno since it was announced by Ryan Dahl in 2018 at JSConf and its going to be in v1 in May 13 2020. I like Typescript and Node.js both. I started playing with it as soon as I found executable for Linux. They started Deno with Golang ...97 readsTypeScript
Carlos Caballerocarlillo.hashnode.dev·Dec 7, 2019Understanding MVC-Services for Frontend: AngularIntroduction This post is the third in a series of three posts to understand how the MVC architecture works to create frontend applications. The objective is to comprehend the way to structure a frontend application by evolving a web page in which Ja...10 likes·58 readsJavaScript
Carlos Caballerocarlillo.hashnode.dev·Dec 5, 2019Understanding MVC-Services for Frontend: AngularIntroduction This post is the third in a series of three posts to understand how the MVC architecture works to create frontend applications. The objective is to comprehend the way to structure a frontend application by evolving a web page in which Ja...69 readsJavaScript