Skip to content

Instantly share code, notes, and snippets.

View madsem's full-sized avatar
🌴
Digital Nomading

madsem

🌴
Digital Nomading
  • all over the place
View GitHub Profile
@madsem
madsem / geolocation-api.js
Last active February 7, 2022 11:09
Cloudflare Worker GeoLocation API
const isoCountries = {
AF: "Afghanistan",
AX: "Aland Islands",
AL: "Albania",
DZ: "Algeria",
AS: "American Samoa",
AD: "Andorra",
AO: "Angola",
AI: "Anguilla",
AQ: "Antarctica",
@madsem
madsem / cd.yml
Last active November 12, 2023 10:09
GitHub Workflows For: Laravel CI with Mysql 8 & Laravel Vapor Deployment
name: Laravel Vapor CD
on:
release:
types: [ published, deleted ]
branches:
- master
jobs:
deploy_release:
runs-on: ubuntu-20.04
@madsem
madsem / CreateDateRangeSequences.php
Last active June 5, 2020 08:50
Create date ranges in sequence
/**
* Create a range of dates that are in sequence to properly mirror production data.
*
* @link https://carbon.nesbot.com/docs/#api-period
*
* @param $first
* @param $last
* @param int $resetAfter
*
* @return string