Skip to content

Instantly share code, notes, and snippets.

View darrylsepeda's full-sized avatar
🤖

Darryl darrylsepeda

🤖
View GitHub Profile
{
"Version": "2012-10-17",
"Statement": [{
"Action": "ec2:*",
"Effect": "Allow",
"Resource": "*",
"Condition": {
"StringEquals": {
"ec2:Region": [
"us-east-1",
@darrylsepeda
darrylsepeda / Keybase.md
Created October 2, 2020 02:37
Keybase.io

Keybase proof

I hereby claim:

  • I am darrylsepeda on github.
  • I am darrylrn (https://keybase.io/darrylrn) on keybase.
  • I have a public key ASAsEAX9va6n7scxBkKy60hElG1Nk_SdS67vGZmxzGbCuQo

To claim this, I am signing this object:

How we incorporate next and cloudfront (2018-04-21)

Feel free to contact me at robert.balicki@gmail.com or tweet at me @statisticsftw

This is a rough outline of how we utilize next.js and S3/Cloudfront. Hope it helps!

It assumes some knowledge of AWS.

Goals

@darrylsepeda
darrylsepeda / zh.json
Created May 21, 2020 09:46
Wedbio translations
{
"home": "家",
"about": "关于",
"features": "特征",
"packages": "包",
"contact": "往来",
"blog": "博客",
"settings": "设置",
"tema": "{isDark}主题",
"dark": "暗",
@darrylsepeda
darrylsepeda / en.json
Created February 28, 2020 01:33
Wedbio Translations
{
"home": "Home",
"about": "About",
"features": "Features",
"contacts": "Contacts",
"settings": "Settings",
"tema": "{isDark} Theme",
"dark": "Dark",
"light": "Light",
"seeOurDemo": "See Our Demo",

GENERATE GPG KEY

gpg —-gen-key
gpg —-list-secret-keys —keyid-format LONG
gpg —-armor —-export [key]

SUBMIT .PY TO PYPI

touch setup.py

from setuptools import setup