Skip to content

Instantly share code, notes, and snippets.

@yugarinn
Last active January 17, 2019 16:00
Show Gist options
  • Select an option

  • Save yugarinn/deca8ae3e60d2e9110faa16874cc9c88 to your computer and use it in GitHub Desktop.

Select an option

Save yugarinn/deca8ae3e60d2e9110faa16874cc9c88 to your computer and use it in GitHub Desktop.
my/devlog

my/devlog

20190115

  • [PHP] It might FUCKING occur that in order to see code changes you have to restart the php-fpm service

20190111

git remote set-url --add --push [remote] [original repo URL]
git remote set-url --add --push [remote] [second repo URL]

20190110

20190104

  • [UNIX] grep TIME is actually processor usage time
  • [UNIX] wc -l <filename> counts file lines

20181226

  • [PERSONA] Formatting outputs and solving ML bugs

20181225

  • [PERSONA] Suddenly got into ML by modifying Gamma's codebase

20181224

  • [PERSONA] Paired programming felt kind of slow

20181214

  • [PYTHON] Stuck getting different date values from same class method but different execution context

20181213

  • [PYTHON] Got pretty crazy implementing asynchrony via decorators

20181212

  • [PYTHON] GET THIS ON YER HEAD! json.dumps() # to JSON and json.loads() # from JSON

20181211

  • [PERSONA] Interesting times understanding Django's auth backend philosophy and Django's middlewares logic
  • [PERSONA] Lost some time with Python's fuckeries (syntaxt mostly...)
  • [PERSONA] WTF is going on with Python having to encode/decode strings? LOOK INTO THIS

20181210

  • [PERSONA] Starting to doubt whether or not I should be restructuring Django's default architecture
  • [PERSONA] Postgresql configuration on my local machine. Learned about Postgresql basic functionality and the Roles concept

20181129

  • [PERSONA] Learnt about conda a Python package and environment management tool
  • [PERSONA] Stuck setting up Python environment => postgresql

20181128

  • [REPSOL] Crazy AF morning implementing client changes and translations
  • [PERSONA] Architecture

20181127

  • [REPSOL] Crazy AF morning duplicating project

20181126

20181125

  • [RIDICULIZE] Deployed on a Google Cloud Function. Didnt know you can use a package.json in there...

20181123

  • [PERSONA] Setting up Flask project
  • [BEERD] Got to define the basis of a Laravel API structure with Diego
  • [BEERD] Used old code to setup sqlite for testing env

20181122

  • [ESME] Weird bug about upside down images, applied Intervention Image orientate method (Solved?)
  • [BEERD] Sprint 0 and environments set up
  • [BEERD] Every fucking time I forget to run composer dump-autoload after adding new seeders

20181121

  • [ESME] Got stuck trying to test \Mailman package from Waavi
  • [ESME] Really fast development of Professional Services endpoints (wasnt really all that much work TBH...)

20181120

  • [ESME] Still getting that fucking 404 error...
  • [ESME] IT WAS THE FORM TYPE FROM BLOODY POSTMAN (should be x-www-form-urlencoded)
  • [ESME] Made a fool of me self trying to capture an Exception when a simple and alreday existing validation rule would have been enough
  • [ESME] Didnt realize a very basic mistake (Exception namespace) that could have been easily avoided by a Linter/IDE
  • [ESME] Got stuck trying to get an already functioning code test coverage, speaking out loud about it made me realize the mistake

20181119

  • [ESME] Got tangled up once fucking more time with the fucking assets urls
  • [ESME] Got a weird 404 error trying to develop a PUT endpoint (custom model binding works fine for GET endpoint, not for the PUT one...)

20181114

  • [ESME] Using the breadcrumbs package turned out to save me loads of time today

20181113

  • [ESME] Lack of features definition got me lost
  • [ESME] Alright pace on basic CRUD tasks

20181112

  • [ESME] Fixed an assignation vs comparison bug (C'MON MATE!!!)
  • [META] Can't focus to write git docs

20181111

  • [Ridiculize] Tried to create a Slack app, got tired.

20181108

  • [ESME] Carbon allows to set timezone for single instances, overwriting the Laravel one (I think)
  • [ESME] Make me own Request class

20181107

  • [ESME] had to ask alex for help with Vue component
  • [ESME] [git] stuck trying to figure out how to
  • [ESME] stuck fixing API errors unrelated to my cards
  • [ESME] Laravel's eloquent DateTime fields are already instantiated Carbon objects!!!
  • [EMSE] should determine how to work with id accesible and sluggable resources in Laravel projects
  • [ESME] should determine how to work with universal dates
  • [ESME] should rethink the way requests are organized

20181106

  • [ESME] fixed some small bugs
  • [ESME] stuck trying to find out how to recover status and predefined info for the sister profile
  • [ESME] stuck on trying to filter a request input as a laravel collection
  • [ESME] lack of Vue knowledge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment