When you created a static website, whether it’s a project with client or just for portfolio, you usually want to make it online. One of modern hosting especially for a static website is Netlify. Netlify is nice to hosting from a very simple web, or generated website using Gatsby or Gridsome, and it’s free to get started. There are very simple steps to host your website to Netlify.
Continue reading “Using Netlify to host a static website”Author Archives: Surya Wiguna
My favorite Laravel’s Blade Tricks
Beside the ability to make inheritance template using @extends, @section, and @yield, Laravel also let us to write html with any condition that we desire according to our application. Here are some of my favorite Laravel’s blade trick to make the development process faster and easier.
Continue reading “My favorite Laravel’s Blade Tricks”Tools that I usually used as a Web Developer
For almost 2 years I have doing web developing as a job from designing landing page until write API for laravel-based web application in windows machine. Now I like to share my everyday tools for web developing that I usually used.
Continue reading “Tools that I usually used as a Web Developer”