SUSonia Udumainsohnya.hashnode.dev路Dec 7, 2024 路 6 min readHow to Build a Video Player with SvelteIn this article, we will build a custom video player with Svelte, a modern front-end JavaScript framework for developing dynamic and reactive web applications. For styling, we will use Tailwind CSS, a utility-first CSS framework, and for the player c...00
SUSonia Udumainsohnya.hashnode.dev路Nov 9, 2024 路 5 min readImproving Security in CI/CD PipelinesThere is no CI/CD without git commit and git push. So, let us talk about what a CI/CD pipeline genuinely is. By automating the stages of app deployment, DevOps teams use CI/CD pipeline to deliver apps consistently. This procedure, which is started b...00
SUSonia Udumainsohnya.hashnode.dev路Nov 5, 2021 路 5 min readFetching Data in Next.js with Apollo GraphQlHello Next.js 馃憢, Next.js is a React framework that enables developers to build fast and static websites. It allows us to build hybrid applications that contain both server-rendered and statically generated pages. It also has inbuilt integrations li...03MSE
SUSonia Udumainsohnya.hashnode.dev路Jul 20, 2021 路 3 min readSetting Up Firebase in your React ProjectHello React 馃憢, When building web applications as a front-end developer, we may need a backend feature for our apps and instead of going through the process of learning backend framework or language, we can pick up firebase which gives us a database ...00
SUSonia Udumainsohnya.hashnode.dev路Jul 13, 2021 路 5 min readGetting started with react routersHello React 馃憢 React Router is a standard library in React for routing that enables us to navigate between different components in our React app while keeping the UI in sync with the URL. Using routers in our React app improves the user's experience ...00