magnASCII.io Simone Magnaschi
Senior Full Stack Web Dev

Kubernetes for Full-Stack Developers, a self-guided course. | DigitalOcean

Follow along with one of our 8,000+ development and sysadmin tutorials.
Saved on: 2019-11-14

PHP static code analysis – keep your code under control

Keeping code clean is not easy. That’s why in this article, I present some useful tools which can help you with PHP static code analysis. Learn more.
Tags: #php
Saved on: 2019-11-13

The Google Squeeze

Google, the real Aggregator, is squeezing OTAs, which acted like Aggregators while depending on Google for demand. It’s easy to say Google is being unfair, but this may be better for consumer…
Tags: #business
Saved on: 2019-11-13

Developers mentoring other developers: practices I've seen work well

How does mentoring work? I asked this question ten years into my software engineering career when I joined Uber. Until then, I've never received or done mentoring, or at least never put this label on any activity I've done before. Uber, however, had an official mentoring program. Almost every engineer I met had a mentor. Mentorship is an expectation for senior and above engineers, it being listed in our engineering competencies. Since working here, I've been mentored, been a mentor, and have ob
Saved on: 2019-11-12

Keep your source code SIMPLE - Kevin Goslar - Medium

As software developers we are fortunate to have many useful best practices for productive and fun coding like the SOLID principles, GRASP patterns, or STUPID anti-patterns. These principles are…
Saved on: 2019-11-10

Paged js

Tags: #css
Saved on: 2019-11-10

CSS Utility Classes and "Separation of Concerns"

Over the last several years, the way I write CSS has transitioned from a "semantic" approach to something more like what people call "functional CSS." In this post I explain how I got to this point and share some of the lessons and insights I've picked up along the way.
Saved on: 2019-11-07

Tailwind Builder

Create beautiful Tailwind templates in minutes
Saved on: 2019-11-04

Posts by categories | Philippe Bourgau’s Blog

Let’s Refactor Code and Orgs to a Sustainable Pace! This blog features stories, best practices, and guides to help all technical agile coaches, whether veteran or aspiring, to set the world of software to a sustainable pace.
Saved on: 2019-10-31

Developers: Get Ready for New SameSite=None; Secure Cookie Settings

UPDATE (10/28/2019): We've revised the 2nd and 3rd bullet points in the section "How to Prepare; Known Complexities" below. In May, Chrome ...
Saved on: 2019-10-24

PHP: Patterns and Principles

An upcoming book by Brent Roose
Saved on: 2019-10-21

Index

Tags: #music
Saved on: 2019-10-20

ITCSS: Scalable and Maintainable CSS Architecture - Xfive

ITCSS is an answer to the question: How do I make my CSS scalable and maintainable? It’s a concern for every front-end developer.
Tags: #css
Saved on: 2019-10-18

Custom error rendering in Slim 4 – Rob Allen's DevNotes

An article by Rob Allen
Saved on: 2019-10-17

Object Oriented PHP for beginners

Object oriented PHP tutorials. This playlist covers Object-Oriented PHP in details. Starting with very basics: Creating classes and objects. ending with much...
Tags: #php #video
Saved on: 2019-10-17

Designing accessible color systems

How we designed a color system with hand-picked, vibrant colors that also met standards for accessibility and contrast.
Saved on: 2019-10-17

Lessons learned scaling PostgreSQL database to 1.2bn records/month

This isn’t my first rodeo with large datasets. The authentication and product management database that I have designed for the largest UK public Wi-Fi provider had impressive volumes too. We were…
Saved on: 2019-10-16

Embracing simplicity in your code - Marcel Pociot's blog about Laravel, PHP

Before I start going into any details in this blog post, I want us to have the same definition of the meaning of "simplicity" and "simple" that I am referring to in this article. I have created many online video courses over the last couple of years, have given on-site trainings…
Tags: #programming
Saved on: 2019-10-11

Decouple Vue.js components from the Vuex Store - Markus Oberlehner

Learn how to decouple Vue.js components from the Vuex store by using a provider abstraction.
Saved on: 2019-10-10

The Obvious UI is Often the Best UI - Google Design - Medium

