Skip to content

Instantly share code, notes, and snippets.

View sergiopichardo's full-sized avatar
📚
Building

Sergio Pichardo sergiopichardo

📚
Building
View GitHub Profile
@sergiopichardo
sergiopichardo / config.yml
Created January 5, 2021 15:02 — forked from petrogad/config.yml
CircleCI Configuration with AWS S3 Deploy and Cloudfront Invalidation.
# Quick CircleCI configuration that builds your JS, runs tests, and prepares to deploy to a bucket.
# With your manual approval, you can then deploy to your S3 bucket AND invalidate your cloudfront cache.
#
version: 2
jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:latest
working_directory: ~/myDirectory
@sergiopichardo
sergiopichardo / README.md
Created October 4, 2020 23:07 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

Download This sample on Google Play Store

*~
*.pyc
*.swp
*#
.metadata
.DS_Store
*.log
__pycache__
venv

Python resources

  • "Courses" are intended for learning Python via an online interactive course.
  • "Learning books" are intended for learning Python by reading them cover-to-cover.
  • "Reference books" are intended for dipping into randomly as you face particular problems in Python or in general.

All material are specified in order of preference (most to least); all of these

@sergiopichardo
sergiopichardo / frontendDevlopmentBookmarks.md
Created March 20, 2016 20:46 — forked from dypsilon/frontendDevlopmentBookmarks.md
A badass list of frontend development resources I collected over time.
@sergiopichardo
sergiopichardo / startup-noob-guide.md
Created March 19, 2016 03:22 — forked from adrienjoly/startup-noob-guide.md
Tips and resources on how to test, develop your startup idea, or find a developer/associate/CTO
@sergiopichardo
sergiopichardo / sketch-plugins.md
Created March 19, 2016 03:18 — forked from bomberstudios/sketch-plugins.md
A list of Sketch plugins hosted at GitHub, in no particular order.