Marcel Mokosinableneo TechnologyGenerate tests using AI, and learn from it!Developers frequently complain “tests take too much time” or “testing is complicated. I do not know where to start.” Do not worry, AI is…Mar 10, 20231Mar 10, 20231
Marcel Mokosinableneo TechnologyHow to do state management in a modern React application with hooks and Context APIFollowing this guide you will reevaluate introducion of global state management library in your application. Most of the state can be…Nov 21, 20221Nov 21, 20221
Marcel Mokosinableneo TechnologyTyping of React hooks in TypescriptHooks are now the better option to do effects in react. Using hooks with typescript can be complicated at first let’s dive in.May 21, 20201May 21, 20201
Marcel Mokosinableneo TechnologyJavascript debugging in IntelliJ IDEADeveloping amazing user interfaces does not come without obstacles let’s learn how to investigate and to resolve them with ease.Mar 27, 2020Mar 27, 2020
Marcel Mokosinableneo TechnologyReact setState does not immediately update the stateReact hooks are now preferred for state management. Calling setState multiple times in one function can lead to unpredicted behavior read…Mar 27, 20202Mar 27, 20202
Marcel Mokosinableneo TechnologyMaster React with Typescript and Unit TestsMost of the React components in our projects should be simple, reusable, testable and well-typed. Design components with well-defined…Oct 17, 20192Oct 17, 20192
Marcel Mokosinableneo TechnologyBest practices for Javascript projectsPlanning with development strategy are lowering the probability of delays or project failures. Examine some of the best practices that can…Sep 25, 20191Sep 25, 20191
Marcel Mokosinableneo Technology⚛️ Focused Styling in React and refactoring of MobxAre you using React on the project with an external theme? Read more theming of for React, some hints for mobx without decorators and more.Mar 19, 2019Mar 19, 2019
Marcel Mokosinableneo TechnologyHow to use the hygen code generatorThere are platforms that list thousands of generators namely yeoman but often you will need something simple and custom. The alternative…Mar 13, 2019Mar 13, 2019
Marcel Mokosinableneo TechnologyImprove your Javascript Developer Experience by generating codeNo one wants to spend time creating boilerplate. Generating repeating code patterns can speed up development tremendously. What are the…Mar 13, 20191Mar 13, 20191