AKAlex Kinyuainalexkinyua.hashnode.dev·Feb 21, 2024 · 6 min readSkillsyncPurpose of skillsync Skillsync was created to act as a link/platform where users can easily get mentorship sessions with ease from their desired mentors. Team Alex Kinyua - Full stack developer Yassin Kazibwe - Team leader Duresa Eshetu - Front end d...00
AKAlex Kinyuainalexkinyua.hashnode.dev·Jul 31, 2023 · 3 min readPagination and Sorting SpringbootIn this blog, we will explore how to implement pagination and sorting using Spring Boot, a popular Java-based framework for building robust and scalable web applications. We will also use the employee Rest spring boot application from our previous ar...00
AKAlex Kinyuainalexkinyua.hashnode.dev·Jul 20, 2023 · 3 min readException Handling in SpringbootIntroduction In this article, we going to be looking at how to handle exceptions in spring boot and create custom exceptions. So basically, in this case, we will use the employee restApi we created lastly to implement exception handling. You can read...00
AKAlex Kinyuainalexkinyua.hashnode.dev·Jul 19, 2023 · 4 min readRest Api with SpringbootIntroduction Developing a robust and efficient REST API is a fundamental requirement for many modern web applications. Spring Boot, a popular Java framework, simplifies the process of building RESTful APIs by providing a convention-over-configuration...00
AKAlex Kinyuainalexkinyua.hashnode.dev·Jul 17, 2023 · 4 min readSimulating a Digital Clock in CIn this blog post, we will explore a C program that simulates a digital clock. The program allows users to set the initial time and continuously updates and displays the time in hours, minutes, and seconds. We will break down the code step by step to...00