Global, automated cloud infrastructure from the broadest array of AMD and NVIDIA GPUs to virtual CPUs, bare metal, Kubernetes, storage, and networking solutions.
10 free videos to learn how to use CSS grid in your design.
Omnipay is a payment processing library for PHP. It has a clear and consistent API, is fully unit tested, and even comes with an example application to get you started.
Learn how to avoid jagged edges on gradients generated by CSS. Written by Mandy Michael.
45 free videos on Vue JS 2 by "The Net Ninja" to help you learn this amazing JS framework.
Capture your screen. An open-source screen recorder built with web technology.
Manage conversations, build relationships and delight your customers, all from one place. Opensource alternative to Intercom, Zendesk, Drift, Crisp etc
Here's what I'd like you to know upfront: this is a hard problem. If you've landed here because you're hoping to be pointed at a tool you can run that tells you exactly what CSS you can delete from your project, well... there are tools out there, but I'm warning you to be very careful with them because none of them can ever tell you the complete story. Post written by Chris Coyer.
Slides is a Visual Studio Code extension that helps you use your editor as a presentation tool.
Listen to Kelly Vaughn, Ali Spittel, && Emma Wedekind debug the tech industry.
Build consistent, themeable React apps based on constraint-based design principles. Built for white-labels, themes, and other applications where customizing colors, typography, and layout are treated as first-class citizens and based on the System UI Theme.
Link your Mastodon account to Twitter and Instagram. No bamboozle. Created by James Moore.
Always wanted to use GraphQL for your new projects, but never got time to learn how it works? Let's start the week with some new GraphQL knowledge in hand! Here's a 10-minute GraphQL crash course for you! Post written by Xiaoru Li.
Koala is a GUI application for Less, Sass, Compass and CoffeeScript compilation, to help web developers to use them more efficiently. Koala can run in windows, linux and mac.
Compile Sass, Less, Stylus, Jade, CoffeeScript on Mac, Windows & Linux with Live Browser Reload.
Parcel purports to be a “zero-config” alternative to Webpack, a popular Javascript module bundler. A module bundler takes separate, reusable JS files (or modules) and “bundles” them into a single file to be served to the browser, as well as minifying the output. This can improve website performance, as the browser doesn’t need to load a bunch of files individually. Post written by the author of "CSS in Real Life".