Posts tagged 'GitHub'

Compiling Dart to Native Executables for Windows, Linux and macOS with GitHub Actions

Dart v2.6 includes support for compiling Dart scripts to native executables for Windows, Linux and macOS. There's currently no cross-compilation but cloud services like GitHub Actions can be used to easily generate executables for each platform.

Easy JavaScript and CSS bundling and minification on GitHub Pages without build steps

Build steps to bundle your JavaScript and CSS on a small static site hosted on GitHub Pages suck, especially if you like to tweak things directly in the GitHub web app. Here's a better way.

Free Software and Services for Open Source Projects

Following on from yesterday's post about open source projects; here's a bunch of commercial software and services that are offered free by their companies to open source projects.

Migrating my blog from Google App Engine to GitHub Pages and Jekyll

I’ve been trying to migrate my blog from Google App Engine to something a little more manageable (and not tied to GAE infrastructure) for some time. However, all of my attempts to rewrite the blog in ASP.NET have failed due to newer versions of “things” coming out, making me start over before I get to the end. I’ve come to the conclusion that coding my own blog is getting in the way of me blogging.