- [PHP] It might FUCKING occur that in order to see code changes you have to restart the php-fpm service
- [GIT] Turns out Git allows you to have several push url for a single remote https://gist.github.com/bjmiller121/f93cd974ff709d2b968f
git remote set-url --add --push [remote] [original repo URL]
git remote set-url --add --push [remote] [second repo URL]- [NPM] Use
npm ciinstead ofnpm installto actually lock the dependencies https://docs.npmjs.com/cli/ci.html
- [UNIX]
grepTIME is actually processor usage time - [UNIX]
wc -l <filename>counts file lines
- [PERSONA] Formatting outputs and solving ML bugs
- [PERSONA] Suddenly got into ML by modifying Gamma's codebase
- [PERSONA] Paired programming felt kind of slow
- [PYTHON] Stuck getting different date values from same class method but different execution context
- [PYTHON] Got pretty crazy implementing asynchrony via decorators
- [PYTHON] GET THIS ON YER HEAD!
json.dumps() # to JSONandjson.loads() # from JSON
- [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
- [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
- [PERSONA] Learnt about
condaa Python package and environment management tool - [PERSONA] Stuck setting up Python environment => postgresql
- [REPSOL] Crazy AF morning implementing client changes and translations
- [PERSONA] Architecture
- [REPSOL] Crazy AF morning duplicating project
- [PERSONA] Learned how to set up JWT within a Flask app https://github.com/vimalloc/flask-jwt-simple
- [RIDICULIZE] Deployed on a Google Cloud Function. Didnt know you can use a package.json in there...
- [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
- [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-autoloadafter adding new seeders
- [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...)
- [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
- [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...)
- [ESME] Using the breadcrumbs package turned out to save me loads of time today
- [ESME] Lack of features definition got me lost
- [ESME] Alright pace on basic CRUD tasks
- [ESME] Fixed an assignation vs comparison bug (C'MON MATE!!!)
- [META] Can't focus to write git docs
- [Ridiculize] Tried to create a Slack app, got tired.
- [ESME] Carbon allows to set timezone for single instances, overwriting the Laravel one (I think)
- [ESME] Make me own Request class
- [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
- [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