Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Blogs by this author
Creating a Search Page using Algolia React InstantSearch with Next.js
Algolia is a search engine that delivers real-time results and allows you to quickly implement search for your application. This article will walk through creating a simple search page (similar to ours) using Algolia’s React InstantSearch library.
Setting Up Your Index
Creating Your Index
Go to y ...
Read the write-up
Tips and Tricks to make Tailwind Development Easier
Tailwind CSS is a utility-first CSS framework that's great for responsive design and working in large teams. While it mainly focuses on its many built-in single-use properties, it is also highly customizable to whatever you need it to do. Here are some tricks to make your Tailwind experience better. ...
Read the write-up
Using next-sitemap to Generate Sitemaps
Sitemaps are vital for SEO; they help search engines better understand the structure and organization of your website, which can improve the ranking of your pages in search results. They’re essential to helping people find your website, and the next-sitemap npm package can help you easily set up sit ...
Read the write-up
Computer Science classes vs real world internships
Having recently finished my second year of my computer science degree at the University of California, Los Angeles (UCLA) and my first internship at Arkane Digital, there are a few differences between college and internships that I wish I knew and some things that I wish I did differently before I s ...
Read the write-up