Skip to content

Instantly share code, notes, and snippets.

@natthasath
natthasath / cost-of-living.md
Last active January 26, 2024 07:04
cost-of-living.md
Country Cost of Living Index
Switzerland 124.40
Norway 103.48
Iceland 101.78
Japan 83.88
United States 72.71
United Kingdom 69.84
Canada 66.29
Australia 66.25
@natthasath
natthasath / minimum-wage-rate.md
Last active January 26, 2024 07:04
minimum-wage-rate.md
Country Minimum Wage Rate (per hour or per month)
Australia AUD 20.33 (per hour)
Brazil BRL 1,100 (per month)
Canada CAD 15.00 (per hour)
China CNY 2,480 (per month)
France EUR 10.25 (per hour)
Germany EUR 9.60 (per hour)
India INR 176 (per day)
Japan JPY 902 (per hour)
@natthasath
natthasath / model-stl.md
Last active January 26, 2024 07:04
model-stl.md
solid cube_corner
  facet normal 0.0 -1.0 0.0
    outer loop
      vertex 0.0 0.0 0.0
      vertex 1.0 0.0 0.0
      vertex 0.0 0.0 1.0
    endloop
  endfacet
 facet normal 0.0 0.0 -1.0
@natthasath
natthasath / map-topojson.md
Last active January 26, 2024 07:04
map-topojson.md
{
  "type": "Topology",
  "transform": {
    "scale": [0.0005000500050005, 0.00010001000100010001],
    "translate": [100, 0]
  },
  "objects": {
    "example": {
 "type": "GeometryCollection",
@natthasath
natthasath / map-geojson.md
Last active January 26, 2024 07:04
map-geojson.md
{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "ID": 0
 },
@natthasath
natthasath / netplan.md
Last active January 26, 2024 07:03
netplan.md
network:
  version: 2
  renderer: NetworkManager
  ethernets:
    eth0:
      dhcp4: no
      addresses: [192.168.1.100/24]
      gateway4: 192.168.1.1
 nameservers:
@natthasath
natthasath / product-backlog.md
Last active January 26, 2024 07:03
product-backlog.md

Product Backlog

User Stories

  • As a user, I want to be able to create a new account so that I can use the application.
  • As a user, I want to be able to log in and out of my account so that I can access my data securely.
  • As a user, I want to be able to search for and filter content so that I can find what I am looking for quickly.
  • As a user, I want to be able to view and edit my profile information so that I can keep my information up to date.
  • As a user, I want to be able to save content to my favorites so that I can e* asily access it later.
  • As a user, I want to be able to receive notifications when new content is added so that I can stay up to date with the latest information.
  • As an admin, I want to be able to add new content to the system so that users can view it.
@natthasath
natthasath / sprint-planing.md
Last active January 26, 2024 07:03
sprint-planing.md

Sprint Planning

Goal

The goal of this sprint is to implement user authentication and authorization, develop content search and filter functionality, and implement content creation and editing functionality for admins.

User Stories

  1. As a user, I want to be able to create a new account so that I can use the application.
  2. As a user, I want to be able to log in and out of my account so that I can access my data securely.
  3. As a user, I want to be able to search for and filter content so that I can find what I am looking for quickly.
  4. As an admin, I want to be able to add new content to the system so that users can view it.
@natthasath
natthasath / sprint-calendar.md
Last active January 26, 2024 07:03
sprint-calendar.md

Sprint Calendar

Sprint Planning Meeting

  • Date: January 2nd, 9:00am-11:00am
  • Location: Zoom

Daily Standup Meetings

  • Dates: January 3rd - January 7th, 9:30am-10:00am (Monday to Friday)
  • Location: Zoom
@natthasath
natthasath / sprint-review.md
Last active January 26, 2024 07:03
sprint-review.md

Sprint Review Meeting - January 9th, 2023

Agenda

  • Welcome and introductions
  • Recap of Sprint Goals and Objectives
  • Demonstration of Completed Work
  • Review of Sprint Metrics
  • Discussion of Lessons Learned
  • Next Steps