Skip to content

Instantly share code, notes, and snippets.

View lukluk's full-sized avatar
🍔
I may be slow to respond.

Lukluk lukluk

🍔
I may be slow to respond.
View GitHub Profile
import 'dart:convert';
import 'package:flutter/material.dart';
import 'package:fluttertoast/fluttertoast.dart';
import 'package:http/http.dart' as http;
class TableWidget extends StatefulWidget {
final List<String> headers;
final String apiUrl;
@lukluk
lukluk / index.html
Created June 18, 2022 02:07
Login Form with floating placeholder and light button
<div class="login-box">
<h2>Login</h2>
<form>
<div class="user-box">
<input type="text" name="" required="">
<label>Username</label>
</div>
<div class="user-box">
<input type="password" name="" required="">
<label>Password</label>

Lukluk@Kitabisa

Culture

  • TDD
  • TBD
  • Proper Log
  • Metric
  • RFC and Initiative
  • Sharing Session
  • RequestID/Correlation ID (end-to-end)

Devops

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDGDLF5dMrrx5boOwJ3IIYmdDw5JNS5h1rGZJTm94Br28sY9weBWTbvSh0SvysbFEJ+wNYiULg+AmdRASeReiBTvKfNySrog8zrb76adhv/44PDScRm6qd0jYhJvV7QYAWqnjJahhe1XSdNKsD+BHyvKDj1TqujIbpt430ImPP9RErrCHlAnuEIrjMw+vkvfMJGxjm/WPuTEKVSdTK+5FZTN582sdNJNzsb/EE1wUhqApKRNdaPPGDay31bDr7N53cHqutW5VEXPQmsEQv3EjpczJqfzsMsjhPUJAA6QTWs08m9admM49WsmmYMPhnpI39j2WLbzeDfT85uHrZYJ2c8I6FF4bPD0DZcLoCUb5M0WyMFTxSwr0egL10icjeN3p5URoTuZFYWYw/CxYWBboUJr7BLrHwjj6qmFghHPfhn6hUVHg3XqLf9ox6hEzuLeSMlKsa2n6gswXiHCbtFXQN0eNlQgWSO4Y/m2x8EGBOe4jMSHyobDHGAw07bZc3pUWFAT+FYobIYghkQuC0lAjaS5fZmc8p/p3MChQSykyHXB3I5ZjlT43+QTSEX9VPFUiTd5JYym7OxZSDyDabVwSkN9btfvD+KVrCvVCRiPpG8nJxNQr4WbWzq6sns0WkxT3w6UqL7kYBfdzhNTsRLE3UL6/qOwxQvFTD1yF+iF36Z1w== luklukaha@gmail.com
# Design
## Design pattern (Low - Level)
- Definition
- Best practice technique
- Reusable solution
- To solve common problems
- How components build
- Common problems
- Availibility
- Minimize mean time to recovery
@lukluk
lukluk / README.md
Created May 6, 2019 05:23
Lukluk UserManual

Luk’s User Manual

My Style:

I’m not a morning person, unless I need to be in the office in the morning, then I’ll come around 11.

I’m embracing the notion that my best work is not me doing my best work. My best work is supporting others to do their best work.

Listen more then talk

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
.doku-payment {
color: #333333;
font-family: "Roboto", sans-serif;
}
.doku-payment .step-container {
background: #ffffff;
border-radius: 4px;
@lukluk
lukluk / conect-vpn-cli.sh
Last active October 24, 2018 04:33
Mojave SUCK
#!/bin/bash
vpn_name=$1
vpn_password=$(ga-cmd)
echo "$vpn_name,$vpn_password"
/usr/bin/osascript <<EOF
tell application "System Preferences"
reveal pane "Network"
activate
@lukluk
lukluk / md
Created November 21, 2016 03:42
WA API documentation.md
# WA API
```
GET /list
--- get contacts
--- RESPONSE
["jhon","+191734562","+628821985723"]
GET /chat?user=CONTACT
--- get chat history
--- RESPONSE
[