How to build a search experience

TL;DR @elastic/search-ui separates the UI from the core search mechanics and functionality and thus allows you create any search experience using any modern framework, even plain Javascript! While the Elastic's default UI implementation is written for React apps, in this blog post I will show the…

Handy Emberjs Globals for Developing

TL;DR Here are some handy globals you can use in your Ember.js app to debug faster, even without ember inspector If you would like to use the addon version: ember-handy-globals You can also find it as gist In this blog post you will learn how to…

Understanding Ember.js Public Asset Path

Write Me Correction Thanks to @neojp for his response https://twitter.com/neojp/status/1269708074387939329 I wrote this blog post without fully understanding the reasoning behind ember rewriting urls, fingerprinting and the TIL <base /> tag, the simple and pretty straightforward solution to handle urls in both environments is…

Recursion in Ember.js Templates, case factorial(n)

Factorial The product of (= the result) a whole number and all the whole numbers below it Four factorial (4 x 3 x 2 x 1) is 24 Goal Create a Factorial component which will calculate the answer recursively using only templates and helpers. Step 1 - How to calculate factorial using…

Auto Save en Ember Octane 💾

Este es un blog-post para desarrolladores de JavaScript y sobre todo de Ember.js, es avanzado por lo cual supone que tienes conocimiento de ambas. Una nota antes de empezar Este será el primer blog que hago en español, considero que falta mucho contenido sobre tecnología en…

Welcome

Hello World 🌎 🗺 ! I'm Alberto Cantú, from Monterrey, Mexico. So… why betocantu93.com? @betocantu93 is basically how you can find me almost everywhere on the internet. In this blog I'll be posting about personal stuff, my career as entrepreneur, investor and software engineer. You can expect lots of tutorials…

2019 Purposes

2019 Purposes 🎊 👻 Apart from learning to dance, opening my personal blog was one of my 2019 biggest purposes. Although pretty late in the year, it's never too late. This year was pretty busy, thousands of lines of code, met lots of amazing people in the entrepreneurial world, huge personal…