Skip to content

Set Kyar

  • Twitter
  • Articles
  • Programming
  • MOOCs
  • About
Night Mode
Text Size

A Personal Blog

Programming

AWS EC2 instances start/stop automation with Cloudwatch and System Manager Automation

Posted on Published January 30, 2021January 30, 2021 by universe

Our development team got bigger and we got more and more EC2 instances for each dev team. But, they are not in use after office hours. In order to save cost, we make a plan to stop and start at certain time. There are quite a lot of ways to automate EC2 instances to start […]

Papertrail installation and configurations

Posted on Published January 15, 2021January 14, 2021 by universe

I am using a paper-trail for the logging. It is very easy to use. But when I want to configure Nginx logs or whatever the path of the log, I need to re-configure the configuration. I always forget once in a while, so I am writing down this to note myself. So, here is my […]

Getting AWS Certified Developer – Associate Certificate

Posted on Published December 2, 2020November 29, 2020 by universe

I got my first AWS Certificate with a week of study and it’s not really a good idea (because 1 week is a bit rush, mostly studying the whole week with the fulltime). But, here is how I achieve it. I watch the courses from freecodecamp and also bought Stephane course from Udemy. My first […]

Setup server monitoring with Prometheus Node Exporter and Grafana on EC2

Posted on Published September 5, 2020August 21, 2020 by universe

Today, I gonna write about how to set up server monitoring with Prometheus node exporter. Just doing the setup process is quite easy and there are tons of tutorials out there on the internet. So I am going to write about why I plan to use it. How I try to explore, learn. Why I […]

Notes for PHP/Laravel Package Development

Posted on Published April 24, 2020April 3, 2020 by universe

This is not a tutorial or guide. This is about how I learn package development and some notes for people who want to learn. My very first attempt to learn about the package development was this one from culttt.com and it was very helpful. And another one is also again this one from cultt.com. After […]

Laravel WebSockets + SPA (Laravel Echo + Passport)

Posted on Published April 24, 2020February 1, 2020 by universe

At work, I need to add a chatting feature then need Websocket. First, I was thinking to use services like pusher, PubNub, etc… But, those are a bit expensive. Still okay to use for our usage, but I keep exploring the other alternatives and found out the Laravel WebSockets package and socket.io with Redis. After […]

We want Democracy! We don’t want coup!

Check #WhatsHappeningInMyanmar on Twitter.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

© 2021 SETKYAR.COM