SélomTodo app with React.js — Part 4(Unit testing with Jest)In my previous post, we wrote snapshot tests for our components using Jest and Enzyme. So far, our todo app is not functional yet. To make…Oct 21, 2018Oct 21, 2018
SélomTodo app with React.js — Part 3 (Snapshot testing with Jest and Enzyme)In my previous post, we created our todo app components. We also used Styled Components to improve the UI of the todo app.Oct 14, 2018Oct 14, 2018
SélomTodo app with React.js — Part 2 (Styled Components)In the first post related to our todo app in React.js, we setup and configured Webpack and Babel.Oct 9, 2018Oct 9, 2018
SélomTodo app with React.js — Part 1 (Eslint, Prettier and Express server)In my previous post, we configured Webpack and Babel. In this post, we will setup Eslint, Prettier and a server with Express.Oct 7, 20181Oct 7, 20181
SélomHow to set up Webpack and Babel for a simple ReactJS app?When JavaScript was first released in 1995 by Brendan Eich, no-one thought this programming language could become as popular as it is…May 6, 20181May 6, 20181
SélomDependency Injection in PHPHave you ever encountered a situation where you need to pass a dependency to a constructor which has nothing to do with that class?May 5, 20181May 5, 20181
SélomHow to fix a No `Access-Control-Allow-Origin’ error message on Google Cloud StorageI’m trying to download a file via jQuery Ajax. The file is stored a file on Google Cloud Storage. My domain is http://localhost:8888/. My…Nov 21, 20173Nov 21, 20173