Skip to content

Instantly share code, notes, and snippets.

View ronnielutalo's full-sized avatar
🌍
Working Remotely

Ronnie Lutalo ronnielutalo

🌍
Working Remotely
View GitHub Profile
@Theartbug
Theartbug / Adobe_For_All.md
Created September 12, 2019 20:22
Adobe for all conference Notes

In the zone: achieving peak productivity through better focus

sahar yousef

status quo

  • today we can work anytime, anywhere, on any device, with anyone around the world
  • productivity has dipped and stagnated in the past 10 years
    • hypothesis was the more we connect people, the more productive they would become
  • we struggle to get things done more than ever
  • feeling overwhelmed, busy

MySQL Cheat Sheet

Help with SQL commands to interact with a MySQL database

MySQL Locations

  • Mac /usr/local/mysql/bin
  • Windows /Program Files/MySQL/MySQL version/bin
  • Xampp /xampp/mysql/bin

Add mysql to your PATH

@robertpainsi
robertpainsi / commit-message-guidelines.md
Last active May 15, 2024 19:48
Commit message guidelines

Commit Message Guidelines

Short (72 chars or less) summary

More detailed explanatory text. Wrap it to 72 characters. The blank
line separating the summary from the body is critical (unless you omit
the body entirely).

Write your commit message in the imperative: "Fix bug" and not "Fixed
bug" or "Fixes bug." This convention matches up with commit messages

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?