Nam Nguyennamnguyendev.hashnode.dev·Apr 24, 2023CodeWars (5 kyu) Pete, the baker - JavascriptDescription: Pete likes to bake some cakes. He has some recipes and ingredients. Unfortunately he is not good in maths. Can you help him to find out, how many cakes he could bake considering his recipes? Write a function cakes(), which takes the reci...384 readsCodewars
Nam Nguyennamnguyendev.hashnode.dev·Apr 21, 2023CodeWars (6 kyu) Consecutive strings - JavascriptDescription: You are given an array(list) strarr of strings and an integer k. Your task is to return the first longest string consisting of k consecutive strings taken in the array. Examples: strarr = ["tree", "foling", "trashy", "blue", "abcdef", "u...234 readsCodewars
Tom X Nguyenmonotykamary.hashnode.dev·Jun 25, 2022A deliverable for designing a system for a video streaming platform startupThe motivation for this post was to create a template to compose deliverables of an architecture approach that is presentable to a potential client. We wanted this template to simple enough to be picked up by any of our engineers and serve as a first...1 like·488 readssoftware architecture