magnASCII.io Simone Magnaschi
Senior Full Stack Web Dev
Bookmarks tagged with #webdev.
Show all

UpUp - The Offline First Library

Let users visit your site, even when they're on a plane over the Atlantic, or 20,000 leagues under the sea. #OfflineFirst
Saved on: 2015-09-02

sindresorhus/awesome

😎 Awesome lists about all kinds of interesting topics - sindresorhus/awesome
Tags: #webdev
Saved on: 2015-08-14

minimaxir/big-list-of-naughty-strings

The Big List of Naughty Strings is a list of strings which have a high probability of causing issues when used as user-input data. - minimaxir/big-list-of-naughty-strings
Tags: #webdev
Saved on: 2015-08-11

Nginx with dynamic upstreams - Tenzer.dk

I recently made a setup at work where I had a Nginx server facing the user, which would forward requests to a service running behind an AWS Elastic Load Balancer (aka. ELB). That in itself doesn't sound like a difficult task, you just find the hostname for the ELB and point Nginx at it with a proxy_pass statement like this, right? location / { proxy_pass http://service-1234567890.us-east-1.elb.amazonaws.com; } Test it out and - assuming the firewall/security group configuration is set up right - it should work just fine. Some hours later you may however find the service is no longer working, even though no changes has been made. Calling the ELB endpoint directly works just fine, but calling it through Nginx just times out.
Saved on: 2015-07-27

google/material-design-lite · GitHub

Material Design Components in HTML/CSS/JS
Saved on: 2015-07-06

Locust - A modern load testing framework

An open source load testing tool. Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
Tags: #tools #webdev
Saved on: 2015-07-01

Documentation - Materialize

Materialize is a modern responsive CSS framework based on Material Design by Google.
Saved on: 2015-04-24

Online curl command line builder

Easily generate curl command lines to test your new shining API or whatever!
Tags: #tools #webdev
Saved on: 2015-04-23

StackPHP Explained

Originally published at: http://www.sitepoint.com/stackphp-explained/ Today we are going to look at StackPHP and try to understand what this thing is all about. Although this post will have some code, this article will be rather theoretical as we are interested in learning what StackPHP actually is, where it comes from and why it is useful. As the front page of the StackPHP project says, Stack is a convention for composing HttpKernelInterface middlewares. But, in order to actually understand...
Tags: #php #webdev
Saved on: 2015-04-23

Responsive Images Done Right: A Guide To And srcset - Smashing Magazine

