24 Stories by Raphael Ugwu
Cover four different ways to force a Vue component to re-render, including hot reload, the v-if hack, the forceUpdate method, and finally, the key-changing technique....
Tackling errors in Go requires a different approach than the conventional methods in other mainstream programming languages.
Svelte takes a more simplistic approach to state management, eliminating the need to install libraries and offering stores that manage state within the framework...
When building applications, it’s important to provide a clear path towards testing, which will reduce the time spent debugging and refactoring code.
By consuming its REST API into frontend applications, WordPress is decoupled into a lightweight content management system, known as headless WordPress.
Storybook provides a great way to test our UI components. It may seem like we are doing away with unit testing, but that’s not...
Rendering JSON animations in React can be tricky. We troubleshoot and solve the issues using react-lottie, a plugin for the Adobe Bodymovin extension.
Check out these different ways to run tests and handle errors in Next.js apps using Cypress, a JavaScript-based testing framework.
Cover the fundamentals for testing applications in SvelteKit, including unit testing with Jest and Svelte Testing Library and end-to-end testing with Cypress.
Use React Native safe-area-context to build interfaces that easily adapt to different mobile screens, providing a uniform UX across different devices.
Learn how to build an admin panel for React applications with react-admin, a framework that builds admin interfaces by consuming APIs.
Follow along with a tutorial and example build for a cross-platform app using Svelte, Electron, and Reloadly.