Skip to content

Instantly share code, notes, and snippets.

View sutin1234's full-sized avatar
🏠
i am Developer

ทินนี่ โค้ด sutin1234

🏠
i am Developer
View GitHub Profile
@sutin1234
sutin1234 / webstom_plugins.md
Last active February 7, 2022 03:30
mention webstorm plugins 2021

Webstorm plugins 2021

  • import cost
  • string manipulation
  • tabnine
  • codewithme
  • TODO
  • .env
  • Alpine.js Support
  • Angular Component Folding
@sutin1234
sutin1234 / HelloController.java
Created July 22, 2020 02:53
make HelloController.java
package mn.microservice;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Get;
import io.micronaut.http.HttpStatus;
@Controller("/hello")
public class HelloController {