I’ve started Stanford class CS224n: Natural Language Processing with Deep Learning Part of this is to setup and runnig a Jupyter Notebook; but I dont want to install anything locally, in the end, docker should…
Angular 9.1 released, Angular 10.x on the way
Angular 9.1 Build speed improvements Typescript 3.8 Type-Only Imports and Exports ECMAScript Private Fields Top level await New CLI Component Generator Option displayBlock End-to-End tests now support grep and invertGrep Improved HTML & Expression Syntax…
Typescript: The hidden power
If you’re working with Javascript you need to pay attention at Typescript and how is evolving in an excellent direction. Typescript has a simple and powerful definition: Is a typed superset of Javascript that compiles…
What’s the problem you’re trying to solve
I bet you haven’t ask you yourself this before: What’s the problem you’re trying to solve? Simple, direct, but you’ll need to stop what you’re doing and think. Is quite probable you’ll need to put…
Legacy code – What to do
I wrote before about legacy code as a good sign for a business. It may be a signal for new opportunities and for sure is an alarm to do something about. divide and conquer Any…
Angular 7 – A different way of doing things
Angular 7 will be another huge step forward and a collection of good desitions. Angular’s improvments in version 6 were amaizing. I remember been working with Angular Material and version 6 triggered an incredible improvement…
Legacy code as a good sign
Yes, legacy code it can be a good thing to have, but you need to do something about it or you’ll pay the price. Well, this is not new in our industry. A polite number…
AngularJS: Quick performance improvements
After a few talks about AngularJS and a companies looking for migrate systems to newest technologies or trying to improve current systems, anytime someone ask me: What’s the first thing you do on an angularjs…
Question framework for mentoring
It doesn’t matter if you’re a junior or senior dev, it doesn’t matter your experience, many times we find a solution of a problem when we try to explain the problem to someone else when…
Your app needs a Performance budget
I was thinking to write about a few concepts on web optimization. I’m not going to show anything new about web development (web applications, PWA, etc) and how it expands every day. As first optimization,…