Published inThe Javascript ChapterJavaScript: Design PatternsThe new position I’m working in now is quite exciting. New challenges arise, and I’m putting into practice what I’ve learned over many…Mar 10Mar 10
Dealing with Timezones in Front End and Back EndWorking with time zones in programming can be challenging and frustrating at the same time. In a project, this topic is always under…Sep 17, 2024Sep 17, 2024
Published inThe Javascript ChapterGenerators and Iterators: Async generators function*After reviewing what generator functions are, we can check what an async function generator is. The definition is quite similar to a…Jun 19, 2024Jun 19, 2024
Published inThe Javascript ChapterIterators in JavaScript — Chapter 2: GeneratorsIn the previous post, we talked about Iterators and Iterables in JavaScript. This is a new concept implemented in ES2015 and it gives a…Jun 3, 2024Jun 3, 2024
Published inThe Javascript ChapterIterators in JavaScript: Chapter 1What are you talking about?Jan 16, 2024Jan 16, 2024
Published inThe Javascript ChapterObjects, inheritance and prototyping in JavaScriptIntroductionDec 5, 2023Dec 5, 2023
Published inThe Javascript ChapterThe V8 engine: behind the magic of JavaScriptIntroductionNov 3, 2023Nov 3, 2023
Published inThe Javascript ChapterQuestions/answers to have in mind for your JavaScript Interview — Chapter oneTechnical interviews are quite tricky and the cause of most of the frustration within the development community. Even experienced…Oct 29, 2023Oct 29, 2023
Published inThe React ChapterApplication design in React: Determining the component hierarchyIntroductionOct 25, 2023Oct 25, 2023
Published inThe React ChapterWhat are the new features in React 18React is one of the most, if not the most, popular frameworks for creating beautiful User Interfaces and write more scalable, clean and…Apr 9, 2023Apr 9, 2023