I wonder why long variable names haven't caught on in the AI era. Who cares if you don't have to write them? I want variable names that are a full sentence.
Taylor Troesh on @changelog:
> If there is any part of your code base that is starting to scare you, it needs immediate attention. Things will just get worse if there is that one part of your code base that all of your engineers are afraid to touch.
https://t.co/oatJv8UOPN
@goldbergyoni I think It depends on the needs and the use case... Is a personal project or enterprise... For the company, what IS the most important? Time to market, scalability, maintainance? Buuut, to answer i choose a ORM
@McPizza0 I think is not a right approach trying to push data feom serverless application... You should have a server for this requirement and delegate to serverless app only the computation of some data... Is muy thoughts,.i really do not hace experice wirt this :)
@TicketekAr@ricky_martin@Santander_Ar Tengo la transacción aprobada por Santander y la página me rebota la compra... Una vergüenza... El Santander me dice que no le llega la compra a ellos... Cómo se hace?
@maytanthegeek@stackblitz thats really a great answer, but actually not every logger address this issue... i'm pretty sure that winston doesn't do that
Learn how to use the Layers Tab in the Web Inspector reference documentation. You can use it to find out if your CSS is using more memory than it should and troubleshoot rendering performance issues. https://t.co/92FVRRZPcg
just learned a neat trick from the Three.js source code: if you want to remove an item from an array whose order doesn't matter, don't do this...
array.splice(index, 1); // slooooowwwww
...do this:
array[i] = array[array.length - 1];
array.pop(); // orders of magnitude faster!
@sagaban@mascon_mdz Un poquito tarde, pero Gracias Santiago! 😂... Gracias por el feedback y me alegra mucho que haya salido bien, y en especial que sirva
@SpotifyCares Hi SC, Nice to meet you :).. i am logged in but can not get neither my playlists nor albums, home and explore as well...every section get an ups something went wrong...tried clear cache and delete data...even re install the app... But no lucky
🔥 Love GIFs, but hate their size? Replace animated GIFs with <video> to save a *ton* of kilobytes: https://t.co/Kx4tXCCRK3 ~ our new guide by @malchata ⚡️