Skip to content

Instantly share code, notes, and snippets.

View liladas's full-sized avatar
💭
falalalala

Adam Buga liladas

💭
falalalala
  • Lilrobo, Karaokio
  • Solana Beach, CA
View GitHub Profile
@liladas
liladas / albums.md
Last active December 12, 2019 05:49
Core Albums
@liladas
liladas / purchase_order.py
Last active March 21, 2020 04:26
Python Property Verbose
class PurchaseOrder():
""" PurchaseOrder - Models a Purchase made from market """
def __init__(self, order_id: string):
super().__init__()
self._order_id = order_id
# defining a property
def order_id():
@liladas
liladas / index.haml
Created June 1, 2020 00:51
LILROBO - Solar System landing page (Pure CSS)
.left-column
%h1
.title
%a LILROBO🤖
%I RESEARCH & DEVELOPMENT
%hr/
%p
At
%B Lilrobo
, we're looking
@liladas
liladas / index.html
Created November 29, 2021 23:45
SVG animation with sliders
<main>
<small style="position: absolute; padding: .5rem;">For better experience please use Chrome</small>
<section id="artboard">
<svg class="figure" preserveAspectRatio="none" xmlns="http://www.w3.org/2000/svg">
<g class="figure-container">
<g class="figure-landscape"><!-- Background landscape -->
<g class="ground">
<path class="ground__shadow" shadow="1" d="M240 140 l-4000 0 l0 350 Z" />
</g>
<g class="tree" tree="1">
@liladas
liladas / 148-dapr.sh
Created November 30, 2022 17:47 — forked from vfarcic/148-dapr.sh
# Source: https://gist.github.com/8d941690a087b0de0e2731a52cfb1f51
###############################################################
# Building Event-Driven Microservices In Kubernetes With Dapr #
# https://youtu.be/-4sHUvfk2Eg #
###############################################################
# Additional Info:
# - https://dapr.io
# - What is microservices architecture?: https://youtu.be/F-37_gV2tMs