
Category: Web Development - Página 2
27 entradas encontradas (3 páginas)

One day I'll discover what the comfort zone is, or not
Moments of change, moments of evolution, a constant in my life, with the 25th anniversary of the creation of the web I’ve entered “review” mode and I’m highly perplexed.
I’ve been doing things for the same time (25 years), enjoying, always with the same concept and particularity: Enjoyment and result, but it hasn’t been relevant for a long time (which is also not very relevant).
I’ve realized that the usual thing is to do things within your comfort zone, and I’ve never had one or knew one could exist, hence I’ve touched and done unusual things or perhaps “untimely”, when a certain technology could be in fashion “Buzz” I hadn’t been using it for a long time because it didn’t give me what something else gave me,…

Laravel Collections: Arrays on steroids
Laravel, in addition to using multiple third-party packages, is also possible to use parts as components. All components are under the “Illuminate” namespace.
If there’s a really interesting and useful class, it’s Collection, which allows us to work with data arrays in a simple and “programmatic” way.
To have this class in our project, we only need the illuminate/support package which we can install with:
composer require illuminate/support:5.2.x-devTo show some examples, we’ll use a small array with this data:

News of the week 2016-03-27
In these last few days, we’ve had many news items, articles, information in the development and technology world, these are the most relevant for me:
Google announces a new Machine Learning service in the cloud
NPM & left-pad: Have We Forgotten How To Program?: The Kik case - left-pad from NPM and the critical fall to “I’ll do this with a third-party module/plugin/package/class”
The Kik case - left-pad from NPM and the fall in (official) or how the most insignificant dependencies can really leave us stranded.

A Gremlin query for Cayley
From Cayley we can make queries via REST in two “languages”: MQL and a reduced version of Gremlin
With the following example, we can obtain the most common skills of people who belong to an industry, within the “Edu” sector




