Published onDecember 18, 2022The Future of Software Development: Embracing AI Tools to Stay CompetitiveAIprogrammingThe use of artificial intelligence (AI) in software development is becoming increasingly important in order to stay competitive in the field.Read more →
Published onAugust 23, 2021How to async await in JavaScriptjavascriptprogrammingAsync functions and the await keyword are a new addition to JavaScript. In my opinion, it makes your code cleaner and easy to read by avoiding the need to create a promise chain.Read more →
Published onAugust 21, 2021Asynchronous vs. SynchronousjavascriptprogrammingSynchronous programming performs operations one after the other. A function must finish executing before it moves on to the next function.Read more →
Published onJuly 29, 2021I ran a thousand miles in Washington, D.C.runningI lived in Washington D.C. for three years and for two years I exercised by going for long runs around the city.Read more →
Published onJuly 19, 2020What the hell is a Pure Function?javascriptreactprogrammingReact is pretty flexible but it has a single strict rule. All React components must act like pure functions with respect to their props.Read more →