Bruno Rossibrunorossi.hashnode.dev·Jul 23, 2024Arrays and listsAfter I didn't pass my last coding interview, I decided to spend some time learning about data structures and algorithms, with the goal to improve my performance in technical interviews. I've been doing daily challenges on AlgoExpert and watching the...Python
Ian Mugambimugambi.hashnode.dev·Jun 2, 2024Tackling the Code Challenge: Articles - without SQLAlchemy: A Programmer's JourneyIntroduction As programmers, we constantly face challenges that push our understanding and skills to the limit. Recently, I embarked on a code challenge that involved implementing a many-to-many relationship in Python. This article will walk you thro...56 readsPython
RoopaforChallenge Acceptedchallenge-accepted.hashnode.dev·May 19, 2024Build Your Own WC Tool in NodeJS 💻Introduction In this blog, we will see how to create your own Linux WC tool in NodeJs. This project is a part of the Coding Challenge (here). What is the WC tool? The wc (word count) tool is a command-line utility in Unix and Linux systems that displ...Node.js
Pavel Stepanovpavelstepanov.hashnode.dev·Feb 1, 2024Breaking Down Swift Take-Home Challenge: Part 1 - NetworkIntro What is the main task of the iOS developer? Correct, doing the tech challenges for the new jobs! I was interviewing candidates for the iOS developer position. A part of our interviewing routine was the take-home code assignment. Initially, I th...code challenge
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 19, 2019How to conquer job interview code challenges v2.0: creating a front-end web appBy Jonathan Sexton As many of you know, I landed my first developer job at the end of June and I thought it would be great to use the challenge I was given as the subject of today's article. It is important to note that I used React to build my proje...challenge
freeCodeCampforfreeCodeCampfreecodecamp.org·Aug 17, 2019How to Conquer Job Interview Coding ChallengesBy Jonathan Sexton As many of you know, I have been applying for a job in web development for a few weeks and I thought it would be a good idea to share some of the coding challenges I've encountered. Not only that but I'll share the ways I went abou...challenge