A great way to make dynamic images for your website.While I was researching for a way to add a picture into another picture dynamically on a webpage I discovered a very nice tool.Mar 19, 2021Mar 19, 2021
Ruby Algorithm — valid ISBN10Another algorithm that I found online it’s a method to check if a string is a valid ISBN10 or not.Mar 12, 2021Mar 12, 2021
NodeJS patterns — The decorator patternWhile learning about NodeJS design patterns I went through many useful techniques, but one that I think is really interesting is the…Mar 4, 2021Mar 4, 2021
A Valid Walk — Javascript AlgorithmAnother interesting algorithm that I found is a function that receives an array with cardinal points which enumerates the direction of the…Feb 25, 2021Feb 25, 2021
JavaScript Algorithms — isPangram()This is the second algorithm I’m writing about and it’s about a function that returns true if the string passed is a pangram and false if…Feb 19, 2021Feb 19, 2021
Tower builder algorithm — JavaScriptWhile practising algorithms I came across some interesting ones. I decided to write about some of them and the way I approach and solve…Feb 13, 2021Feb 13, 2021
Movie app — technical assessmentThroughout my job search, I received a technical assessment where I was asked to build an app that will load 20 movies from an API and to…Feb 5, 2021Feb 5, 2021
React Component testing implementation I use.I know that ability to test your code is one of the skills needed in any web developer skillset.Jan 29, 2021Jan 29, 2021
How I created my Resume as a 3D card, using React SpringWhile looking at my portfolio website I was thinking to create some feature that will catch the user make him engage more with it.Jan 23, 2021Jan 23, 2021
Make your React components to move smooth — GreenSockWhile working on different projects in ReactJS, I noticed that my components are disappearing and appearing quite suddenly and for a…Jan 14, 2021Jan 14, 2021