Working with GraphQL in Nest JSGraph Query Language or GraphQL is an API query language. It allows us to fetch precise data per request instead of fetching unneeded data and delivering it to us. GraphQL is an intuitive method of fetching data. An example scenario is when you are a...Sep 4, 2023
How to Build a Blog App with React and Tailwind CSS - Part 2In the previous article, we learned how to set up our React app alongside Tailwind CSS. In this article, we shall continue from where we left off by adding the blog features to our app. Before adding our features, we are going to need a database to s...Oct 6, 2022
How to Build A Blog App with React and Tailwind CSSReact is one of the most popular JavaScript libraries with 11,090,557 websites using it. It is popular because it is simple and easy to build beautiful and functional frontend applications. In the spirit of building projects as you learn we shall emb...Oct 4, 2022
How To Create a Cryptocurrency Information Platform with HTML, CSS and Vanilla JavaScriptCryptocurrency is taking the financial sector and the world in general by storm. According to Buy Bitcoin Worldwide, there are 200 million Bitcoin wallets and the number of daily Bitcoin users is 400,000. These statistics are an indicator of the incr...Sep 27, 2022