Tailwind Logo

Blog

You can check blog articles order by publish date.

Next.js

Add headers and footers

This time we will add a header and footer to the Next.js application. No external integration is included this time.


Next.js

Enable Dark mode for NextUI

You can switch between light and dark modes on the website. I personally use the dark mode. In this article, I will confirm the procedure to implement this in NextUI.


Next.js

Use NextUI

The sample we have been running so far had no minimal design and only displayed text. In order to make it look a little nicer, we are going to make NextUI available in the project.


Search

Sitecore Search - Localization

Until now, the Search Starter Kit has been used to create the search page, but now it is possible to display the page in Japanese simply by changing a few items. This time, we will translate some items.


Search

Sitecore Seach - Facet Settings

As we have shown in our blog, attributes can be set with JavaScript during crawling. In this article, we will show you how to actually check the facets in action and increase the number of attributes.





Search

Check crawl results using Source

By identifying what is causing errors when crawling the site's data, it is possible to identify what is wrong with the site when it fails. In this article, we will show you how to do this.




Next.js

About Next.js' App Router

In Next.js, the routing mechanism switched to the new App Router in version 13.4. The previous method is now referred to as Page Routing, which remains available, but the App Router will become the standard. This time, we'll review the new App Router.