Giter Club home page Giter Club logo

wdd-331's Introduction

wdd-331 - sites - template (I'll put stuff her for boilerplate) - week1 - data - images - scripts - styles index.html - work-journal-markdown-files

Kinda how I do my work journal:

########## ## for header

.......... ## sub 1

========== ## sub 2

[ ] task not started [.] task started [x] task completed [>] task forwarded to future date (A-1) priority

Why I do it this way:

  • grep is my friend
  • When I have months or years worth of journals I don't remember when or the specifics. So, grep is my friend.

Example: Let's say 6 months ago, I had a conversation about mysql partitions and our website. Fred and Betty said that Pebbles wanted to partition the customer_likes table by the update_ts (datetime) column. We didn't do the work because we were not sure about the distribution and how many partitions we could get per year, per month, per week.

Now, we're six months down the road and I just got blindsided by a request, hair-on-fire, to partition the customer_likes table per week. Being 55 years old and having COVID brain, I have to rely on my linux/unix skills. I can simply do: $ grep -i "customer_likes" * ## and see where my notes are.f

Greps can get much more complex and use regular expressions if needed. But, most of the time, simple greps get me to the files I need.

allow pasting

var emailElement = document.getElementById('email'); emailElement.value = 'hello'; emailElement.value = 'me@'; emailElement.value = 'me@me.'; emailElement.value = '[email protected]';

document.getElementById('email').click();

wdd-331's People

Contributors

onipaa avatar johnstermymonster avatar jaronrhill avatar

Watchers

 avatar

Forkers

jaronrhill

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.