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

Mastering CSS Grid | Colt Steele

Creating CSS layouts that behave as expected no matter the viewport size used to be a frustrating, time-consuming experience.
Saved on: 2023-06-27

Using the Symfony Messenger component

When developing a large scale application the software often needs to do a lot of different tasks. These tasks can consume a lot of time. Because you want your application to be fast and offer a great user experience you don’t want to process these tasks immediately.
Saved on: 2021-10-10

SQL Murder Mystery

There's been a Murder in SQL City! The SQL Murder Mystery is designed to be both a self-directed lesson to learn SQL concepts and commands and a fun game for experienced SQL users to solve an intriguing crime. This exercise is meant more as a way to practice SQL skills than a full tutorial.
Saved on: 2019-12-16

Easy peasy RabbitMQ squeezy

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, Elasticsearch, MongoDB or even React. Miserably failed every time.
Saved on: 2019-08-28

Build and Deploy Realtime Svelte 3 Apps Using GraphQL

TL;DR Build a Realtime Svelte.js 3 App using GraphQL (svelte-apollo and Hasura) and Deploy on Now 2.0 Platform.
Saved on: 2019-05-24

Elixir, Phoenix, Absinthe, GraphQL, React, and Apollo: an absurdly deep dive

If you’re anything like me, at least 3 or 4 of the keywords in the title of this article fall under the category of “things I’ve been wanting to play with but haven’t gotten around to it yet.” React is the exception; I use it almost every day at work and know it front and back.
Saved on: 2019-04-22

Getting started with Docker

In this post, you are going to learn what Docker is and how it can help you not only to keep your developing environment organized but also portable to any machine irrespective of the operating system. This is the first part of the series. Read on! Docker is not the first such attempt.
Saved on: 2018-12-26

Docker PHP/PHP-FPM Configuration via Environment Variables

For several months now I have been working on PuPHPet.com’s replacement. It is a Docker-based GUI functionally similar to PuPHPet. Docker, like Vagrant, allows sharing directories and files from the host to the container/VM.
Saved on: 2018-11-16

Install Magento2 on AWS EC2 with Redis, varnish and Nginx as SSL Terminator

Through this article I will show you how you can install magento2 on AWS EC2 with redis cache, varnish cache and nginx for ssl termination. I am assuming you already know how to set up a vm on AWS EC2 and you are already logged in through ssh.
Saved on: 2018-10-07

Easy apps with hyperHTML — 1 – Easy apps with hyperHTML – Medium

hyper what? An introduction to a blazing fast, lightweight JS library. Part 1 written by Ivan Torres and Paul Thompson.
Saved on: 2018-09-25

? Emoji translations with the ? Twilio API for ? WhatsApp and Node.js - DEV

I 💖 emojis, so when I heard about the new Twilio API for WhatsApp I wanted to build something emojiriffic. Inspired by Monica Dinculescu’s to_emoji Twitter bot and emoji translator I decided to build a WhatsApp text-to-emoji translator.
Saved on: 2018-09-04

multi-image-blog-project — SitePoint

Image Resizing: Bruno Škvorc shows how to modify a multi-image gallery blog to serve resized versions of images depending on the size of the viewport. Tonino Jankov shows how to optimize on-the-fly thumbnail generation, reducing request time from 28 to 0.7 seconds with Nginx and pm-static.
Saved on: 2018-07-02

Creating Time Tracking System in PHP Symfony and Vue

www.cloudways.com is using a security service for protection against online attacks. This process is automatic. You will be redirected once the validation is complete.
Saved on: 2018-07-02

kay-is/react-from-zero

A simple (99% ES2015 less) tutorial for React. Everything runs in the browser without a manual pre-compilation. If you want to run the examples with create-react-app, you have to copy the text/babel script parts of the examples into the src/index.
Saved on: 2018-06-30

The Fullstack Tutorial for GraphQL

The free and open-source tutorial to learn all around GraphQL to go from zero to production. In the first chapter, you’ll learn about the core concepts of GraphQL.
Saved on: 2018-06-13

Symfony Tutorial: Building a Blog (Part 3)

This blog post uses Symfony 4.0. To learn how to implement authentication and authorization using Symfony 5 Guards, check out Creating your First Symfony App and Adding Authentication . TL;DR: Symfony is a PHP framework as well as a set of reusable PHP components and libraries.
Saved on: 2018-03-24

Podcast Transcription with Amazon Transcribe | Gatsby Starter Blog

Transcribing podcasts is one of the most painstaking and time-consuming parts of being a podcaster. I was delighted when I recieved the email that said I had been approved for the Amazon Transcribe Preview.
Tags: #aws #tutorial
Saved on: 2018-01-18

Getting Started With TDD and Vue.js

Oftentimes, the hardest part of using test-driven development, or TDD, is getting started.
Saved on: 2017-12-26

Re-Introducing PHPUnit - Getting Started with TDD in PHP — SitePoint

There are a lot of PHPUnit posts on our site already (just check the PHP Testing section), but it’s been a while since we’ve actually introduced people to it, and the tool has evolved significantly since then.
Tags: #tdd #tutorial
Saved on: 2017-08-02

codebyjeff - Blog

Saved on: 2017-07-28

How I Start.

Go is a lovely little programming language designed by smart people you can trust and continuously improved by a large and growing open-source community. Go is meant to be simple, but sometimes the conventions can be a little hard to grasp.
Saved on: 2017-03-22

The Google Analytics Setup I Use on Every Site I Build — Philip Walton

Google Analytics is a powerful yet quite complicated tool. And unfortunately, the truth is most people who use it don’t reap its full benefits.
Tags: #seo #tutorial
Saved on: 2017-02-14

Vue.js Pokemon Battle Tutorial – Medium

What you’re getting into: A very detailed read that goes through the creation of a Pokemon Battle using Vue.js. I try my best not to make assumptions, but there’s a lot of stuff to go through (it took me 15 hours just to write this post). If you want to learn more about the basics of Vue.
Saved on: 2017-02-09

Build a Music Player with Angular & Electron II : Making the UI | Scotch

In the previous post on building a music player with Angular and Electron, we were able to successfully setup an environment where our app can live. Angular was bootstrapped, Electron was loaded, and the app opens up displaying a test content.
Saved on: 2017-01-27

How to Install Icinga 2 and Icinga Web 2 on Ubuntu 16.04 - Vultr.com

Icinga 2 is a widely used open source network resource monitoring system, and Icinga Web 2 is the official web interface for Icinga 2. In this tutorial, I will explain how to install both of them on an Ubuntu 16.04 server.
Saved on: 2016-12-21

Fullstack React: 30 Days of React

Interested in Learning React but having trouble getting started? Over the next 30 days, we'll walk through everything you need to know to work with React. From the very beginning through testing and deployment of our first app.
Saved on: 2016-12-16
❤️
</>
2024