Recapitulating
I’ve started to see what I’ve been touching lately, and not surprisingly, it’s… simply “eccentric”, in the sum of elements but not in the use of each one. Text Editor: Sublime Text, …
I’ve started to see what I’ve been touching lately, and not surprisingly, it’s… simply “eccentric”, in the sum of elements but not in the use of each one. Text Editor: Sublime Text, …
Except for gorename … [https://medium.com/@mandrigin/golang-8-insights-of-the-first-weeks-of-the-real-usage-f01290811b8b](Golang: 8 insights from the first weeks of the real usage)
I’ve always liked to see and try different technologies, and within these, of course, programming languages. An example of this was the intensive use I gave at the time, at Arrakis, to Rebol, an interpreted …
The first one is the very simple, but not limited, Go interface system. How to use interfaces in Go The second, no less important, making it clear and showing C# vs Go code. Statements are statements, and expressions are …
Every day we hear about Big Data, IoT, Smart Data, Machine Learning, semantic data, etc. Many times out of context or simply used because they’re “trendy”. One of the best examples is “Big …
As a proof of concept, I’m making a small API in Golang that, on an Apache with mod_proxy, serves certain content to a WordPress site.
https://www.airpair.com/angularjs/posts/angular-vs-react-the-tie-breaker
To stop logging messages, like that, on Syslog: 14/12/14 10:38:24,521 WindowServer[235]: _CGXGLDisplayContextForDisplayDevice: No matching context for device (0x7fdf63610e10) – disabling
If you write ugly code, anyone who intends to fix a bug or add a feature will not enjoy his work and likely avoid it next time. Bram Moolenaar Vim’s creator
One of the recurring conversations in gatherings over a beer is the current trend, by many “developers”, of not really programming to client needs but simply using modules/components/plugins/… …
Theme My Login is a plugin that allows us to adapt all elements related to: Registration, Login, … of a WordPress site to our needs. Inside the plugin folder, we find the templates in the “templates” …
In the folder where we want to start the project: cd /var/www/my-new-project composer create-project laravel/laravel ./ --prefer-dist