Giter VIP home page Giter VIP logo

dans-blog's Introduction

Dan's Personal Blog

Powered by GatsbyJS!

Building the site

docker build -t dans-blog .
# With .env & GITHUB_TOKEN
docker run --name dans-blog --env-file .env -it --rm -v ${PWD}:/app -p 8000:8000 dans-blog sh -c "yarn && yarn build:site"

dans-blog's People

Contributors

greglobinski avatar justsml avatar oyabi avatar kalinchernev avatar izuolan avatar chrisbradshaw avatar daniel-chapman-eqtr avatar manrajgrover avatar budzynski avatar dependabot[bot] avatar

Stargazers

Roman avatar Andrii Oriekhov avatar shahul01 avatar Cai xian avatar Harry Tran avatar Angela Wolff avatar Pranav Shridhar avatar Iori Kurata avatar Yunindyo Prabowo avatar Jaime Martínez Rincón avatar Kim Schlesinger avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

dans-blog's Issues

Talk: Open Source For All

As developers we use Open Source Software all the time. However, few developers realize how easy it can be to contribute, or how impactful it can be on your career.

Join Dan for a guided how-to on making open source contributions. We'll cover everything from: rarely talked about benefits, finding potential opportunities, discussing the workflow, and writing pull requests. By the end of the talk, you will have a list of actionable steps for contributing to the projects you use regularly.

Scheduled Dates:

  • Boulder JS - July 17, 2019

Talk: Top 3 High Impact & Low Risk Refactoring Tricks

WIP/Notes

Title kinda sounds like a direct-to-VHS Steven Seagal movie...

Changed to Top 3 High Impact & Low Risk Refactoring Tricks
Ugh, now sounds like a fuzzbeed article...

Scheduled Dates:

  • NodeJS Denver, April 18th, 2019

Change comments to Utteranc.es

Switch discussions to utteranc.es

<script src="https://utteranc.es/client.js"
        repo="justsml/dans-blog"
        issue-term="pathname"
        label="post"
        theme="github-light"
        crossorigin="anonymous"
        async>
</script>

4 Steps to Solve ANY "Undefined" JS Errors

Write-up/Slideshow

Include:

  • Strategies (avoidance, console.log, debugging, custom validation+error msgs)
  • Include screenshots
  • Incl. examples: object & array destructuring, param defaults, deeply nested objects, forgotten returns

Measuring Performance On The Cheap

Write-up/Slideshow

OVERVIEW

  • What is performance? (determine what matters, practical, cheap, direct/indirect)
  • Kinds Table CPU Usage, IO, IO Wait, large RAM allocs/deallocs
  • OOO Outline a plan, Operate plan, organize collected data. Retro & repeat as needed.

TOOLS

  • shell commands (time builtin, iotop, htop)
  • libraries: logging ('debug' lib's inline msecs, loggy, integrated in tests)
  • libraries: RAM reporting (gc & v8 stats reporting libraries)
  • load testing (ab/apache bench, ac/auto-cannon, and related)

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.