https://medium.com/@frano.sasvari/laravel-without-facades-part-0-intro-190bae09aebe
A cogent argument against using facades, especially in Laravel.
Monday, April 30, 2018
Server Dashboard with Laravel: Part 1
https://medium.com/@danielalvidrez/server-dashboard-with-laravel-part-1-25f32362a05b
Another nice Laravel and Vue.js tutorial.
Another nice Laravel and Vue.js tutorial.
UUID or GUID as Primary Keys? Be Careful!
https://tomharrisonjr.com/uuid-or-guid-as-primary-keys-be-careful-7b2aa3dcb439
Good case for UUID vs. surrogate integer IDs in database design.
Good case for UUID vs. surrogate integer IDs in database design.
What I’ve Learned Working In Finance For Six Years (Hint: It Applies To Everyone)
https://medium.com/the-mission/what-ive-learned-working-in-finance-for-six-years-hint-it-applies-to-everyone-9e8acf8abc61
Basic life lessons from someone in finance that apply to all. e.g. "be kind"
Basic life lessons from someone in finance that apply to all. e.g. "be kind"
Thursday, April 26, 2018
7 Basic Rules for Button Design
https://uxplanet.org/7-basic-rules-for-button-design-63dcdf5676b4
Some of these are obvious: make it look like a button. But, then again, common sense is uncommon.
Some of these are obvious: make it look like a button. But, then again, common sense is uncommon.
The 7 Habits Of Highly Creative People
https://artplusmarketing.com/the-7-habits-of-highly-creative-people-6cfe6471af31
Good ideas about how to get the creative juices flowing. (what a trite phrase, sorry!)
Good ideas about how to get the creative juices flowing. (what a trite phrase, sorry!)
Third Critical Drupal Flaw Discovered—Patch Your Sites Immediately
https://thehackernews.com/2018/04/drupal-vulnerability-exploit.html?m=1
Yet another critical Drupal security vulnerability.
Yet another critical Drupal security vulnerability.
Flexible Heredoc and Nowdoc Coming to PHP 7.3
https://laravel-news.com/flexible-heredoc-and-nowdoc-coming-to-php-7-3
The lowly Heredoc is changing in PHP 7.3
The lowly Heredoc is changing in PHP 7.3
Leverage Eloquent To Prepare Your URLs
https://laravel-news.com/leverage-eloquent-to-prepare-your-urls
One generally doesn't think of Eloquent having anything to do with routing, but...
One generally doesn't think of Eloquent having anything to do with routing, but...
New Course: Code a Single-Page App With Laravel and Vue.js
https://code.tutsplus.com/articles/new-course-code-a-single-page-app-with-laravel-and-vuejs--cms-30917
Tutorial on SPAs with Laravel and Vue.js
Tutorial on SPAs with Laravel and Vue.js
People Made Loads Of Cool Stuff With Nintendo's 'Labo' In Its First Week
digg.com/2018/nintendo-labo-custom-creations-songs-games
Really interesting new adjunct for the Nintendo Switch.
Really interesting new adjunct for the Nintendo Switch.
Do numbers always win?
markallenthornton.com/blog/numerical-advantage/
Good statistical analysis of the history of warfare via Wikipedia. Good, non-obvious conclusion.
Good statistical analysis of the history of warfare via Wikipedia. Good, non-obvious conclusion.
21 Books You Don’t Have to Read
https://www.gq.com/story/21-books-you-dont-have-to-read
Good list of alternatives to supposed classic books.
Good list of alternatives to supposed classic books.
Monday, April 23, 2018
CRUD Unit testing in Laravel
https://medium.com/@jsdecena/crud-unit-testing-in-laravel-5-ac286f592cfd
Unit testing for the ubiquitous CRUD screens.
Unit testing for the ubiquitous CRUD screens.
If You Want To Become An Influential Thought Leader, Live By These 3 Principles
https://hackernoon.com/if-you-want-to-become-an-influential-thought-leader-live-by-these-3-principles-7f17cbeb25e0
Interesting take on becoming a thought leader, especially what NOT to do.
Interesting take on becoming a thought leader, especially what NOT to do.
Organize your Laravel routes for better and maintainable code
https://medium.com/@thesourav/organize-your-laravel-routes-for-better-and-maintainable-code-4ad9b76aed0f
I always thought there must be a better way to organize Laravel routes. It has it's tricks, but here's a good way.
I always thought there must be a better way to organize Laravel routes. It has it's tricks, but here's a good way.
Make your Laravel App Fly with PHP OPcache
https://medium.com/appstract/make-your-laravel-app-fly-with-php-opcache-9948db2a5f93
The return of the PHP OpCache. This time in Laravel.
The return of the PHP OpCache. This time in Laravel.
Saturday, April 21, 2018
Titus, the Netflix container management platform, is now open source
https://medium.com/netflix-techblog/titus-the-netflix-container-management-platform-is-now-open-source-f868c9fb5436
Netflix opensources their container management platform: Titus.
Netflix opensources their container management platform: Titus.
Big Tech’s Booming Bundles
https://500ish.com/big-techs-booming-bundles-25c9ada5eb1b
Interesting numbers on the current Amazon original video, etc.
Interesting numbers on the current Amazon original video, etc.
A Real-World Comparison of Front-End Frameworks with Benchmarks (2018 update)
https://medium.freecodecamp.org/a-real-world-comparison-of-front-end-frameworks-with-benchmarks-2018-update-e5760fb4a962
Updated comparison of doing similar things in popular front-end JavaScript frameworks. This one with Vue.js!
Updated comparison of doing similar things in popular front-end JavaScript frameworks. This one with Vue.js!
Let’s Build an API in 15 Minutes
https://medium.com/@smayzes/lets-build-an-api-in-15-minutes-867e59820d91
Building a quick-and-simple API in Laravel.
Building a quick-and-simple API in Laravel.
Why EOS will destroy everything else
https://medium.com/@fcecin/why-eos-will-destroy-everything-else-2ed967184830
New blockchain project based on different assumptions.
New blockchain project based on different assumptions.
Mapping Form Request to Eloquent
https://hackernoon.com/mapping-form-request-to-eloquent-6eb30ee9eb7d
A package to take form POSTs and convert them into something eloquent will like.
A package to take form POSTs and convert them into something eloquent will like.
Friday, April 20, 2018
Full-featured multi-tenant Laravel app from scratch
https://medium.com/@ashokgelal/writing-a-full-featured-multi-tenant-laravel-app-from-scratch-a0e1a7350d9d
Tutorial on a multi-tenant Laravel app, which generally aren't easy to pull off.
Tutorial on a multi-tenant Laravel app, which generally aren't easy to pull off.
Every developer should have a blog. Here’s why, and how to stick with it.
https://medium.freecodecamp.org/every-developer-should-have-a-blog-heres-why-and-how-to-stick-with-it-5fd55a247fbf
At first glance, developers and blogger wouldn't seem to intersect, but perhaps they should.
At first glance, developers and blogger wouldn't seem to intersect, but perhaps they should.
Better web scraping in Python with Selenium, Beautiful Soup, and pandas
https://medium.freecodecamp.org/better-web-scraping-in-python-with-selenium-beautiful-soup-and-pandas-d6390592e251
Web scraping is a bad job. Here's some tools to make it easier.
Web scraping is a bad job. Here's some tools to make it easier.
20 Laravel Eloquent Tips and Tricks
https://laravel-news.com/eloquent-tips-tricks
Some nice shortcuts that eloquent allows.
Some nice shortcuts that eloquent allows.
Storing Passwords the Right Way
https://engagedphp.com/2018/03/storing-passwords-the-right-way/
Brief into to the new PHP 7.2 functions for password management with libsodium.
Brief into to the new PHP 7.2 functions for password management with libsodium.
An extremely picky developer's take on PHP static site generators: Part 1 - Sculpin
https://www.contentful.com/blog/2018/04/04/an-extremely-picky-developers-take-on-php-static-site-generators-part-1-sculpin/
Review of one of the newest classes of CMSs: the static site generator.
Review of one of the newest classes of CMSs: the static site generator.
Uncovering Drupalgeddon 2
https://research.checkpoint.com/uncovering-drupalgeddon-2/
Drupal didn't sanitize form inputs, allowing for remote code executions. Ouch!
Drupal didn't sanitize form inputs, allowing for remote code executions. Ouch!
The Most Commonly Used Words In Tech Giants' Job Listings Will Make You Never Want To Work At A Tech Giant
http://digg.com/2018/tech-companies-job-listings-language
Seriously, who would want to work for companies that use this kind of language (other than slack)?
Seriously, who would want to work for companies that use this kind of language (other than slack)?
Tuesday, April 17, 2018
The Cryptoeconomics of EOS vs Ethereum
https://medium.com/texascrypto/the-cryptoeconomics-of-eos-vs-ethereum-2b9498216e43
New cryptocurrency coming out with radically different economic model.
New cryptocurrency coming out with radically different economic model.
All about JavaScript functions in 1 article
https://codeburst.io/all-about-javascript-functions-in-1-article-49bfd94b31ab
More than you ever wanted to know about JavaScript functions, from the simple to advanced.
More than you ever wanted to know about JavaScript functions, from the simple to advanced.
Migrate to Amazon RDS Using Percona Xtrabackup
https://www.percona.com/blog/2018/04/02/migrate-to-amazon-rds-with-percona-xtrabackup/
I've always thought the "mysqldump" method of migration was a bit lame.
I've always thought the "mysqldump" method of migration was a bit lame.
Sunday, April 15, 2018
Reddit user analyzer
https://atomiks.github.io/reddit-user-analyser/#ibrentlam
Reddit user analyzer, with my username.
Reddit user analyzer, with my username.
What is GitHub Pages?
https://pages.github.com/
A quick and easy website publisher.
A quick and easy website publisher.
Thin Engineered Material Perfectly Redirects and Reflects Sound
http://pratt.duke.edu/about/news/sound-control
I need to chase down the original paper on this one.
I need to chase down the original paper on this one.
First Principles: The Building Blocks of True Knowledge
https://www.fs.blog/2018/04/first-principles/
A physics professor I had said "You should either be able to derive a thing from first principles or know where to look it up."
A physics professor I had said "You should either be able to derive a thing from first principles or know where to look it up."
Friday, April 13, 2018
Heavens Above
http://www.heavens-above.com/
Old-school but still cool astronomy site, especially ephemera.
Old-school but still cool astronomy site, especially ephemera.
Lessons from Laracasts, Part 1
http://unlikenesses.com/2018-03-24-laracasts-lessons/
Some side-notes on a large laracasts project.
Some side-notes on a large laracasts project.
Top 10 popular php projects in github
https://boostlog.io/@sonuton/top-10-popular-php-projects-in-github-5ac483f25948f700959c9b54
Some surprises in the list of top 10 PHP projects on GitHub
Some surprises in the list of top 10 PHP projects on GitHub
Wednesday, April 11, 2018
The 10 Best Landing Page Builders to Make One Page Websites
https://zapier.com/blog/best-landing-page-builders/
A good list of the current ten best landing page (one-page website) builders out there. Some free, some paid.
A good list of the current ten best landing page (one-page website) builders out there. Some free, some paid.
Why Is Test-Driven Development Useful?
https://medium.freecodecamp.org/why-test-driven-development-4fb92d56487c
More on TDD and some of the pitfalls to avoid.
More on TDD and some of the pitfalls to avoid.
Using Content Security Policy headers in a Laravel app
https://medium.com/@freekmurze/using-content-security-policy-headers-in-a-laravel-app-554a18ee4fc4
New package that improves headers to prevent JavaScript attacks.
New package that improves headers to prevent JavaScript attacks.
ARM Mac: Piece of Cake Or Gas Refinery?
https://mondaynote.com/arm-mac-piece-of-cake-or-gas-refinery-e14b17e64a92
Will Apple be switching Macs to their own ARM-compatible processor line?
Will Apple be switching Macs to their own ARM-compatible processor line?
A Landslide of Classic Art Is About to Enter the Public Domain
https://www.theatlantic.com/technology/archive/2018/04/copywritten-so-dont-copy-me/557420/
The twists and turns of US and International copyright law are about to start unleashing a LOT of material into the public domain.
The twists and turns of US and International copyright law are about to start unleashing a LOT of material into the public domain.
Foundations of Data Science
https://www.edx.org/professional-certificate/berkeleyx-foundations-of-data-science#courses
Foundations of data science course from ucal berkeley.
Foundations of data science course from ucal berkeley.
Lawyer bots take the hassle out of fighting parking tickets and property taxes — and could cost local governments real revenue
https://www.recode.net/2018/4/5/17119956/parking-ticket-property-tax-revenue
The lawyerbots are coming. Similar to investmentbots.
The lawyerbots are coming. Similar to investmentbots.
5 Ancient Stoic Tactics for Modern Life
https://www.artofmanliness.com/2018/04/09/5-ancient-stoic-tactics-modern-life/
Life lessons from the stoics.
Life lessons from the stoics.
Saturday, April 7, 2018
How to Find New Music You'll Actually Like
https://lifehacker.com/how-to-find-new-music-youll-actually-like-1824562710
extensive list of places to find new music
extensive list of places to find new music
Docker Containers on the Desktop
https://blog.jessfraz.com/post/docker-containers-on-the-desktop/
Interesting take on using docker for desktop apps.
Interesting take on using docker for desktop apps.
Here’s everything I’ve learned from designing 10,000+ UI screens as a lead product designer.
https://medium.com/ux-power-tools/heres-everything-i-ve-learned-from-designing-10-000-ui-screens-as-a-lead-product-designer-7d2810bee810
Very practical take on UX design.
Very practical take on UX design.
Friday, April 6, 2018
How to use Laravel with Socket.IO
https://medium.com/@adnanxteam/how-to-use-laravel-with-socket-io-e7c7565cc19d
Using Laravel for real-time communication via socket.io.
Using Laravel for real-time communication via socket.io.
My Cow Game Extracted Your Facebook Data
https://www.theatlantic.com/technology/archive/2018/03/my-cow-game-extracted-your-facebook-data/556214/
Case study on just how easy it was to extract Facebook data.
Case study on just how easy it was to extract Facebook data.
Basic Eloquent Search Techniques
https://pineco.de/basic-eloquent-search-techniques/
A couple of eloquent methods I wasn't familiar with.
A couple of eloquent methods I wasn't familiar with.
Thursday, April 5, 2018
New to email coding? Here’s where to start.
https://explore.reallygoodemails.com/new-to-email-coding-heres-where-to-start-2494422f0bd4
How to code HTML emails. Hopefully not from scratch.
How to code HTML emails. Hopefully not from scratch.
Wednesday, April 4, 2018
Getting Ahead of the Cryptocurrency Wave and Generating Early Revenue
https://www.indiehackers.com/interview/getting-ahead-of-the-cryptocurrency-wave-and-generating-early-revenue-92356ba891
More than one way to make a profit on cryptocurrencies. This one with hardware.
More than one way to make a profit on cryptocurrencies. This one with hardware.
Why Everyone Missed the Most Important Invention in the Last 500 Years
https://hackernoon.com/why-everyone-missed-the-most-important-invention-in-the-last-500-years-c90b0151c169
Another blockchain boosterism piece. Triple-entry accounting?
Another blockchain boosterism piece. Triple-entry accounting?
How I’ve built a two-decade career through side hustles
https://thecoffeelicious.com/how-ive-built-a-two-decade-career-through-side-hustles-db06c2afd183
Long-time side-hustler on the how-tos.
Long-time side-hustler on the how-tos.
DNS Resolvers Performance compared: CloudFlare x Google x Quad9 x OpenDNS
https://medium.com/@nykolas.z/dns-resolvers-performance-compared-cloudflare-x-google-x-quad9-x-opendns-149e803734e5
New CloudFlare DNS resolver is a good, albeit unfiltered, option.
New CloudFlare DNS resolver is a good, albeit unfiltered, option.
The End of Windows
https://stratechery.com/2018/the-end-of-windows/
Microsoft re-orgs without a top-level "Windows" division.
Microsoft re-orgs without a top-level "Windows" division.
Sunday, April 1, 2018
10 Interview Questions Every JavaScript Developer Should Know
https://medium.com/javascript-scene/10-interview-questions-every-javascript-developer-should-know-6fa6bdf5ad95
Standard interview questions for JavaScript programmers.
Standard interview questions for JavaScript programmers.
Learning From the Feynman Technique
https://medium.com/taking-note/learning-from-the-feynman-technique-5373014ad230
How to learn stuff from one of the heroes of modern physics: Richard Feynman.
How to learn stuff from one of the heroes of modern physics: Richard Feynman.
Attack Of The Micro Brands
https://medium.com/positiveslope/attack-of-the-micro-brands-c0b7835c3633
Interesting wrinkle in ecommerce: micro-brands.
Interesting wrinkle in ecommerce: micro-brands.
Why Deep Learning Works
https://artificial-understanding.com/why-deep-learning-works-1b0184686af6
Not-quite math-free explanation of how deep learning works via linear algebra.
Not-quite math-free explanation of how deep learning works via linear algebra.
Subscribe to:
Posts (Atom)