List of problems solved by MacGyver - MacGyver Wiki - Wikia
This is a list of problems that have been solved by Angus MacGyver. Demonstrating resourcefulness, he employs his knowledge of science, technology and outdoorsmanship to resolve what are often life or death crises. His ingenuity is normally put to the test under dire circumstances with little time or specialized resources with which to work. (Though it does seem he frequently has a Swiss Army knife and a roll of duct tape with him.) MacGyver shorts out a missile timer with a bent paper clip...
Saved
on: 2016-03-22
Step by Step Guide To Building React Redux Apps - rajaraodv - Medium
Redux is becoming the de facto way to build React apps. And there are tons of examples that show how it’s done. But React-Redux apps have too many parts like: “Reducers”, “Actions”, “Action…
Saved
on: 2016-03-21
Getting Started with ReactJS, Typescript, and Webpack — Medium
Recently at work, I’ve been working on transitioning our web application from Typescript, Angular, Bower and Gulp to Typescript, ReactJS, NPM, and Webpack. After scouring the internet, I found lots…
Saved
on: 2016-03-21
Web Page Performance Death by a Thousand Tiny Cuts
Saved
on: 2016-03-21
Troy Hunt: Understanding CSRF, the video tutorial edition
Cross site request forgery is one of those attacks which remains enormously
effective yet is frequently misunderstood. I’ve been running a bunch of security
workshops for web developers around the globe recently and this is one of the
topics we cover that often results in blank stares when I first ask about it. It
usually unfolds that the developers have multiple resources at risk of a CSRF
attack and if it’s not a classic web form style resource, then it’s frequently
an API somewhere (you’re pa
Saved
on: 2016-03-21
clarkgrubb/data-tools: File format conversion tools
File format conversion tools
Saved
on: 2016-03-21
Every Fucking Bootstrap Website Ever
adventurega.me ist die beste Quelle für alle Informationen die Sie suchen. Von allgemeinen Themen bis hin zu speziellen Sachverhalten, finden Sie auf adventurega.me alles. Wir hoffen, dass Sie hier das Gesuchte finden!
Saved
on: 2016-03-17
Favourite Framework or Component : PHP
Saved
on: 2016-03-17
VictorBjelkholm/trymodule: It's never been easier to try nodejs modules!
➰ It's never been easier to try nodejs modules!
Saved
on: 2016-03-16
State of the Art JavaScript in 2016 - JavaScript and Opinions - Medium
So, you’re starting a brand new JavaScript front end project or overhauling an old one, and maybe you haven’t kept up with the breakneck pace of the ecosystem. Or you did, but there’s too many things…
Saved
on: 2016-03-12
Persistent NFS mounts on OSX Lion, Issues with ... | Apple Support Communit
Saved
on: 2016-03-09
Stress-free refactoring with Scientist | Shameer C
Saved
on: 2016-03-09
One Login To Rule them All - Seamless and Secure Cross-Domain Authenticatio
How to authenticate a user on multiple domains without violating the Same Origin Policy.
Saved
on: 2016-03-08
metalsmith/metalsmith: An extremely simple, pluggable static site generator
An extremely simple, pluggable static site generator for Node.js - metalsmith/metalsmith
Saved
on: 2016-03-08
Scotch Box ♥ A Vagrant LAMP Stack That Just Works
Saved
on: 2016-03-08
√ Testo | Testi canzoni | Iron Maiden - Iron Maiden su Rockol
Saved
on: 2016-03-07
Server-Side Rendering With React, Node And Express – Smashing Magazine
Web applications are highly interactive, dynamic and performant, while websites are informational and less transient. This very rough categorization provides us with a starting point, from which to apply development and design patterns. In this article, Dmitry Nutels will show you examples that will get you to the point of being able to be a better judge of how, in your particular application, a server-side rendering solution should be approached. The evolution steps he’ll go through are hardly comprehensive, especially in the area of data retrieval on the server. There is a lot of additional work being done by tools and frameworks that have been inspired and enabled by React: Redux, Relay, Fluxible, Alt and so many, many more.
Saved
on: 2016-03-04
Go by Example
Saved
on: 2016-03-04
Taking AMP for a Spin | CSS-Tricks
The following is a guest post by David Attard of DART Creations. David is going to introduce us to AMP (no idea what that is? read on) as well as how you
Saved
on: 2016-03-03
MySQL - Servers for Hackers
Learn how to install, manage, backup and configure the most important part of your applications.
Tags:
#learning
Saved
on: 2016-03-03
ui.dev | JavaScript, but fun.
We help JavaScript developers make more money - and enjoy themselves in the process.
Saved
on: 2016-03-01
Announcing Industry Best Practices for Securing AWS Resources | Amazon Web Services
Today, we are happy to announce that the Center for Internet Security (CIS) has published the CIS AWS Foundations Benchmark, a set of security configuration best practices for AWS. These industry-accepted best practices go beyond the high-level security guidance already available, providing AWS users with clear, step-by-step implementation and assessment procedures. This is the first […]
Saved
on: 2016-03-01
About Pattern Lab and Atomic Design
Saved
on: 2016-02-29
Code Guide by @mdo
Standards for developing consistent, flexible, and sustainable HTML and CSS.
Saved
on: 2016-02-29
A succesful Git branching model considered harmful
Update 2018-07. The branching model described here is called trunk based development. I and other people who I collaborated with did not know about the articles that used this name. Nowadays there are excellent web resources about the subject, like trunkbaseddevelopment.com. They have a lot of...
Saved
on: 2016-02-28
php-circuit-breaker/README.md at master · ejsmont-artur/php-circuit-breaker
PHP implementation of circuit breaker pattern
Saved
on: 2016-02-26
Go from PHP engineer's perspective · Sobit Akhmedov
Saved
on: 2016-02-26
ReDS/README.md at master · slikk66/ReDS
(ReDS) - AWS RDS auto-resizing with Lambda - scheduled or reactive - slikk66/ReDS
Saved
on: 2016-02-26
The Ultimate Developer Guide to Symfony - Dependency Injection — Loïc Faugeron — Technical Blog
Technical articles about Symfony and TDD
Saved
on: 2016-02-26
http://www.lolcolors.com/palettes/popular
Saved
on: 2016-02-23
http://design.google.com/resizer/
Saved
on: 2016-02-23
The New Web Typography › Robin Rendle
How should we go about making typographic laws, rules and guidelines for the web?
Saved
on: 2016-02-23
http://facebook.github.io/draft-js/
Saved
on: 2016-02-23
https://github.com/WellCommerce/WellCommerce
Saved
on: 2016-02-22
(The only proper) PDO tutorial
There are many tutorials on PDO already, but unfortunately, most of them fail to explain the real benefits of PDO, or even promote rather bad practices. The only two exceptions are [phptherightway.com](http://www.phptherightway.com/#pdo_extension) and [hashphp.org](http://wiki.hashphp.org/PDO_Tutorial_for_MySQL_Developers), but they miss a lot of important information. As a result, half of PDO's features remain in obscurity and are almost never used by PHP developers, who, as a result, are constantly trying to reinvent the wheel which *already exists in PDO.*
Saved
on: 2016-02-22
Eating spaghetti with Symfony
Big-bang migrations hardly ever work and usually take significantly more effort than expected. It's also hard to convince the stakeholders there's any value in the whole operation. It's much more effective to make gradual improvements. It's also more rewarding to celebrate success after every sprint. Learn how to leverage Symfony to move away from an Old School PHP Spaghetti Project™ to a modern Symfony based application. Release after the first iteration and keep improving the code base, delivering value in the same time.
Saved
on: 2016-02-22
How I use Wordpress with Git and Composer — Whitewashing
Saved
on: 2016-02-22
http://nacho-martin.com/symfony-react.html
Saved
on: 2016-02-21
jarves/jarves: Jarves CMS/Application Framework based on Symfony - Alpha material
Jarves CMS/Application Framework based on Symfony - Alpha material - jarves/jarves
Saved
on: 2016-02-21
PlatformIO: Your Gateway to Embedded Software Development Excellence
Unlock the true potential of embedded software development with PlatformIO's collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success.
Saved
on: 2016-02-20
https://locent.com/#/
Saved
on: 2016-02-20
Architettura di una single page application
Architettura di una single page application. GitHub Gist: instantly share code, notes, and snippets.
Saved
on: 2016-02-19
Minimum Viable Tests by Chris Hartjes [Leanpub PDF/iPad/Kindle]
Saved
on: 2016-02-18
http://www.techfleece.com/2015/12/23/download-official-isos-of-windows-7-windows-8-1-or-windows-10-legally-and-for-free/
Saved
on: 2016-02-17
petehunt/react-howto: Your guide to the (sometimes overwhelming!) React eco
Your guide to the (sometimes overwhelming!) React ecosystem. - petehunt/react-howto
Tags:
#react-js
Saved
on: 2016-02-16
Cloning a half-full 500 GB drive to a 256 GB SSD drive - Ask Different
Tags:
#how-to
Saved
on: 2016-02-16
dhamaniasad/awesome-postgres: A curated list of awesome PostgreSQL software
A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-mysql - dhamaniasad/awesome-postgres
Saved
on: 2016-02-16
Why I No Longer Use MVC Frameworks
Jean-Jacques Dubray introduces a new pattern, State-Action-Model, that speeds up the development of modern applications and simplifies the interaction between the data model and the view.
Saved
on: 2016-02-15
Learn React by itself -- no JSX, no Flux, no ES6, no Webpack.
Learn React from the ground up, without worrying about JSX, Flux, ES6, Webpack, etc.
Saved
on: 2016-02-14
Lars Moelleken su Twitter: "@jabranr @PhpStormTips debug #PHP via #PhpStorm
Saved
on: 2016-02-12
Install Blackfire on Debian/Ubuntu
Install Blackfire on Debian/Ubuntu. GitHub Gist: instantly share code, notes, and snippets.
Saved
on: 2016-02-12
symfony.demo.on.roids/README.md at master · alfonmga/symfony.demo.on.roids
The Symfony Demo Application on Roids!
Saved
on: 2016-02-11
PHP Versions
Learn which versions of PHP are available on different web hosting providers, so you can make informed decisions.
Saved
on: 2016-02-11
Video and slides of the 3th PHP Antwerp meetup | freek.dev
Yesterday our local user group, PHP Antwerp, held it's third meetup. There were two excellent speakers and a bunch of familiar faces.
First up was Gabriel Somoza who talked about his project Baleen. It's goal is to provide an intuitive framework to migrate almost anything. You can view his slides on Speakerdeck.
The second speaker was Marco Pivetta, better known on the interwebs as Ocramius. He is a member of the Doctrine core team. His talk was about best practices when using Doctrine. His slides can be found on GitHub. Here's the video of the talk:
https://youtu.be/j4nS_dGxxs8?t=6m44s
Spatie, of which I'm a partner, sponsored the meetup. Before Marco's talk I got the opportunity to talk a bit myself about why my company is sponsoring the local user group. My short talk can be viewed on YouTube.
The organisers announced that the next meetup will be held at the end of March. If you're living in the vicinity of Antwerp, you should definitely attend.
Saved
on: 2016-02-07
http://www.marco-bunge.com/2015/09/24/modern-applications-in-php/
Saved
on: 2016-02-07
http://engineering.skybettingandgaming.com/2016/02/02/how-we-release-so-frequently/
Saved
on: 2016-02-07
https://www.quora.com/What-are-some-mind-hacks/answer/Annika-Schauer
Saved
on: 2016-02-05
Learn Enough to Be Dangerous
Learn Enough to Be Dangerous is designed to unleash your technical genius by teaching you technical sophistication.
Saved
on: 2016-02-04
Keybase Book
Use Keybase for end-to-end encrypted chat messaging, file sharing, and team collaboration. Get the free app for iOS, Mac, Android, Windows, and Linux.
Saved
on: 2016-02-04
Writing Next Generation Reusable JavaScript Modules in ECMAScript 6 – Smash
There have been some amazing quantum leaps in JavaScript tooling which have made it possible for you to dive head first into writing fully ES6 modules, without compromising on the essentials like testing, linting and (most importantly) the ability for others to easily consume what we write. In this article, Jim Cowart is going to focus on how to create a JavaScript package written in ES6 that’s usable in a site or app regardless of whether you’re using CommonJS, asynchronous module definition (AMD) or plain browser global modules.
Saved
on: 2016-02-04
17. React Redux with Dan Abramov - YouTube
Saved
on: 2016-02-04
Seriously.js
Saved
on: 2016-02-04
50 fresh resources for designers, February 2016 | Webdesigner Depot
Hey there! This month’s roundup comes with some amazing freebies for you to download and try out; including line icons, material design assets, gesture icons,
Saved
on: 2016-02-03
cantino/huginn
Create agents that monitor and act on your behalf. Your agents are standing by! - huginn/huginn
Saved
on: 2016-02-02
Death of a troll | Alina Simone | Technology | The Guardian
The long read: In the tight-knit online gaming community Epic Mafia, Eris was an infamous celebrity. So when news of his suicide reached the forums, many players were grief stricken. But in a virtual world where it pays to lie, could it really be true?
Tags:
#read-later
Saved
on: 2016-02-02
token-bucket/README.md at master · bandwidth-throttle/token-bucket
Implementation of the Token Bucket algorithm in PHP. - bandwidth-throttle/token-bucket
Saved
on: 2016-02-02
A Gentle Introduction to Testing in PHP
Saved
on: 2016-02-02
caesar0301/awesome-public-datasets: An awesome list of high-quality open da
A topic-centric list of HQ open datasets
Saved
on: 2016-02-01
Programming guidelines - Part 2: Getting rid of null | ibuildings
Saved
on: 2016-02-01
Is TLS Fast Yet?
TLS has exactly one performance problem: it is not used widely enough. Everything else can be optimized.
Saved
on: 2016-01-31
https://github.com/relatedcode/ParseAlternatives/blob/master/README.md
Saved
on: 2016-01-30
I MIGLIORI 10 hotel: Vasto 2025 (da 58 €)
Prenota il migliori hotel a Vasto su Tripadvisor: trova l'offerta che fa per te grazie a 11.681 recensioni e 8131 foto inserite dai viaggiatori de 182 hotel a Vasto, Provincia di Chieti, Italia.
Tags:
#trip
Saved
on: 2016-01-30
Feature Toggles (aka Feature Flags)
Feature Flags can be categorized into several buckets; manage each appropriately. Smart implementation can help constrain complexity.
Saved
on: 2016-01-30
Overview — Kinto 23.0 documentation
Saved
on: 2016-01-30
goad/README.md at master · goadapp/goad
Goad is an AWS Lambda powered, highly distributed, load testing tool - goadapp/goad
Saved
on: 2016-01-28
Embed/README.md at master · php-embed/Embed
Get info from any web service or page
Saved
on: 2016-01-28
cht8687/You-Dont-Need-Lodash-Underscore: Lists of Javascript methods which
List of JavaScript methods which you can use natively + ESLint Plugin - you-dont-need/You-Dont-Need-Lodash-Underscore
Saved
on: 2016-01-27
9 things every React.js beginner should know - Cam Jackson
Saved
on: 2016-01-25
DrkSephy/es6-cheatsheet
ES2015 [ES6] cheatsheet containing tips, tricks, best practices and code snippets - DrkSephy/es6-cheatsheet
Tags:
#javascript
Saved
on: 2016-01-25
Lo and Behold: Reveries of the Connected World review – Herzog's wild ride through the web
With interviewees ranging from Elon Musk to a gaming addict, Werner Herzog presents the web in all its wildness and utopian potential in this dizzying documentary
Saved
on: 2016-01-25
blueMesh
Saved
on: 2016-01-23
bradchesney79/2015DebianJessieWebserverProject: A setup script for a Debian LAMP Webserver
A setup script for a Debian LAMP Webserver
Saved
on: 2016-01-23
Deployer - The deployment tool for PHP | Deployer
Deployer is a tool for deploying PHP applications to a remote server.
Saved
on: 2016-01-23
Intro to Machine Learning Course - Udacity
Saved
on: 2016-01-22
Learn the Latest Tech Skills; Advance Your Career | Udacity
Learn online and advance your career with courses in programming, data science, artificial intelligence, digital marketing, and more. Gain in-demand technical skills. Join today!
Saved
on: 2016-01-22
loverajoel/jstips: This is about one JS tip every day!
This is about useful JS tips!
Saved
on: 2016-01-19
How to Learn ES6 - JavaScript Scene - Medium
We ran a survey at about the time the standard became official in June 2015 to see how many people were using ES6. Nearly half of respondents already were. Because of the availability of transpilers…
Saved
on: 2016-01-18
fgrehm/vagrant-mssql-express: Vagrant environment with Windows 2008 R2 SQ
Vagrant environment with Windows 2008 R2 + SQL Server Express 2008 - fgrehm/vagrant-mssql-express
Saved
on: 2016-01-16
joefitzgerald/packer-windows: Windows Packer Templates
Windows Packer Templates
Tags:
#vagrant
Saved
on: 2016-01-16
Creating a Windows Box with Vagrant 1.6 – The Wondrous Life of a Software A
The latest Vagrant release added out-of-the box support for Windows VMs. Below are my notes on creating a new vagrant box, and then using WinRM and RDP to connect to a Windows 2008 Server VM. Pre-…
Tags:
#vagrant
Saved
on: 2016-01-16
Fakespot | Analyze and identify fake reviews
Fakespot spots, analyzes and identifies fake reviews and counterfeits - helping you out when buying stuff online.
Tags:
#tools
Saved
on: 2016-01-15
git flow e versionamento semantico
Saved
on: 2016-01-15
Getting Started with Node.js and MQTT | RisingStack
Communicating with embedded devices has always been possible but now with Node.js and protocols like MQTT it's easier than ever.
Saved
on: 2016-01-13