Voltaire said, “le sens commun est fort rare”—common sense is very rare. Perhaps to realize that a certain decision is common sense, one has to have enough life experience to know the right path to…
Saved on: 2019-10-10

9 Projects you can do to become a Frontend Master

Introduction Whatever you do, it's always beneficial to have the right tools at your dispo...
Saved on: 2019-10-09

Git examples

Tags: #git
Saved on: 2019-10-08

Editorial Design Patterns With CSS Grid And Named Columns — Smashing Magazine

By naming lines when setting up our CSS Grid layouts, we can tap into some interesting and useful features of Grid — features that become even more powerful when we introduce subgrids. In this article, Rachel Andrew is going to demonstrate an approach to this kind of editorial design, which builds on a few techniques. In addition to this being a nice way to name sections of your layout, this technique exposes a whole bunch of interesting things about Grid Layout which you may find useful in creating your own layout patterns.
Tags: #css #css-grid
Saved on: 2019-10-06

A github CI workflow tailored to modern PHP applications (Laravel, Symfony, …)

Last year we wrote a blogpost about our setup we use for Oh Dear! with Gitlab, and how we use their pipelines for running our CI tests.
Tags: #php
Saved on: 2019-10-06

Hover States / The home of alternative digital design

The home of alternative design, code and content on the world wide web.
Tags: #webdesign
Saved on: 2019-10-03

Managing Flow and Rhythm with CSS Custom Properties ◆ 24 ways

Andy Bell rings out a call for a more flexible method of achieving consistent vertical rhythm across components within a page. Using a technique of CSS custom properties to establish spacing inherited through the cascade, you can make sure your choir are all singing from the same song sheet.
Saved on: 2019-10-02

Tasks

Tags: #startup
Saved on: 2019-10-01

🤯 HEAD - A simple guide to HTML elements

A simple guide to HTML elements
Tags: #webdev
Saved on: 2019-10-01

Strategies for Long Projects - Ben Brostoff

I’m in the middle of three multi-month to a year projects right now: Writing a book Running a marathon Building a ...
Saved on: 2019-09-30

Dependency Injection in Vue.js with Functional Component Factories - Markus

Learn how to conveniently inject dependencies into Vue.js components via props and a functional wrapper component.
Tags: #vuejs
Saved on: 2019-09-30

Article Series - .NET Core 3

In this series, we explore the benefits of .NET Core and how it can help not only .NET developers, but all technologists who need to bring robust, performant and economical solutions to market.
Saved on: 2019-09-24

Menus with "Dynamic Hit Areas" | CSS-Tricks

Flyout menus! The second you need to implement a menu that uses a hover event to display more menu items, you're in tricky territory. For one, they should
Tags: #css #ux #webdev
Saved on: 2019-09-24

Static First: Pre-Generated JAMstack Sites with Serverless Rendering as a F

You might be seeing the term JAMstack popping up more and more frequently. I’ve been a fan of it as an approach for some time.
Tags: #jam-stack
Saved on: 2019-09-24

Data Provider component in Vue.js

Use scoped slots to create a data provider in Vue.js
Tags: #vuejs
Saved on: 2019-09-24

kubephp/README.md at main · sherifabdlnaby/kubephp

🐳 Production Grade, Rootless, and Optimized PHP Container Image Template for Cloud-Native Deployments and Kubernetes. - sherifabdlnaby/kubephp
Saved on: 2019-09-24

nahid/presento: Presento - Transformer & Presenter Package for PHP

Presento - Transformer & Presenter Package for PHP - nahid/presento
Saved on: 2019-09-22

Best of Hacker News Shown HN of All The Time: 2008 - 2025

