amara.hashnode.devGatsby.js vs. Next.js: The Best React Framework and Its Use CasesIn an age where websites are king and almost every brand, whether a person or organization, is obligated to have one, we as a society are driven to make owning a website as egalitarian as possible. This translates to making building web applications ...Feb 10, 2022·5 min read
amara.hashnode.devGetting started with Open Source as a Technical Writer.An open-source project's documentation can be understood as important as the project itself, yet they always seem to be overlooked. Documentations serve as a single source of truth for the software and helps users and potential contributors get swift...Feb 8, 2022·4 min read
amara.hashnode.devFirebase Security Rules.Firebase Security Rules. Firebase, is a platform that helps provide frontend developers, or developers in general a backend, that they can use to store data, or provide authentication for users. As most backend servers would provide us, we can write ...Dec 21, 2020·6 min read
amara.hashnode.devWeb Optimization with React IIIn the last article we talked about using lazy to asynchronously render web pages in order to optimise websites for optimum experience. We talked about using suspense to render any component while we are fetching the webpage and error boundary to ta...Dec 14, 2020·6 min read
amara.hashnode.devWeb optimisation in React.cover image from resulttesting.com Optimisation is a very popular concept in build websites or apps, and I’d like to think in software in general. When building and hosting websites( in react ) you might notice that the speed to load up these web pa...Dec 7, 2020·7 min read