Monday, February 26, 2018

Why is sitting by a fire so relaxing? Evolution may hold the key.

http://blogs.discovermagazine.com/seriouslyscience/2014/11/13/evolutionary-explanation-sitting-fire-relaxing/#.WpBrmIIiFQO
What I'd long suspected about fire.

How to Create and Publish a Chrome Extension in 20 minutes

https://medium.freecodecamp.org/how-to-create-and-publish-a-chrome-extension-in-20-minutes-6dc8395d7153
Not sure about how realistic the "20 minutes" part is, but a place to get started with writing Chrome extensions.

What I learnt from building 3 high traffic web applications on an embedded key value store.

https://medium.com/@tonyalaribe/what-i-learnt-from-building-3-high-traffic-web-applications-on-an-embedded-key-value-store-68d47249774f
NoSQL or Key-Value stores are good as long as you can search them.

The Official Guide To Tokenized Securities

https://medium.com/@apompliano/the-official-guide-to-tokenized-securities-44e8342bb24f
A bit of a boosterism piece, but worthwhile. 

New Report on Emerging AI Risks Paints a Grim Future

https://gizmodo.com/new-report-on-ai-risks-paints-a-grim-future-1823191087
AI is neither good nor evil, just depends on the people using it. Herein is the scary part. 

Friday, February 16, 2018

Luya Fast, secure and well structured MVC code base for professionals, developers and agencies made by them.

https://luya.io/
an interesting web CMS project. 

Slim PHP when you don’t need the kitchen sink

https://www.joeferguson.me/slim-php-when-you-dont-need-the-kitchen-sink/
Laravel's all the rage, but if you want something lighter, Slim looks pretty good.

Spark 6.0 Is Now Available

https://laravel-news.com/spark-6
Rolling out with Laravel 5.6 is Spark 6. Here's new features. 

How we replaced RabbitMQ by Redis

https://blog.tuleap.org/how-we-replaced-rabbitmq-redis
Interesting way of using Redis as message queue

My top 3 Laravel 5.6 features

https://christoph-rumpel.com/2018/02/my-top-3-laravel-56-features
Some nifty new features in Laravel 5.6

Building a Vue SPA with Laravel Part 2

https://laravel-news.com/building-vue-spa-laravel-part-2
Building a single page application with Laravel and Vue

30 Day Vanilla JS Coding Challenge

https://javascript30.com/
Interesting JavaScript projects, the pedagogy looks a bit dodgy to me.

IPFS is the Distributed Web A peer-to-peer hypermedia protocol to make the web faster, safer, and more open.

https://ipfs.io/
Interesting project doing a distributed, peer-to-peer filesystem.

Running a 400+ Node Elasticsearch Cluster

http://underthehood.meltwater.com/blog/2018/02/06/running-a-400+-node-es-cluster/
Elasticsearch is a wonderful thing. Here's how to do a lot of it.

Wednesday, February 14, 2018

Thursday, February 8, 2018

12 Unique Subscription Boxes for Men (That Aren’t Dollar Shave Club)

https://www.cratejoy.com/box-insider/gift-guide-subscription-boxes-for-him/
the subscription box craze continues.

10 Free Programming Books You Should Read in 2018

https://tutorialzine.com/2018/01/10-free-programming-books-you-should-read-in-2018
free programming books, nothing about data science or big data, though.

Laravel Design Patterns

https://murze.be/laravel-design-patterns
Video of presentation on Laravel Design Patterns

ReactPHP with RecoilPHP: An introduction

https://blog.wyrihaximus.net/2018/02/reactphp-with-recoilphp/
RecoilPHP tries to make ReactPHP more accessible to us non-ansync programmers.

Exception Handling in Laravel

https://code.tutsplus.com/tutorials/exception-handling-in-laravel--cms-30210
The base exception handler in Laravel and how to write your own.

Top PHP GitHub Projects of 2017

https://www.cloudways.com/blog/top-php-github-projects/
Retrospective of the top GitHub PHP projects at the end of 2017

Thursday, February 1, 2018

Your Company is Screwing Itself by Not Supporting Open Source Software

https://medium.com/@codebyjeff/your-company-is-screwing-itself-by-not-supporting-open-source-software-c0e58ff04629
Why your outfit should contribute to open source.

Clash Between Top Laravel CMS: OctoberCMS VS AsgardCMS

https://www.cloudways.com/blog/asgardcms-vs-octobercms/
Comparing two Laravel-based CMSs. Is either ready for primetime?

Establishing a good workflow on a new PHP project

https://keith-mifsud.me/php-software-development-workflow
Establishing a good workflow on a new PHP project

PHP-DI 6: turning into a compiled container for maximum performances

http://php-di.org/news/21-php-di-6-compiled-container.html
dependency injection with compiled containers?!?

Rapid Web Deployment for Laravel With GitHub, Linode, and RunCloud.io

https://code.tutsplus.com/tutorials/rapid-web-deployment-for-laravel-with-github-linode-and-runcloudio--cms-30337
Laravel devlopment with github/linode/runcloudio

Does Static Factory Violate Open/Closed Principle?

http://sergeyzhuk.me/2018/01/25/factory-method-and-open-closed/
Like EVERYBODY isn't already using the static factory method?