codedaddy.hashnode.devPagination in ExpressIntroduction When building applications, we interact with a lot of data. As backend developers, we need to learn how to manage our data and ensure that clients can fetch the data they want, no matter how large. Pagination is one of the ways we can ac...Jan 21, 2025路10 min read
codedaddy.hashnode.devEasy Steps to Use Multiple GitHub Accounts on Your MacIntroduction Recently I got my new Mac, and I was pretty excited. It felt like entering a whole new world of sleek design and smooth functionality. But soon, I hit my first roadblock鈥擨 had no clue how to manage multiple GitHub accounts. As a develope...Sep 22, 2024路4 min read
codedaddy.hashnode.devEnhancing Your React Native App: A Guide to Custom FontsIntroduction 馃憢馃徔馃憢馃徔馃憢馃徔 Welcome to this interesting series on "Enhancing Your React Native App." 馃帀馃帀. In the last article, we saw what was needed for a developer interested in building mobile apps using React Native. We also saw that React Native ...Feb 19, 2024路5 min read
codedaddy.hashnode.devWhat you need to know about React NativeHello peeps 馃憢, It's been a while on this platform. The story of my life 馃珷 Anyway, I am back again to bring us something exciting I have been learning about mobile app development. Earlier this year, I took an interest in learning mobile, which was ...Nov 12, 2023路6 min read
codedaddy.hashnode.devAnatomy of an API ResponseIntroduction In the last article on Anatomy of an API Request, We saw how APIs can send requests in order to receive a response. In the world of modern web development and software architecture, APIs play a crucial role in facilitating seamless commu...Jul 24, 2023路7 min read