This up votes itself, I made an open-source laptop from scratch, If YouTube had actual channels, A retro video game console I've been working on in my free time, Redbean – Single-file distributable web server, Non.io, a Reddit-like platform Ive been working on for the last 4 years, I may have created a new type of puzzle, I 3D scanned the interior of the Great Pyramid at Giza, Web Design in 4 minutes, I made a site where you practice typing by retyping entire novels, I got laid off from Meta and created a minor hit on Steam, Airmash – Multiplayer Missile Warfare HTML5 Game, Beeper Mini – iMessage client for Android, Can’t afford Bloomberg Terminal? No prob, I built the next best thing, GPT-4-powered web searches for developers, I built a Rotten Tomatoes-style platform for durable products, Meteor, a realtime JavaScript framework, Obsidian Canvas – An infinite space for your ideas, 40k HN comments mentioning books, extracted using deep learning, I'm building an open-source Amazon, Show HN, Portable Secret – How I store my secrets and communicate privately, Tetris in a PDF, Bel, 3 years and 1M users later, I just open-sourced my "Internet OS", Sorting Two Metric Tons of Lego, Looptap – A minimal game to waste your time, SHA-256 explained step-by-step visually, Wave function collapse algorithm, Imba – I have spent 7 years creating a programming language for the web, Spot the Drowning Child, Make your site’s pages instant in one minute, I built an app to stop me doomscrolling by touching grass, Lofi.cafe, Privacy-focused, ad-free, non-tracking torrent search engine, We built an end-to-end encrypted alternative to Google Photos, Six Degrees of Wikipedia, Make a programmable mirror, Alacritty, a GPU-accelerated terminal emulator written in Rust, Boring Report, a news app that uses AI to desensationalize the news, A friend and I spent 6 years making a simulation game, finally released, I created an After Effects alternative, Trading cards made with e-ink displays, InstantDB – A Modern Firebase, I made a web game called Almost Pong, Clippy – 90s UI for local LLMs, I built another house optimized for LAN parties, A visual guide to the most popular CSS properties, I wrote my own RTS game engine in C, Get Paid to Build Your Next Side Project, New AI edits images based on text instructions, Monica, an open-source CRM to manage friends and family, Open Hunt – an open and community-run alternative to Product Hunt, Obsidian – A knowledge base that works on local Markdown files, RoughJS – Create hand-drawn graphics using JavaScript, I taught my little brother JS, and he made this videogame in a week, My wife is pregnant; naturally I made a baby-name app to prepare, I'm 12, learning JS, and wrote Wolfram's cellular automaton in Node, Web browser to help programmers think clearly, Markov chains explained visually, Heynote – A dedicated scratchpad for developers, I made a puzzle game that gently introduces my favorite math mysteries, SHA-256 Animation, OneBody Church Directory software I've been hacking on for 7 years, htmz – a low power tool for HTML, I got hacked, felt paranoid, made an app – GlassWire, Generating fantasy maps – an interactive exploration, Workout.lol – a web app to easily create a workout routine, I'm 48 and finally learning how to be a game developer, I built a hardware processor that runs Python, I made a modern web UI for Wikipedia, A basketball hoop to maximize shots that go in [video], I made a privacy-first minimalist Google Analytics, Browsh – A modern, text-based browser, I made a website to find best bus seat to avoid the sun while traveling, Beeper – All Your Chats in One App, This Word Does Not Exist, XKCD-inspired StackSort, EdgeDB 1.0, Warp, a Rust-based terminal, I made an alternative platform for professional profiles, Hacker News user blogroll, Sublime Merge – A Git client from the makers of Sublime Text, Unsure Calculator – back-of-a-napkin probabilistic calculator, iFixit created a new USB-C, repairable soldering system, Wealthfolio: Private, open-source investment tracker, I built an AI that turns GitHub codebases into easy tutorials, I wrote a book about Go, Markwhen: Markdown for Timelines, Your Social Media Fingerprint maybe NSFW, Primitive Pictures, A web debugger an ex-Cloudflare team has been working on for 4 years, I made a new sensor out of 3D printer filament for my PhD, Lorem Picsum – Lorem Ipsum but for photos, Long Range E-Bike, I built an After Effects for dummies, My embarrassing personal website from the 90s, iPod.js – An online iPod that connects to Spotify and Apple Music, I wrote a free eBook about many lesser-known/secret database tricks, Hacker News Classics
Saved on: 2019-09-22

ColorBox

Create amazing color sets superfast.
Saved on: 2019-09-20

Using layered box-shadows to create smoother & sharper shadows | Tobias Ahl

With a simple CSS trick, we can get fine-tuned control over how shadows are rendered, and create richer and more realistic 3D effects
Tags: #css
Saved on: 2019-09-20

https://dashblock.com/

Tags: #tools
Saved on: 2019-09-19

