Add MDX support to Next.js 13 and format them with tailwind typography
This article shows how to add MDX support to Next.js 13 with app directory structure and how to use tailwind typography to add styling to the html document generated from MDX
All of my thoughts on software development collected in chronological order.
This article shows how to add MDX support to Next.js 13 with app directory structure and how to use tailwind typography to add styling to the html document generated from MDX
Some useful open source utilities for day to day work in linux command line.
Use nvm to install different version of nodejs and lock the node version for a project. This can be distributed via version control system and ensures all team members use the same development environment
Set of tools and scripts are introduced to be able to setup a development environment quickly.
A guide to building a non-blocking, asynchronous REST API using Spring Boot’s Reactive Stack and WebFlux
Some useful open source utilities for day to day work in linux command line.
Adding a proxy helps in dealing with issues related to CORS and self signed certificates for the backend service.
To start a new project using start.spring.io website is very convenient. But, it is also possible to use command line to initialize the Spring boot application.
An example to show how to build a container image for an Angular application using buildpacks. Packeto buildpacks are used to build the container image.
External configuration for an angular application using environment variables is not possible in Angular. This blog will demonestrate how to achieve this in Angular