Releases
Vue.js
Releases
Swift
Swift 5.5 is now officially released! Swift 5.5 is a massive release, which includes newly introduced language capabilities for concurrency, including async/await, structured concurrency, and Actors.
Releases
.NET
Releases
Python
Django
Django 4.0 alpha 1 is now available. It represents the first stage in the 4.0 release cycle and is an opportunity for you to try out the changes coming in Django 4.0.
Backend
Database
PostgreSQL
Backend
PostgreSQL
Today I wanted to call some extra attention to those little things, the ones that don’t get the spotlight, but simply make a developer’s life better.
Backend
Next.js
Learn how I migrated my Next.js website to use MySQL with PlanetScale, resulting in 10x faster response times for my APIs.
Frontend
Get started with the one of the most promising static/JAM Stack site builder today!
Frontend
Vue.js
Equal is a Vue 3 UI library based on TypeScript
Frontend
Svelte
Combine svelte and markdown in the same file. Live your dreams!
Frontend
High-performance web rendering engine, built on Flutter.
Frontend
Rust
A Rust framework for creating web apps
Frontend
Imba is a programming language for building web applications with insane performance. You can use it both for the server and client.
DevOps
In previous posts I have covered how to set up and use access key with App Store API and later how to automatically generate certificate and profiles using the access key. Let’s crank it up to 11 and have automated app uploads to App Store using GitHub Actions so we never ever have to see Xcode’s archiving steps again.
DevOps
This post is to give others evaluating GitHub Actions a brief experience report.
In other news
Elixir
I’m Chris McCord. I work at Fly.io and created Phoenix, an Elixir web framework. Phoenix provides features out-of-the-box that are difficult in other languages and frameworks. This is a post about how we created LiveView, our flagship feature.
In other news
Today, we are thrilled to announce CodeMirror as the new code editor on Replit for mobile devices. CodeMirror is a versatile code editor that…
In other news
Django
This PR aims at adding support for Redis to be used as a caching backend with Django. As redis is the most popular caching backend, adding it to django.core.cache module would be a great addition for developers who previously had to rely on the use of third party packages.