Writing Good Unit Tests: A Step By Step Tutorial - DEV Community ?‍??‍?

This is a tutorial to help you write comprehensive unit test suites.
Tags: #tdd
Saved on: 2019-09-18

(36) ServerlessDays Milano 2019 - YouTube

Share your videos with friends, family, and the world
Saved on: 2019-09-18

Software Architecture is Overrated, Clear and Simple Design is Underrated

I had my fair share in designing and building large systems. I've taken part in rewriting Uber's distributed payment systems [https://blog.pragmaticengineer.com/distributed-architecture-concepts-i-have-learned-while-building-payments-systems/] , designing and shipping Skype on Xbox One and open-sourcing RIBs [https://github.com/uber/RIBs], Uber's mobile architecture framework. All of these systems had thorough designs, going through multiple iterations and had lots of whiteboarding and discussio
Saved on: 2019-09-18

Composing Components in Vue.js - Damian Dulisz

Component Composition can be understood in two ways. Usually people think about composing a component using mixins (and soon composition functions thanks to the upcoming Composition API). However, what I would like to talk about is composition where we connect several components together to form a new one that combines the functionalities of the smaller components. But let’s start from the beginning – the why.
Tags: #vuejs
Saved on: 2019-09-17

The boring technology behind a one-person Internet company

The tech stack of Listen Notes, the best podcast search engine and database.
Saved on: 2019-09-17

Get started | Learning Music

Explore the fundamentals of music via Ableton's interactive website. Experiment with beats, melody, harmony, basslines, and song structure in your web browser.
Tags: #music
Saved on: 2019-09-16

Vue File Agent

Full featured drag & drop enabled Vue file upload component with previews and upload progress - safrazik/vue-file-agent
Saved on: 2019-09-13

Two Browsers Walked Into a Scrollbar | Filament Group, Inc.

Read this page on the Filament Group website
Tags: #css
Saved on: 2019-09-12

HugoMatilla/The-Pragmatic-Programmer: Summary of the book The Pragmatic Pro

Summary of the book The Pragmatic Programmer by Andrew Hunt and David Thomas - HugoMatilla/The-Pragmatic-Programmer
Saved on: 2019-09-10

CSRF is (really) dead

A little while back I wrote a blog post about how "CSRF is dead". It focused on SameSite cookies, a powerful yet simple feature to protect your website against CSRF attacks. As powerful as it was, and as much as it will kill CSRF, you had to enable it on your site, and that was the problem. Now, we're solving that problem. -------------------------------------------------------------------------------- SameSite Cookies To understand the problem of CSRF and the solution that SameSite Cookie
Tags: #security
Saved on: 2019-09-07

TDD and the Terminator - An introduction to Test Driven Development - Webin

The recording of our August 20 webinar, TDD and the Terminator - An introduction to Test Driven Development, with Layla Porter, is now available. Subscribe to our community newsletter to receive notif
Saved on: 2019-09-06

JSFoo: VueDay 2019

Share your videos with friends, family, and the world
Tags: #talks #vuejs
Saved on: 2019-09-05

Accessing localhost on Mac from Windows VM Virtualbox

If editing hosts.conf does not work, try visiting your gateway IP with appropriate port where your web server is running on your Mac. In my case http://10.0.2.2:9080 is equivalent to…
Tags: #tips
Saved on: 2019-09-04

Designing very large (JavaScript) applications - Malte Ubl - Medium

This is a mildly edited transcript of my JSConf Australia talk. Watch the whole talk on YouTube. A sequel to this post is available over here. Hello, I used to build very large JavaScript…
Saved on: 2019-09-04

Account Suspended

Tags: #webdev
Saved on: 2019-09-02

Modern applications at AWS - All Things Distributed

20 years ago Amazon went through a major transformation. Here’s what we learned about building modern applications along the way.
Saved on: 2019-08-29

Warra Blog

Saved on: 2019-08-29

Easy peasy RabbitMQ squeezy - Syed Sirajul Islam Anik - Medium

Back in mid-2018, I had to learn the RabbitMQ. I was trying to understand how it works. Failed miserably. This thing happens too often for me. There are several things I wanted to learn. JS…
Saved on: 2019-08-28

React

Saved on: 2019-08-27

Flexbox: How Big Is That Flexible Box? — Smashing Magazine

In the last two articles, we have looked at what happens when we create a flex container, and also taken a look at alignment. This time we explore the often confusing issue of sizing in Flexbox. How does Flexbox decide how big things should be? In this article, Rachel Andrew will explain some of the finer points of how Flexbox works out how big the flex items are. It can seem a little academic, however, taking some time to understand the way this works can save you huge amounts of time when using Flexbox in your layouts. If you and your design don’t agree with what Flexbox thinks is best then you can take control back by setting your own flex-basis.
Tags: #css
Saved on: 2019-08-27

Things I Learnt from a Senior Software Engineer

I sat next to a senior software engineer for a year. Here’s what I learnt.
Tags: #programming
Saved on: 2019-08-25

amp-script: AMP ❤️ JS – The AMP Blog

Earlier this year at AMP Conf, we introduced the developer preview of . Now we are announcing the general availability of . It’s an AMP component that runs…
Tags: #amp-project
Saved on: 2019-08-22

A first look at Slim 4 – Rob Allen's DevNotes

An article by Rob Allen
Saved on: 2019-08-21

Deploying to Netlify is easier than easy - patterson.agency - Medium

It’s quite interesting but I had no interest in trying out Netlify. I had just written my talk on Nuxt.js and my aim (which I did) was to show everyone how easy it was in Nuxt to deploy a static site…
Saved on: 2019-08-20

The Story of NuxtPress

Tags: #nuxtjs #vuejs
Saved on: 2019-08-20

Every productivity thought I've ever had, as concisely as possible - Alexey

See discussion on Hacker News (a) (610 points, 156 comments) I combed through several years of my private notes and through everything I published on productivity before and tried to summarize all of it in this post. If you’re unproductive right now Here’s what you should do if you’ve been procrastinating for an entire day: Accept that you won’t do anything today and try not to get angry at yourself Set the alarm for the time you will be preparing to go to bed today No, …
Saved on: 2019-08-19

4 Rules for Intuitive UX

Obey the Law of Locality · ABD: Anything But Dropdowns · Pass the Squint Test · Teach by example
Tags: #ux #webdesign
Saved on: 2019-08-19

How to load dynamic images in Vue and Nuxt with ease | blog.Lichter.io

With the release of Vue 3, a lot of things became easier. Unfortunately, loading dynamic assets such as images is not one of them. In the following article, I want to demystify the process of dynamic asset loading in Vue 3 or Nuxt 3 and explain why static assets can be loaded easily...
Saved on: 2019-08-19

Where Did 'Jazz,' the Word, Come From? Follow a Trail of Clues, in Deep Dive with Lewis Porter

When it comes to the origin of the word “jazz,” it seems that each person simply believes what she or he wants to.Some would like the word to come from…
Tags: #culture
Saved on: 2019-08-15

No Code List

Saved on: 2019-08-14

CSS Cheat Sheets! - DEV Community ?‍??‍?

We all know that Peter Griffin Family Guy gif of him unable to work some blinds. This gif is always a...
Saved on: 2019-08-14

3 Kinds of Good Tech Debt

What if tech debt wasn’t always an accident, caused by incorrect assumptions and unexpected circumstances? How would you spend a tech debt mortgage?
Saved on: 2019-08-13

Divjoy

The React codebase generator.
Saved on: 2019-08-13

From LAMP to serverless: case study of externals.io | Matthieu Napoli

This article is part of a series of case studies of serverless PHP applications built with Bref on AWS Lambda. You can read more of those case studies here. This case study is about migrating the externals.io website to AWS Lambda using Bref. This is the first time I write about a serverless PHP website with a MySQL database. I hope it will interest a few people ;)
Saved on: 2019-08-13

GitHub stars won’t pay your rent - Kitze - Medium

It’s been a long time since I have written something here, but I don’t want to write articles for the sake of “keeping the blog alive”, screw that. Well, I finally have a story to tell. I finally…
Saved on: 2019-08-12

10 Git Tricks to Save Your Time and Sanity - DEV Community ?‍??‍?

A list of neat tricks that I use in git.
Tags: #git
Saved on: 2019-08-09
❤️
</>
2025