Oct 30, 2022How To Find The OneContributing To Open Source — You decided to aim some (or more) of your free time to contribute to open-source. I'm with you! The easy way is to follow a needs you find in your day-to-day work. For example, a library you use has a bug or a missing feature. In this article, we will…Open Source4 min readOpen Source4 min read
May 14, 2022The Steps From Hell — Or How To Solve Unsolved BugDeveloper’s diary — A few days ago, I had one of these days: We all have them, hopefully once in a while, realistically, once a week or so. Like a good millennial, I wrote about it on Twitter. …Computer Science3 min readComputer Science3 min read
Dec 8, 2021Flexbox Container Width Broken In Direction Column — Why And How To solveTricky Problems & Their Solutions — Today one of my teammate asked me to help her with a problem she was stuck on in CSS. She tried to create menu with dynamic width using flex box and flex-wrap, simple ha? So no, this is how it’s look: Why The Flex Container Width Not Include the break lines? After searching in the CSS documentation for quite some…CSS2 min readCSS2 min read
Sep 14, 2020Everything Except Money -Questions I ask myself when I am interviewingFrom a junior developer diaries — not technical series — During the Covid-19 first wave, I found my self without a job, and with only a few months of experience. I was very nervous that I would not found the next position or, worse, got to a position that would not fit my career path. …Programming4 min readProgramming4 min read
Sep 5, 2020Synchronous vs. Asynchronous vs. Parallel ProgrammingIt is common knowledge that programming is a very abstract profession. I found the easiest way for me to learn new topics is to create analogies for them in real life. As a beginner developer, I am in no hurry to say that I understand all the depths of the…Synchronous2 min readSynchronous2 min read
Apr 30, 2020Useful Links to Software DevelopmentThis page contains a list of useful links, ordered by topics. I will update this list from time to time. I hope you will find it helpful. 😊 Universal Online Editors: CodePen CodeSandBox Stackblitz Learning Platforms: Udemy Lynda Fine Tutorials WesBos Tutorialspoint Learn GIT branching Learn Regex101 Codecademy Cool API’s: Pokeapi (free) Star Wars (free) themoviedb (free) Task Management Websites:Development4 min readDevelopment4 min read
Apr 25, 2020Hash function & Hash TableShort & Sweet series — part 4 — Following the COVID-19 crisis that requires me to stay at home these days, I use the free time to promote myself to the goal of expert Front End developer. As part of my learning process, I try to share once a week an exciting thing that I learn. I hope…Hash3 min readHash3 min read
Mar 30, 2020The useEffect React HookShort & Sweet series — part 3 — Following the COVID-19 crisis that requires me to stay at home these days, I use the free time to promote myself to the goal of expert Front End developer. As part of my learning process, I try to share once a week an exciting thing that I learn. I hope…React3 min readReact3 min read
Mar 26, 2020The UNIX Operating SystemShort & Sweet series — part 2 — Following the COVID-19 crisis that requires me to stay at home these days, I use the free time to promote myself to the goal of expert Front End developer. As part of my learning process, I try to share once a week an exciting thing that I learn. I hope…C Language4 min readC Language4 min read
Mar 25, 2020Bitwise OperatorsShort & Sweet series — part 1 — Following the COVID-19 crisis that requires me to stay at home these days, I use the free time to promote myself to the goal of expert Front End developer. As part of my learning process, I decided that over the coming period and as long as I will stay at home…JavaScript3 min readJavaScript3 min read