Skip to content

Instantly share code, notes, and snippets.

View mitogh's full-sized avatar
:octocat:
I may be slow to respond.

Crisoforo Gaspar Hernández mitogh

:octocat:
I may be slow to respond.
View GitHub Profile

FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.


Effective Engineer - Notes

What's an Effective Engineer?

@notwaldorf
notwaldorf / 👀.md
Last active March 31, 2026 18:26
Advice for new developers

Someone sent me an email asking me what advice I had for new developers. I get this question a bunch, so I wanted to put all my thoughts in one place, that I can update as I get more ideas!

I answered this a bunch on my AMA repo, so here's some initial general answers, before I get to some of the specific questions:

@raftaar1191
raftaar1191 / functions.php
Created August 29, 2017 19:07
Adding script with Shortcode
<?php
/**
* Register Scripts
*
*/
function be_register_scripts() {
wp_register_style( 'be-shortcode', get_stylesheet_directory_uri() . '/assets/css/shortcode.css' );
wp_register_style( 'be-shortcode-color1', get_stylesheet_directory_uri() . '/assets/css/color1-shortcode.css' );
wp_register_style( 'be-shortcode-color2', get_stylesheet_directory_uri() . '/assets/css/color2-shortcode.css' );
dialog {
position: fixed;
top: 50%;
left: 50%;
right: auto;
padding: 30px;
transform: perspective(500px) translate(-50%, -50%);
background: linear-gradient(to bottom, #FFF, #F4F4F4) #FFF;
border: none;
border-radius: 3px;
<?
//
// AUTO KEYWORD-BASED FOLLOWER CURATION BOT (by @levelsio)
//
// File: twitterFollowerCuratorBot.php
//
// Created: May 2021
// License: MIT
//