Skip to content

Instantly share code, notes, and snippets.

@gdumitrescu
gdumitrescu / 10-commandments-of-egoless-programming.md
Created June 26, 2013 07:13
The Ten Commandments of Egoless Programming (Source: On Being A Senior Engineer)

The Ten Commandments of Egoless Programming

  1. Understand and accept that you will make mistakes.
  2. You are not your code.
  3. No matter how much "karate" you know, someone else will always know more.
  4. Don't rewrite code without consultation.
  5. Treat people who know less than you with respect, deference, and patience.
  6. The only constant in the world is change. Be open to it and accept it with a smile.
  7. The only true authority stems from knowledge, not from position.
  8. Fight for what you believe, but gracefully accept defeat.
@gdumitrescu
gdumitrescu / install-atom-packages.sh
Last active November 29, 2017 11:13
Install Atom Packages
#!/usr/bin/env bash
apm install angularjs
apm install api-blueprint-preview
apm install apiary-highlighter
apm install atom-beautify
apm install atom-jasmine
apm install atom-prettify
apm install atom-ternjs
apm install autocomplete
@gdumitrescu
gdumitrescu / repos
Last active November 14, 2017 21:14
repos
[
{
"userName": "concourse",
"repo": "archive-resource"
},
{
"userName": "concourse",
"repo": "atc"
},
{
@gdumitrescu
gdumitrescu / keybase.md
Created August 20, 2016 05:17
keybase.md

Keybase proof

I hereby claim:

  • I am gdumitrescu on github.
  • I am gdumitrescu (https://keybase.io/gdumitrescu) on keybase.
  • I have a public key whose fingerprint is 9991 755F 1EDC 58A2 4C0E 2C82 4ED2 E8BB 986E 1893

To claim this, I am signing this object:

@gdumitrescu
gdumitrescu / publish-docker-image.sh
Created March 8, 2016 19:41
publish docker image to dockerhub with a provided name
#!/usr/bin/env bash
# get docker image name from input
docker_image=$1
# remove local docker image
docker rmi $docker_image
# build new docker image
docker build .
@gdumitrescu
gdumitrescu / _placeholders.sass
Created December 5, 2013 19:46
Collection of placeholders - dependencies: compass-placeholders (1.0.0.rc.4)
// Collection of placeholders
%bold
@extend %font-weight-bold
%capitalize
@extend %text-transform-capitalize
%centered
margin: 0 auto
@gdumitrescu
gdumitrescu / to-do-every-workday.md
Created June 26, 2013 06:45
10 Things To Do Every Workday (Source: LinkedIn)
  • Read something related to my industry.
  • Read something related to business development.
  • Send two emails to touch base with old colleagues.
  • Empty my private client inbox by responding to all career coaching questions within one business day.
  • Check in with each team member on their progress.
  • Have a short non-work related conversation with every employee.
  • Review my top three goals for my company that are focused on its growth.
  • Identify and execute one task to support each of my top three goals.
  • Post five valuable pieces of content on all my major social media accounts.
  • Take a full minute to appreciate what I have and how far I’ve come.
@gdumitrescu
gdumitrescu / testem.json
Created June 24, 2013 06:15
Testem config file
{
"framework": [
"jasmine"
],
"launch_in_dev": [
"PhantomJS"
],
"launch_in_ci": [
"PhantomJS"
],
@gdumitrescu
gdumitrescu / compass.rb
Last active December 18, 2015 19:09
compass config file
require 'sass'
require 'compass'
# Require any additional compass plugins here.
# Get the directory that this configuration file exists in
dir_src = File.dirname(__FILE__)
# Set this to the root of your project when deployed:
http_path = "/"
@gdumitrescu
gdumitrescu / SassMeister-input-HTML.html
Created November 26, 2015 22:35
Generated by SassMeister.com.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div class="circle-container">
<div class="circle-container-box">
<div class="circle-content">
<div class="circle-text">here comes the dynamic text kjhei</div>