kenudeh.hashnode.devSetting Up a Docs Site with MintlifyMintlify is a popular tool for generating visually-appealing, static documentation sites with native support for features like custom URLs, CI/CD, OpenAPI, and Custom fonts. This tutorial will help you set up and manage a documentation project with M...Sep 14, 2024·14 min read
kenudeh.hashnode.devAPI Reference OverviewsOverviews, or descriptions, are crucial parts of every API reference documentation. However, a common challenge in writing an overview is deciding the right amount of content. How much is enough? What should be included or excluded? Should the overvi...Apr 24, 2024·8 min read
kenudeh.hashnode.devDocker Desktop Startup Error on WindowsThe Docker Desktop app for Windows can sometimes behave unexpectedly. You could successfully install the app, but have difficulty getting the Docker engine to start. This guide delves into the reason behind such behaviour, and offers effective soluti...Feb 3, 2024·4 min read
kenudeh.hashnode.devAn Overview of DependenciesThe role of a dependency in programming is analogous to that of beams and columns in a building. Just as beams and columns form the backbone of any structure, dependencies provide the foundation for building and running software. They simplify the so...Aug 31, 2023·5 min read
kenudeh.hashnode.devBuild a Static Website with React and HeroTofuReact is renowned for its ability to build complex and dynamic web applications. However, it's also commonly used to create simple, static websites with limited functionality. In this guide, you'll learn how to build a static website for a cleaning c...Aug 19, 2023·16 min read