magnASCII.io Simone Magnaschi
Senior Full Stack Web Dev

Laracon 2017 – A Recap (And Links Galore) – Koomai – Medium

I attended my first Laracon in person and I have to say I really enjoyed the experience — maybe more than I expected to. It was well organised and the talks were diverse, informative and actionable…
Saved on: 2017-07-28

GitHub - zeeshanu/learn-regex: Learn regex the easy way

Learn regex the easy way
Tags: #programming
Saved on: 2017-07-25

Handling Incoming Webhooks in PHP | LornaJane

An increasing number of applications now offer webhooks as an integration, often in addition to an API. The classic example, familiar to most developers, is the GitHub webhooks which can notify your other systems such as CI tooling that a new commit has been added to a branch. If you imagine how m
Tags: #php
Saved on: 2017-07-25

W879 x

Tags: #programming
Saved on: 2017-07-24

Your best dev stack : r/PHP

Tags: #php
Saved on: 2017-07-22

Building a fully featured burner phone with Kotlin

In this article we will look at how to build a fully featured "burner phone" using Kotlin and Twilio that we will then deploy to Heroku.
Saved on: 2017-07-19

HTTP: HTTP/2 - High Performance Browser Networking (O'Reilly)

What every web developer must know about mobile networks, protocols, and APIs provided by browser to deliver the best user experience.
Tags: #http2
Saved on: 2017-07-17

WTF is Ethereum?

WTF is Ethereum? - WTF is Ethereum?
Saved on: 2017-07-08

API Conf 2017 | Video.HTML.it

Tags: #video
Saved on: 2017-07-06

Universal JS Day 2017 on Vimeo

Join the web’s most supportive community of creators and get high-quality tools for hosting, sharing, and streaming videos in gorgeous HD with no ads.
Tags: #video
Saved on: 2017-07-04

Cheat to Win: Learn React with Copywork

Tired of making TODO apps over and over? Try this instead.
Saved on: 2017-06-27

San Francisco Is Burning | GQ

A series of strange and unsettling fires in the Mission District have people wondering what the hell is going on. Jon Ronson investigates the mystery.
Tags: #read-later
Saved on: 2017-06-23

Progressive Feature Rollout

The document outlines strategies for the progressive rollout of new features, emphasizing the roles of product owners, software engineers, and users in the development process. It discusses the importance of A/B testing, feature toggling, and metrics tracking using tools like Google Analytics and backend systems to assess user engagement and feature effectiveness. Key takeaways include the need for robust statistical evaluation and proper planning during feature deployment to minimize risks and enhance user experience.
Saved on: 2017-06-22

expenses/README.md at master · jakubgarfield/expenses

💰Expense tracker using Google Sheets 📉 as a storage written in React - jakubgarfield/expenses
Saved on: 2017-06-21

Learning Vue - CSS-Tricks

Saved on: 2017-06-20

Break Down the Walls :: How the Youth Crew Aesthetic & Ethos Disrupted Punk

As enjoyable as it is to debate the origin of things, especially those that are largely undocumented, let’s set a baseline that Youth of Today were a pion
Saved on: 2017-06-14

Why are software development task estimations regularly off by a factor of 2-3?

Michael Wolfe's answer: Let's take a hike on the coast from San Francisco to Los Angeles to visit our friends in Newport Beach. I'll whip out my map and draw our route down the coast: The line is about 400 miles long; we can walk 4 miles per hour for 10 hours per day, so we'll be there in 10 da...
Saved on: 2017-06-14

Remembering the Murder You Didn’t Commit

Rachel Aviv writes about convicted murderers who have been exonerated by DNA evidence but still remember crimes they didn’t commit.
Tags: #read-later
Saved on: 2017-06-13

Stitcher 1.0

Create loop-able, array-like collections in PHP with type checking.
Saved on: 2017-06-12

redux-saga | Formidable

Saved on: 2017-06-09

T-E-L-E-P-O-R-T.ME

TELEPORT ME ANYWHERE, NOW !
Saved on: 2017-06-08

Capsule

Saved on: 2017-06-08

Web Fundamentals | Web | Google Developers

Guidance to build modern web experiences that work in every browser.
Tags: #webdev
Saved on: 2017-06-06

Practical Deep Learning for Coders - Practical Deep Learning

A free course designed for people with some coding experience, who want to learn how to apply deep learning and machine learning to practical problems.
Saved on: 2017-06-05

The Magic of Moana's Ocean

Disney’s engineers used special software to make a magical, authentic body of water.
Tags: #read-later
Saved on: 2017-06-02

How to Use Laravel Mix in Non-Laravel Projects — SitePoint

Is it possible to use Laravel Mix - the "Webpack simplifier" - in non-Laravel projects? Let's find out! Join Lasse Rafn on this explanatory journey!
Saved on: 2017-05-24

Rebuilding Slack’s Emoji Picker in React – Several People Are Coding

Slack is transitioning its web client to React. When Slack was first built, our frontend consisted of established technologies like jQuery and Handlebars. Since then, the community has developed better ways to create scalable, data-driven interfaces. jQuery’s “render and modify” approach is straightforward, but it’s prone to falling out of sync with the underlying model.…
Saved on: 2017-05-24

An open-source web platform for the new President of France (Symfony Blog)

The web platform running the winning campaign of the next President of France, Emmanuel Macron, is made with Symfony and is open source.
Tags: #learning #php
Saved on: 2017-05-19

Building HandsUp: an OS real-time voting App using GraphQL and React

In this article, we will look at all the steps that were involved to build an Open Source real-time voting App using GraphQL and React. This App will allow attendees of an event to ask questions
Saved on: 2017-05-17

Rearchitecting Airbnb’s Frontend – Airbnb Engineering & Data Science – Medi

Overview: We recently rethought the architecture for the JavaScript side of our codebase at Airbnb. This post will look at (1) the product drivers that precipitated the changes, (2) the steps we took…
Saved on: 2017-05-16

Yarn Create & Yarn 1.0 | Yarn Blog

Last year was a great time for Javascript newcomers! A lot of starter-kit projects were published, refined, and some of them eventually went on to offer comm...
Tags: #javascript
Saved on: 2017-05-16

Faster Sites: Beyond PageSpeed Insights - Moz

PageSpeed Insights can be useful, but a perfect score doesn’t guarantee a fast site. There are smarter ways to assess and improve site speed.
Saved on: 2017-05-15

learn-anything/readme.md at main · learn-anything/learn-anything

Make interlinked notes in private (E2E encrypted), share parts of it to global network of topics with deep AI integration - learn-anything/learn-anything
Saved on: 2017-05-11

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.
Tags: #api #webdev
Saved on: 2017-05-10

Build Yourself a Redux - The Zapier Engineering Blog - Zapier

Redux is a simple library that helps you manage the state of your JavaScript app. Despite that simplicity, it's easy to fall down rabbit holes when learning it. I often find myself explaining Redux, and almost always start by showing how I'd implement it. So that's what we'll do here:...
Saved on: 2017-05-05

Search Engine Land's Guide To SEO

Get started learning the basics of search engine optimization – how SEO works, why it's important, the different types of SEO and much more.
Saved on: 2017-05-05

Things nobody will tell you about React.js

Please do a mental experiment with me, imagine yourself back to 10 years ago, stop reading for 5 seconds and take a breath. Imagine then to meet a dev from the future telling you that in 10 years…
Saved on: 2017-05-04

Polish Artist Illustrates His Fight Against Depression In Mysterious Dark P

Depression is not easy thing to deal with, but sometimes you can take your weakness and turn it into something beautiful.
Saved on: 2017-05-02

clean-code-javascript/README.md at master · ryanmcdermott/clean-code-javascript

Clean Code concepts adapted for JavaScript
Saved on: 2017-05-02

(2) SOLIDay 2015 - Mathias Verraes - Identity #4 - YouTube

Mathias Verraes - Identity SOLIDay 2015 - Conference about software architecture, best programming practices and design patterns.http://soliday.phpsrbija.rs/...
Saved on: 2017-04-28

Haters gonna hate: 7 ways to deal with criticism | Opensource.com

When you share your work there will be criticism. Learn how to handle the haters in a way that fits your personal needs, the community norms, and the specifics of the situation.
Saved on: 2017-04-27

My giant JavaScript Basics course is now live on YouTube. And it’s 100% fre

My JavaScript Basics course is now live on freeCodeCamp’s YouTube channel. The great thing about this course is that it also aligns with the Basic JavaScript Challenges on the freeCodeCamp curriculum. You can practice what you're learning through the...
Saved on: 2017-04-26

Evidence-based advice on how to be successful in any job - 80,000 Hours

Much advice on how to be successful is wrong, or useless cliches. Here we cover the best advice we've found in the last 10 years that's backed by evidence.
Saved on: 2017-04-26

The Guardian pulls out of Facebook’s Instant Articles and Apple News

"Our primary objective is to bring audiences to the trusted environment of the Guardian to support building deeper relationships."
Saved on: 2017-04-24

Leadership Principles

We use our Leadership Principles every day, whether we’re discussing ideas for new projects or deciding on the best way to solve a problem. It’s just one of the things that makes Amazon peculiar.
Saved on: 2017-04-24

Dev.Opera — Responsive Images: Use Cases and Documented Code Snippets to Ge

The latest news about Opera web browsers, tech trends, internet tips.
Tags: #css #webdev
Saved on: 2017-04-21

Mcdonald's Real Estate: How They Really Make Their Money -

McDonald’s is one of the biggest real estate companies in the world. It owns $28.4 billion worth of land and buildings (before depreciation).
Tags: #economy
Saved on: 2017-04-21

New- Introducing AWS CodeStar – Quickly Develop, Build, and Deploy Applications on AWS | Amazon Web Services

It wasn’t too long ago that I was on a development team working toward completing a software project by a release deadline and facing the challenges most software teams face today in developing applications. Challenges such as new project environment setup, team member collaboration, and the day-to-day task of keeping track of the moving pieces […]
Tags: #aws #devops
Saved on: 2017-04-19

Zappa/README.md at master · Miserlou/Zappa

Serverless Python
Saved on: 2017-04-19

react-redux-links/README.md at master · markerikson/react-redux-links

Curated tutorial and resource links I've collected on React, Redux, ES6, and more - markerikson/react-redux-links
Tags: #react-js
Saved on: 2017-04-19

Twitter Lite and High Performance React Progressive Web Apps at Scale

Creating a fast web application involves many cycles of measuring where time is wasted, understanding why it’s happening, and applying potential solutions. Unfortunately, there’s never just one quick…
Saved on: 2017-04-18

Field of Vision - The Moderators

In an office in India, a cadre of Internet moderators ensures that social media sites are not taken over by bots, scammers, and pornographers. The Moderators shows…
Tags: #video
Saved on: 2017-04-18

A Vue.js introduction for people who know just enough jQuery to get by

By Matt Rothenberg I’ve had a love-hate relationship with JavaScript for years. I got to know the language by way of the design and development community’s favorite whipping boy, jQuery. You see, at the time I began learning JavaScript, as a “Designe...
Saved on: 2017-04-15

WP Detective - Find out what theme and plugins a site is using

Have you ever wondered what Theme and Plugins a WordPress site is using? Our free tool allows you to find out all the details!
Saved on: 2017-04-15

Musical User Interfaces

Design. Programming. Music. Teaching.
Tags: #music
Saved on: 2017-04-15

High Scalability

Building bigger, faster, more reliable websites.
Saved on: 2017-04-14

How We Built r/Place - Upvoted

Brian Simpson, Matt Lee, & Daniel Ellis (u/bsimpson, u/madlee, & u/daniel) Each year for April Fools’, rather than a prank, we like to create a project tha
Saved on: 2017-04-14

Ghost Inspector

Catch bugs before they cost you with Ghost Inspector's automated browser testing. No coding required. Free 14 Day Trial.
Saved on: 2017-04-13

HTTP/2 is not future. It’s present. | Blog Eleven Labs

Remember, in `may 1996`, the very first HTTP protocol version (HTTP/1.0) was born.
Tags: #http2 #server
Saved on: 2017-04-12

A Comprehensive Guide To HTTP/2 Server Push — Smashing Magazine

In this article, Jeremy Wagner will teach you everything about server push, from how it works to the problems it solves. Server push allows you to send site assets to the user before they’ve even asked for them. It’s an elegant way to achieve the performance benefits of HTTP/1 optimization practices such as inlining, but without the drawbacks that come with that practice. Jeremy will also show you how to use it, how to tell if it’s working, and its impact on performance. Let’s begin!
Tags: #http2 #server
Saved on: 2017-04-11

Is isolated testing dead? - BrandonSavage.net

Recently there’s been a great deal of discussion as to the merits of isolated testing versus integration and acceptance testing. Some proponents argue that integration testing far outweighs the value of isolated testing. While this is a perfectly valid position, I feel oversimplifies the complexity of testing in the same way that the “isolated testing […]
Tags: #php #tdd
Saved on: 2017-04-07

André Staltz - An off-grid social network

Open Source Freelancer
Saved on: 2017-04-06

EmberConf 2017: State of the Union

Ember.js (or should we say Amber.js) turned five years old last December. In some ways, five years is a short amount of time. But when measured in web framework years, it...
Saved on: 2017-04-06

Better Git configuration

I like Git. I use it all the time. As I sometimes do, I recently took some time to really dig in, read through documentation, and review my global Git configuration. Welcome to my fourth stack...
Tags: #git
Saved on: 2017-04-06

Grid Garden

A game for learning CSS grid layout
Tags: #css #css-grid
Saved on: 2017-04-05

robotopia/README.md at master · robotopia-x/robotopia

:robot: Introducing kids to coding with tiny virtual robots! - robotopia-x/robotopia
Saved on: 2017-04-05

Preparing for a Technical Interview: Algorithms, Data Structures, and Compu

Basic algorithms, data structures, and computer science topics to prepare you for a technical interview at a software development company. Refresh your knowledge using JavaScript.
Tags: #programming
Saved on: 2017-04-04
❤️
</>
2025