GithubHelp home page GithubHelp logo

ljvmiranda921 / ljvmiranda921.github.io Goto Github PK

View Code? Open in Web Editor NEW
60.0 4.0 20.0 207.77 MB

✨ Github repository for my website

Home Page: https://ljvmiranda921.github.io/

License: Creative Commons Attribution 4.0 International

HTML 99.90% CSS 0.02% Ruby 0.01% SCSS 0.07%
github-pages personal-blog jekyll-site utterances blog jekyll

ljvmiranda921.github.io's People

Contributors

ardieorden avatar asottile avatar gcaringal avatar guspan-tanadi avatar josephrocca avatar ljvmiranda921 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ljvmiranda921.github.io's Issues

How to use Jupyter Notebooks in 2020

  • Three forces that changed how we will use notebooks (need to move analyses to prod, higher collaboration, run analyses on the cloud)
  • How we use notebooks nowadays
  • The challenges
  • Opportunities

Advice

Hey there, I wasn't sure where was the best place to contact you. First of all, congratulations on you work. I've been stalking your github because I want to learn how others in the "biz" use the platform.

I like your blog, and I want to start one as well. What's your workflow with issues and PRs? What is the idea with using PRs when you can just merge the branch to your master?

I'd love to hear your thoughts on this. I think I've found a mistake in your Readme file, so I want to fork it and send a PR later. Just so I start getting the hang of it.

Thank you and Mabuhay!

ChristmAIs review

The christmAIs journey. Talk about how you developed christmAIs, the early things you've done, things that didn't work, and how you came up with the current concept.

Some results and small wins, a link to the open-source project, and other things that can be built

Using R in Production

Thesis statement: Contrary to popular opinion, it's possible to use R in production.

Coming from the Python-ecosystem, I'll explore what it takes to productionalize R code

  • Explain different aspects of "productionalizing" R code (packaging, testing, documentation, CI)
  • Where you think R shines the most (devtools, built-in testing, nice documentation, knitr, RMarkdown)
  • What it lacks
  • Attempt to dispel some myths (R vs. Python, Base-R vs. tidyverse, R is actually good!)

Drone pull from private GCR registries

  1. Create a service account with Storage.Viewer (for pull), create a JSON key for that account
  2. Perform Docker login based on this step
docker login -u _json_key --password-stdin https://gcr.io < account.json
  1. Go to Drone and add $HOME/.docker/config.json as a secret. Then, refer it to your .drone.yml as such
kind: pipeline
name: default

steps:
- name: build
  image: testing/test-image
  commands:
  - go build
  - go test

image_pull_secrets:
- dockerconfigjson

On craftsmanship

Experience of using software through craftsmanship
There's really no thesis statement, maybe more of a story on how I approach software, and the good/bad thing about it.

Fix error in post

Please check post on the softmax activation function and its derivative. Follow the correction commented there.

Essay about Celeste

  • The Mechanics is the Message
  • The Narrative
  • The Presentation (visuals/audio)

New post on my life in commits

It would probably be nice if this is to be your first post, seems an interesting way to talk about developer life by looking back at one year of coding. You can:

  • Annotate your commit history graph and talk about specific points and weeks with high level or low level of activity.
  • Talk about some of the things you've accomplished in software development, things you've learned, things you're currently learning, some challenges in starting out.
  • Look forward. What are you planning to learn next? New challenges and stuff?

Add README.md

This should contain:

  • A very short introduction with link to blog
  • Dependencies/Gems
  • How to serve locally in Jekyll
  • Credits

Docker-compose gotchas

Some docker-compose gotchas:

  • When doing environment variables
  • When chaining compose files

Update grammar and usage

  1. "I’ll explain the concept and intuition of a task queue" ->
    "I’ll explain the concept and intention of a task queue"

  2. "how these technologies fall together." ->
    "how these technologies hold together.

  3. "I don’t need to be anxious of the people" ->
    "I don’t need to be anxious about the people"

  4. "they’re also the ones who prepares the meal" ->
    "they’re also the ones who prepare the meal

  5. "the ones who receives the placed order and prepares or cooks our meal" ->
    "the ones who receive the placed order and prepare or cook our meal"

  6. "we know that it’s job" ->
    "we know that its job"

  7. "put it in the database queue"
    "puts it in the database queue"

  8. "sees that his order is now done preparing" ->
    "sees that his order is now done being prepared"

  9. "in a more abstracted manner" ->
    "in a more abstract manner"

  10. "The LED screen is just a conduit" ->
    "The LED screen is just a view"

  11. "How these components look like in" ->
    "How these components look in"

  12. "to its web backend counterpart" ->
    "to their web backend counterpart"

  13. "“talk” to one another and" ->
    "“talk” to one another, and"

  14. "any other data storage" ->
    "any other database"

  15. "put it in the database queue" ->
    "puts it in the database queue"

  16. "How Flask, Celery, and Redis fit into these general components" ->
    "How Flask, Celery, and Redis fulfill these roles"

  17. "Hope this fun blog post shed some light" ->
    "Hope this fun blog post sheds some light"

  18. "please let me know if any concepts I’ve missed in this Distill!" ->
    "please let me know of any concepts I’ve missed in this Distill!"

Add a new page about Life

It may be nice to dedicate a page with blog posts about Life (talking about my journey going on conferences, doing speaking gigs, overcoming anxiety and depression in the context of dev, impostor syndrome, etc.).

Update Hello, world! post

Your Hello, world! post is very sparse; you should definitely update it. The reason why it's sparse is because you moved all self-intro content to your About page. You can probably write about the following:

  • What prompted you to move from Wordpress into Github Pages
  • Tips for people who plan to move to Github pages
  • Some getting started things to do (using Jekyll)

Distillation of various tech concepts

Data Models and Architecture

Machine Learning

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.