GatsbyJS is a great tool for building blog or document sites. It’s fast, well-documented, easy to study, and powered by GraphQL. As all we…
23 Posts (11 - 20)

Arm instances have better cost-performance then Intel ones. But installing software on it is quite challeging. Of course, about deploying a .Net Core program on arm64 based OS, docker is a better choice. But sometimes, we need install .Net Core SDK globally on OS directly. Let's do it today.

Using `console.log` to debug frontend is easy but absolutely not effective. As `Next.js@9~` was born, debug `Next.js` + `Typescript` became possible. But unfortuately, there's only server side debug manual in Vercel's official site documentation. Let's dig a little more deeper to find out how to debug `Next.js` + `Typescript` in both `server` and `client` side.

It must be GoogleMap when we talk about adding maps to our sites. GoogleMapAPI is quite easy to use, but we have to face the performance issue when using it as well.

Plesk is a web hosting platform with a GUI control panel which alleviates the management of server. It's very easy to startup a PHP or Node.js in Plesk with SSL and mail server. But deploying a project which needs compilation like aspnet core is not that easy.

Netlify form is quite easy to build a contact form in serverless architecture like Gatsby. But the free plan only allows 100 submissions a month, so spam filter is really important at this point.

Deno 1.0 is released in 2020.05.13. As the creator is Ryan Dahl, who made the node.js, it's worth trying.

how to start https://localhost server in windows in 5 minutes.

Enable SMTP Sending Mail in Magento 1.9 in 30 minutes

gatsby develop throws 'Gatsby may not be installed' after upgrade