A few days ago, we published an [article on Picturefill 2.0](https://www.smashingmagazine.com/2014/05/12/picturefill-2-0-responsive-images-and-the-perfect-polyfill/), a perfect polyfill for responsive images. Today’s article complements Tim Wright’s article and explains exactly how we can use the upcoming `` element and srcset, with simple fallbacks for legacy browsers. There is no reason to wait for responsive images; we can actually have them very soon.
Tags: #webdev
Saved on: 2015-04-21

phptodayorg/php-must-watch

list of interesting conference talks and videos on PHP - - GitHub - phptodayorg/php-must-watch: list of interesting conference talks and videos on PHP -
Saved on: 2015-03-02

Economy of Tests

Migrate test levels to improve the long term sustainability of your test suite.
Tags: #php #webdev
Saved on: 2015-01-12

How to Scale SVG | CSS-Tricks

The following is a guest post by Amelia Bellamy-Royds. Amelia has lots of experience with SVG, as the co-author of SVG Essentials and author of the
Tags: #css #webdev
Saved on: 2015-01-11

kadnan/phpNYT

PHP Classes to access different sections of NYTimes via official APIs - kadnan/phpNYT
Tags: #webdev
Saved on: 2014-09-18

api.ai

Tags: #webdev
Saved on: 2014-09-18

Phansible - Create Vagrant + Ansible provisionings for PHP-based web servers

Phansible provides an easy to use interface that helps you generate Ansible Playbooks for PHP based projects.
Saved on: 2014-09-11

Best Thumbnailing Solution - Set up Thumbor on AWS

Reed Dadoune's blog and project portfolio
Saved on: 2014-09-10

buaazp/zimg

A lightweight and high performance image storage and processing system. - buaazp/zimg
Tags: #webdev
Saved on: 2014-09-09

StackExchange/blackbox: Safely store secrets in Git/Mercurial/Subversion

Safely store secrets in Git/Mercurial/Subversion
Tags: #webdev
Saved on: 2014-09-04

CSS Shapes Editor for Chrome

Tags: #css #webdev
Saved on: 2014-09-03

Introducing MakeDrive

I've been lax in my blogging for the past number of months (apologies). I've had my head down in a project that's required all of my attention. On Friday we reached a major milestone, and I gave a demo of the work on the weekly Webmaker call. Afterward David Ascher
Tags: #webdev
Saved on: 2014-08-26

Simultaneuos HTTP requests in PHP with cURL / Stoyan's phpied.com

The basic idea of a Web 2.0-style "mashup" is that you consume data from several services, often from different providers and combine them in interesting ways. This means you often need to do more than one HTTP request to a service or services. In PHP if you use something like file_get_contents() th
Tags: #php #webdev
Saved on: 2014-08-25

awesome-php/README.md at master · ziadoz/awesome-php

A curated list of amazingly awesome PHP libraries, resources and shiny things. - ziadoz/awesome-php
Tags: #php #webdev
Saved on: 2014-08-22

Optimizing Elasticsearch Searches

Elasticsearch can query, filter and aggregate in many ways. Often there are several ways to solve the same problem – and possibly with very different performance characteristics. This article will cov...
Saved on: 2014-08-21

Ionic: Advanced HTML5 Hybrid Mobile App Framework

Ionic empowers web developers to build leading cross-platform mobile apps and Progressive Web Apps (PWAs)
Tags: #webdev
Saved on: 2014-08-08

Google Online Security Blog: HTTPS as a ranking signal

Cross-posted from the Webmaster Central Blog Security is a top priority for Google. We invest a lot in making sure that our services us...
Tags: #seo #webdev
Saved on: 2014-08-08

DreamFactory | Open Source REST API for Mobile Enterprise Application Devel

Instantly generate APIs from any database with built-in enterprise security controls that operates on-premises, air-gapped, or in the cloud.
Tags: #webdev
Saved on: 2014-08-07

Introduction | Human JavaScript

By: @HenrikJoreteg
Saved on: 2014-06-27

Stress-test your PHP App with ApacheBench

Stress-test your app with ApacheBench - a tool designed to nuke your application with as many requests as you tell it to - see how strong your server is.
Tags: #php #webdev
Saved on: 2014-06-26

annyang! Easily add speech recognition to your site

annyang is a JavaScript SpeechRecognition library that makes adding voice commands to your site super-easy. Let your users control your site with their voice.
Tags: #webdev
Saved on: 2014-06-21

How do I validate form data in Symfony 2?

Danny Sipos demonstrates two approaches to dealing with forms in Symfony: pure HTML, and entity based.
Saved on: 2014-06-17

PhpStorm Resources

Find tutorials, tips, and other hands-on learning resources to get started with PhpStorm.
Saved on: 2014-06-16

kubernetes/kubernetes: Production-Grade Container Scheduling and Management

Production-Grade Container Scheduling and Management - kubernetes/kubernetes
Saved on: 2014-06-10

moby/swarmkit: A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more.

A toolkit for orchestrating distributed systems at any scale. It includes primitives for node discovery, raft-based consensus, task scheduling and more. - moby/swarmkit
Tags: #webdev
Saved on: 2014-06-10

Learn SQL the Hard Way

Tags: #webdev
Saved on: 2014-06-01

Hide your header on scroll - Headroom.js

Headroom.js is a lightweight, pure JS widget for hiding elements until needed. Give your pages some headroom
Saved on: 2014-05-28

Lazy Loading Asyncronous Javascript - Friendly Bit

Update: This is no longer the best way to load scripts. Use a script tag with async and defer set instead. Like many of you might know, I'm working on a...
Saved on: 2014-05-20

Script-injected

Script-injected scripts block on CSS and delay script execution. Their era has passed, and we now have a much better, cleaner, and faster solution: add an async attribute to your script tags.
Saved on: 2014-05-20

uncss: Find Unused CSS

The uncss utility allows developers to find unused CSS in webpages.
Tags: #css #webdev
Saved on: 2014-05-20

RxDB - JavaScript Database | RxDB - JavaScript Database

RxDB is a fast, local-first NoSQL-database for JavaScript Applications like Websites, hybrid Apps, Electron-Apps, Progressive Web Apps and Node.js
Saved on: 2014-05-20

This is tereško's answer from http://stackoverflow.com/a/16356866

This is tereško's answer from http://stackoverflow.com/a/16356866 - a.16356866.md
Tags: #php #webdev
Saved on: 2014-05-18

Home

Saved on: 2014-05-17

Netflix TechBlog

Learn about Netflix’s world class engineering efforts, company culture, product developments and more.
Saved on: 2014-05-16

Removing User Interface Complexity, or Why React is Awesome

I've been studying frameworks and libraries like Ember, Angular, and React the past several months, and given Web Components a lot of thought. I found React to be the most enlightening, and I'll explain why.
Saved on: 2014-05-14

Google Street View Hyperlapse

5.0 ⭐⭐⭐⭐⭐ (69) · Hyperlapse photography is a technique that involves capturing a series of photographs over large distances and then combining them into a
Saved on: 2014-05-09

PHP Domain Models, DAO, and how to implement

As I asked a question about singular/plural model naming conventions yesterday, I encountered the concept of a Domain Model. As I understand it so far, a Domain Model is simply an object which repr...
Saved on: 2014-05-09

Hybrid sweet spot: Native navigation, web content

When we launched the iPhone version of Basecamp in February of last year, it was after many rounds of experimentation on the architectural direction. The default route suggested by most when we got started back in early/mid-2012 was simple enough: Everything Be Native! This was a sensible recomm…
Tags: #webdev
Saved on: 2014-05-09

Quill - Your powerful rich text editor

Quill is a free, open source rich text editor built for the modern web.
Saved on: 2014-05-09

The Case for React.js and ClojureScript

A comparison of MVC web frameworks with React.js and ClojureScript circa 2014.
Saved on: 2014-05-06

Jeet Grid System | Smart CSS preprocessor grids

CSS preprocessor grid built with fractions and ratios to make columns flexible and your workflow fast.
Saved on: 2014-05-06

An analysis of Facebook photo caching

Visit the post for more.
Saved on: 2014-05-04

JSON Generator – Tool for generating random data

Generate any random data you want with power of agile templates and save it to our servers for later use.
Tags: #webdev
Saved on: 2014-05-03

THE ILLUSION OF LIFE

The 12 basic principles of animation were developed by the 'old men' of Walt Disney Studios, amongst...
Saved on: 2014-05-03

The Book (current) - Symfony

Symfony documentation includes articles, tutorials and books to learn about the Symfony PHP framework and its packages.
Saved on: 2014-04-30

MyCLabsACL

Saved on: 2014-04-30

Introducing the new PHP on Heroku

PHP developers are makers at heart. The core strength of PHP has always been in creating a tight feedback cycle between developers and their audiences. That strength is the reason why PHP powers so many of the world’s biggest and best web properties such as Facebook and Etsy. But as developers of those and similar apps know, PHP hasn’t always enjoyed some of the runtime, management or infrastructure elements its peer communities like Ruby on Rails, Python with Django, and Node have had for some time. As one of the web’s largest PHP shops, Facebook has been an advocate and…
Saved on: 2014-04-29

Google Cloud DNS - Google Cloud DNS — Google Developers

Make your applications and services available to your users with reliable, resilient, low-latency DNS serving from Google’s worldwide network.
Saved on: 2014-04-29

Doctrine 2 ORM Tutorial

Saved on: 2014-04-27

Go: Best Practices for Production Environments

Best practices for writing Go code, from the halcyon days of its youth.
Saved on: 2014-04-27

Arnaud BRETON : PHP continuous testing with GruntJS and PHPUnit

A protip by arnaudbreton about php, grunt, javascript, and phpunit.
Tags: #php #webdev
Saved on: 2014-04-25

Theresa's Sound World

A way of processing audio, music and generating sound using JavaScript
Saved on: 2014-04-24

Building a Website To Scale (youporn.com)

Комплексное SEO продвижение сайта в Москве и регионах. Предлагаем заказать раскрутку сайта в Яндекс и Google, увеличить продажи бизнеса. Скидка 50% только в июне. 🏆Лидер рынка с 20 летним опытом, низкие цены
Tags: #php #webdev
Saved on: 2014-04-24

Amazon Web Services Blog: AWS Elastic Beanstalk for Docker

AWS Elastic Beanstalk makes it easy for you to deploy and manage applications in the AWS cloud. After you upload your application, Elastic Beanstalk will provision, monitor, and scale capacity (Amazon EC2 instances), while also load balancing incoming requests across all of the healthy instances. Docker automates the deployment of applications in the form of […]
Saved on: 2014-04-24
❤️
</>
2025