Skip to content

Instantly share code, notes, and snippets.

import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:http/http.dart' as http;
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
import 'dart:async';
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
import 'package:flutter/material.dart';
void main() {
runApp(const MyApp());
}
class MyApp extends StatelessWidget {
const MyApp({super.key});
// This widget is the root of your application.
@hyeoksuhan
hyeoksuhan / 00_install_nr_agent.sh
Created May 3, 2021 02:26
Install New Relic Infrastructure agent on AWS Elastic Beanstalk Amazon Linux2
#!/bin/bash
set -e
# NEW_RELIC_LICENSE_KEY has set as one of Elastic Beanstalk Environment properties
NR_LICENSE_KEY=`/opt/elasticbeanstalk/bin/get-config environment -k NEW_RELIC_LICENSE_KEY`
sudo curl -o /etc/yum.repos.d/newrelic-infra.repo https://download.newrelic.com/infrastructure_agent/linux/yum/el/7/x86_64/newrelic-infra.repo
sudo yum -q makecache -y --disablerepo='*' --enablerepo='newrelic-infra'
sudo yum install newrelic-infra -y
@hyeoksuhan
hyeoksuhan / 📊 Weekly development breakdown
Last active July 9, 2021 15:01
📊 Weekly development breakdown
TypeScript 17 hrs 13 mins ████████████████▌░░░░ 79.1%
Text 1 hr 32 mins █▍░░░░░░░░░░░░░░░░░░░ 7.0%
Python 1 hr 15 mins █▏░░░░░░░░░░░░░░░░░░░ 5.8%
Bash 42 mins ▋░░░░░░░░░░░░░░░░░░░░ 3.3%
Mustache 25 mins ▍░░░░░░░░░░░░░░░░░░░░ 1.9%