Skip to content

Instantly share code, notes, and snippets.

View yacosta738's full-sized avatar

Yuniel Acosta Pérez yacosta738

View GitHub Profile
@yacosta738
yacosta738 / clean_code.md
Created June 10, 2025 14:25 — forked from wojteklu/clean_code.md
Summary of 'Clean code' by Robert C. Martin

Code is clean if it can be understood easily – by everyone on the team. Clean code can be read and enhanced by a developer other than its original author. With understandability comes readability, changeability, extensibility and maintainability.


General rules

  1. Follow standard conventions.
  2. Keep it simple stupid. Simpler is always better. Reduce complexity as much as possible.
  3. Boy scout rule. Leave the campground cleaner than you found it.
  4. Always find root cause. Always look for the root cause of a problem.

Design rules

[guide] keycloak authentication for proxmox

How to setup Proxmox to use Keycloak as authentication realm.

Proxmox Setup

root@proxmox:/etc/pve# cat domains.cfg
pam: pam
        comment Linux PAM standard authentication

[guide] keycloak authentication for proxmox

How to setup Proxmox to use Keycloak as authentication realm.

Proxmox Setup

root@proxmox:/etc/pve# cat domains.cfg
pam: pam
        comment Linux PAM standard authentication
@yacosta738
yacosta738 / bloqueo.html
Created February 26, 2025 04:10 — forked from ManzDev/bloqueo.html
Banner Bloqueo Fútbol España
<style>
.spain-block {
width: 200px;
height: 101px;
position: fixed;
top: 1rem;
right: 1rem;
&:hover {
border: 2px solid white;
@yacosta738
yacosta738 / gist:f763ab638122ca4b2ee79944c0a2b217
Created March 15, 2024 10:21 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@yacosta738
yacosta738 / happy-birthday-javascript.markdown
Created December 26, 2020 02:17
Happy Birthday JavaScript!