https://medium.com/iotforall/how-to-build-a-recurring-revenue-service-for-iot-products-9af6f9d1006f
IoT isn't just about products, you have to have a revenue model. Here's a classic SaaS model brought to IoT.
Friday, April 28, 2017
Advanced Git log
https://www.atlassian.com/git/tutorials/git-log
I knew Git could produce fearsome logs, but never knew how. Good tutorial.
I knew Git could produce fearsome logs, but never knew how. Good tutorial.
Why Companies Are Not Startups
https://medium.com/startup-grind/why-companies-are-not-startups-41e5785e0b4e
Good, basic explanation of the differences in motivation between startups and most companies. Most, not all.
Good, basic explanation of the differences in motivation between startups and most companies. Most, not all.
Thursday, April 27, 2017
SEO Secrets: Reverse-Engineering Google’s Algorithm
https://medium.freecodecamp.com/seo-secrets-reverse-engineering-googles-algorithm-92fad4f5a39
SEO hints, very much similar to others, with a couple of new tweaks.
SEO hints, very much similar to others, with a couple of new tweaks.
Wednesday, April 26, 2017
PHP Traits…a wonderful home for shared Laravel Relationships
https://medium.com/@jeffkilroy/php-traits-a-wonderful-home-for-shared-laravel-relationships-12d2fdd71aef
PHP traits are getting good press. Here's some use cases for Laravel.
PHP traits are getting good press. Here's some use cases for Laravel.
A progressive Web application with Vue JS, Webpack & Material Design
https://blog.sicara.com/a-progressive-web-application-with-vue-js-webpack-material-design-part-1-c243e2e6e402
First part of a tutorial on building a progressive web app using Vue.js. Sweet.
First part of a tutorial on building a progressive web app using Vue.js. Sweet.
Tuesday, April 25, 2017
How to build your own Alzheimer’s light treatment relay with Arduino/Espruino
https://blog.cinqmarsmedia.com/alzheimers-52aabbfbdbfd
Can flashing lights ward off Alzheimers? Try this arduino project and see.
Can flashing lights ward off Alzheimers? Try this arduino project and see.
5 Keys to IoT Product Development
https://iot-for-all.com/5-keys-to-iot-product-development-10a2a71f236e
Some from-the-trenches lessons on IoT products. No, you can't count on Wi-Fi.
Some from-the-trenches lessons on IoT products. No, you can't count on Wi-Fi.
You Should Learn Functional Programming in 2017
http://coderoncode.com/functional-programming/2017/04/23/you-should-learn-functional-programming-in-2017.html
Interesting piece on why functional programming is coming into its own. I agree with many points.
Interesting piece on why functional programming is coming into its own. I agree with many points.
Kint - a modern and powerful PHP debugging helper
https://kint-php.github.io/kint/
Knit is a PHP debugger not as powerful as Xdebug or hard to set up, but better than print_r()
Knit is a PHP debugger not as powerful as Xdebug or hard to set up, but better than print_r()
PHPDocker.io is a tool that will help you build a typical PHP development environment based on Docker
https://phpdocker.io/
PHPDocker, a project to help get a Docker running PHP up and running quickly.
PHPDocker, a project to help get a Docker running PHP up and running quickly.
Introduction to Elixir
http://elixir-lang.org/getting-started/introduction.html
Introduction to the functional programming language Elixir
Introduction to the functional programming language Elixir
Friday, April 21, 2017
A Vue.js introduction for people who know just enough jQuery to get by
https://medium.freecodecamp.com/vue-js-introduction-for-people-who-know-just-enough-jquery-to-get-by-eab5aa193d77
Good tutorial on transitioning from JQuery to Vue.
Good tutorial on transitioning from JQuery to Vue.
Functional Programming is taking over UIs with Pure Views.
https://medium.freecodecamp.com/the-revolution-of-pure-views-aed339db7da4
At last front-end programming seems to be going in a sane direction with Functional programming and Pure Views.
At last front-end programming seems to be going in a sane direction with Functional programming and Pure Views.
How we fine-tuned HAProxy to achieve 2,000,000 concurrent SSL connections
https://medium.freecodecamp.com/how-we-fine-tuned-haproxy-to-achieve-2-000-000-concurrent-ssl-connections-d017e61a4d27
Tour-de-force of front-end proxying via HA Proxy.
Tour-de-force of front-end proxying via HA Proxy.
Why Freelancers Should Be Flocking To Joomla (From WordPress & Drupal)
http://www.pathofthefreelancer.com/blog/insights/56-joomla-cms
Blog post I wrote for Jason Montoya about the merits of Joomla.
Blog post I wrote for Jason Montoya about the merits of Joomla.
Color Is a Dance Between Your Brain and the World
http://nautil.us/blog/color-is-a-dance-between-your-brain-and-the-world
As the dress photo showed, color is an interaction between your brain and the world around you.
As the dress photo showed, color is an interaction between your brain and the world around you.
Joomla Extensions
https://www.tassos.gr/joomla-extensions
Cool Joomla extensions. The Google Structured Markup comes recommended.
Cool Joomla extensions. The Google Structured Markup comes recommended.
Wednesday, April 19, 2017
Moving from PHP (Laravel) to Go
https://dannyvankooten.com/laravel-to-golang/
Migrating an application from Laravel/PHP to Go. Went better than expected.
Migrating an application from Laravel/PHP to Go. Went better than expected.
Sunday, April 16, 2017
New Linux SSH server shows off Golang's infrastructure power
http://infoworld.com/article/3189668/open-source-tools/new-linux-ssh-server-shows-off-golangs-infrastructure-power.html
Are we ready for server daemons in Linux to be written in languages other than C? Like Go?
Are we ready for server daemons in Linux to be written in languages other than C? Like Go?
21 hot programming trends—and 21 going cold
http://infoworld.com/article/3188464/application-development/21-hot-programming-trends-and-21-going-cold.html
A take on what's hot and not in programming right now. By and large, I'd agree.
A take on what's hot and not in programming right now. By and large, I'd agree.
Saturday, April 15, 2017
What does “Minimum Viable Product” actually mean, anyway?
https://medium.freecodecamp.com/what-the-hell-does-minimum-viable-product-actually-mean-anyway-7d8f6a110f38
Some different takes on the startup dictum of the Minimum Viable Product. What is it, really?
Some different takes on the startup dictum of the Minimum Viable Product. What is it, really?
How We Built r/Place
https://redditblog.com/2017/04/13/how-we-built-rplace/
In-depth technical description about building a massive, shared graphical playscape for Reddit.
In-depth technical description about building a massive, shared graphical playscape for Reddit.
A Vue.js introduction for people who know just enough jQuery to get by
https://medium.freecodecamp.com/vue-js-introduction-for-people-who-know-just-enough-jquery-to-get-by-eab5aa193d77
Good tutorial introduction to Vue.js for those who have had exposure to JQuery.
Good tutorial introduction to Vue.js for those who have had exposure to JQuery.
Building a Social Network with Laravel and Stream? Easy!
https://www.sitepoint.com/building-social-network-laravel-stream-easy/
Tutorial on building a twitter-like social network with Laravel.
Tutorial on building a twitter-like social network with Laravel.
A Library of Foundation UI Components. These HTML, CSS and JS snippets can be plugged into any Foundation project to build faster.
http://foundation.zurb.com/building-blocks/
Zurb is making its play to unseat Bootstrap by providing a larger set of building blocks/widgets/components.
Zurb is making its play to unseat Bootstrap by providing a larger set of building blocks/widgets/components.
The League of Extraordinary Packages is a group of developers who have banded together to build solid, well tested PHP packages using modern coding standards.
http://thephpleague.com/
The league of extraordinary PHP packages. Eclectic bunch here, but some real utility.
The league of extraordinary PHP packages. Eclectic bunch here, but some real utility.
How Hackers Hijacked a Bank’s Entire Online Operation
https://www.wired.com/2017/04/hackers-hijacked-banks-entire-online-operation/
How a DNS hijack stole a bank's user portal.
How a DNS hijack stole a bank's user portal.
Friday, April 14, 2017
Wednesday, April 12, 2017
The League of Extraordinary Packages
http://thephpleague.com/
a collection of great PHP packages by great programmers Ben talked on the OAuth2 client at ATLPHP.
a collection of great PHP packages by great programmers Ben talked on the OAuth2 client at ATLPHP.
Sunday, April 9, 2017
FBI Arrests Hacker Who Hacked No One
http://www.thedailybeast.com/articles/2017/03/31/fbi-arrests-hacker-who-hacked-no-one.html
The FBI arrests a hacker who didn't hack anyone. Is the creation of tools illegal? I don't think so.
The FBI arrests a hacker who didn't hack anyone. Is the creation of tools illegal? I don't think so.
Saturday, April 8, 2017
This is the commercial future of the blockchain
https://medium.com/startup-grind/commercial-future-of-the-blockchain-86052574a463
Commercial blockchain is starting to gain some traction.
Commercial blockchain is starting to gain some traction.
Friday, April 7, 2017
How to run a Raspberry Pi cluster with Docker Swarm
https://howchoo.com/g/njy4zdm3mwy/how-to-run-a-raspberry-pi-cluster-with-docker-swarm
Very attractive write-up on how to create a docker swarm on a tiny stack of raspberry pis.
Very attractive write-up on how to create a docker swarm on a tiny stack of raspberry pis.
Wednesday, April 5, 2017
Jannis Hermanns Menu LEGO Macintosh Classic with e‑paper display
https://jann.is/lego-macintosh-classic/
really remarkable build: raspberry pi with e-ink display in a logo body to make a tiny Mac classic model.
really remarkable build: raspberry pi with e-ink display in a logo body to make a tiny Mac classic model.
Setting up Gulp and Sass
Tuesday, April 4, 2017
PHP Coding Standards Fixer
http://cs.sensiolabs.org/
I'm not overly-pedantic, even with my mild OCS. But for those that are, this fixer is for you:
I'm not overly-pedantic, even with my mild OCS. But for those that are, this fixer is for you:
Sunday, April 2, 2017
theNNT, Explained
http://www.thennt.com/thennt-explained/
Prescription drugs don't work on everyone equally. Ask about the NTT
Prescription drugs don't work on everyone equally. Ask about the NTT
IT pros agree: Security is better in the cloud
http://infoworld.com/article/3185757/cloud-security/it-pros-agree-security-is-better-in-the-cloud.html
Cloud computing more secure? Some reasons, but physical security is strangely not mentioned.
Cloud computing more secure? Some reasons, but physical security is strangely not mentioned.
Best Practices for Cards
https://uxplanet.org/best-practices-for-cards-fa45e3ad94dd
Cards are hot in the web design world. Here's some common-sense guidelines.
Cards are hot in the web design world. Here's some common-sense guidelines.
Saturday, April 1, 2017
How deep learning will transform automation
http://infoworld.com/article/3184837/analytics/how-deep-learning-will-transform-automation.html
Interesting take on applying computer learning to... computers: networks, security, SysOps, etc.
Interesting take on applying computer learning to... computers: networks, security, SysOps, etc.
What Writers Earn Money? A Look at the Author Earnings Report on Self-Publishing and Traditional Publishing Sales
https://electricliterature.com/what-writers-earn-money-c109bfb04d3d
Show me the money!!! in being a writer of books.
Show me the money!!! in being a writer of books.
How A Company Raised $1M In 7 Days On Kickstarter
https://www.forbes.com/sites/jiawertz/2017/03/30/how-a-company-raised-1mm-in-7-days-on-kickstarter/#48f280f41566
Hints on how a Kickstarter raised $1M in a week:
Hints on how a Kickstarter raised $1M in a week:
Simulation suggests 68 percent of the universe may not actually exist
http://newatlas.com/dark-energy-existence-questioned/48708/
The unsatisfying dark-energy theory may not be needed after all.
The unsatisfying dark-energy theory may not be needed after all.
IOTA Development Roadmap
https://medium.com/iotatangle/iota-development-roadmap-74741f37ed01
State of the IOTA ecosystem to enable the IoT.
State of the IOTA ecosystem to enable the IoT.
Subscribe to:
Posts (Atom)