AWS Basics for Beginners – Full Course
This course will teach you AWS basics right through to advanced cloud computing concepts. Ideal for beginners – absolutely no cloud computing experience is required!
There are lots of hands-on exercises using an AWS free tier account to give you practical experience with Amazon Web Services.
Vis
What’s new in Microsoft .NET 6
Microsoft has published the second preview of .NET 6, the next generation of the company’s software development platform that will finish the parts of the .NET unification begun in .NET 5. Preview 2 features API and library improvements, runtime performance boosts, and early builds of .
Hotfixes to the Stable Channel
In general, our philosophy is to update the stable channel on a quarterly basis with feature updates. In the intervening period, occasionally we may decide a bug or regression warrants a hotfix.
flutter_slidable (Package of the Week)
Flutter_slideable is a package that provides a slidable widget that lets your users swipe to reveal actions without a lot of hassle. Learn how to use this package and define your actions.
Learn more about flutter_slidable → http://goo.gle/3dpqjNx
This video is also subtitled in Chinese, Indonesi
Hero Jet Pack – How to make phone apps and games using Flutter and Flame.
This series is made to explain how to build cross platform phone games and apps using Flutter and Flame (for both Android and iOS).
Even if you are not a software engineer you can still use this series as a starting point for your programming carrier.
You can play this game on Android: https://pl
Let’s Learn .NET – Web API
Jumpstart your experience building Web APIs with .NET! Come learn about what Web APIs are, why you need them, and how to build them with C# and ASP.NET Core. This fun, beginner’s series will teach you all about the fundamentals of everyday technologies and how you can master them using C# and .NET.
Exploring ASP.NET Web API (.NET 5)
.NET 5 is finally out 🎉🥳 and it comes with lots of interesting new features that make software development easier, faster and better. In this article, we will focus on ASP.NET Web API. Developing RESTful API using .NET has really improved over the years from ASP.NET MVC to ASP.
Generating a model from an existing database
If you have an existing database, you can use Entity Framework Core commands to speed up development by reverse-engineering the files for the model from the database schema. The following example illustrates how to do this from a SQL Server database in a new console application using the CLI tools.
Announcing Flutter 2
Our goal is to fundamentally shift how developers think about building apps, starting not with the platform you’re targeting but rather with the experience you want to create. Flutter allows you to handcraft beautiful experiences where your brand and design comes to the forefront.
Flutter Vignette Showcase
Showcase the capabilities and potential of Flutter.
The true open source database for Windows, Linux, Mac OS X and more
Firebird Project announces the first Release Candidate of Firebird 4.0, the next major version of the Firebird relational database, which is now available for testing on Windows and Linux platforms.
Build Flutter Apps Fast with Riverpod, Firebase, Hooks, and Freezed
» Flutter courses, writeups, and source code on Launch Club 🧠
https://LaunchClub.io
So you want to learn how to build apps quickly. You’re in the right place. Thanks to the thriving universe of Flutter packages on https://pub.dev, we can do just that.
Today, I’m going to teach you how to b
Can Google make cross-platform mobile app development suck less?
Today, Google is holding a developer conference in London for Flutter, a new development environment for developing mobile apps for both Android and iOS. Google calls Flutter a “portable UI toolkit,” and Paul Miller has called it “a Frankenstein’s monster of various Google projects.
Managing Flutter Application State With InheritedWidgets
Everyone has heard that interactive applications can be decomposed into three parts: model, view, and controller. Anyone who has given Flutter a test drive will be familiar with its react-style support for building view/controllers with widgets and callbacks.
Hands-On with WSL: Installing Other Linux Distros
The third article of a five-part series on Microsoft’s Windows Subsystem for Linux (WSL). This article is part three of a five-part series in which I discuss various aspects and functions of the Windows Subsystem for Linux (WSL).
SystemD quick cheat sheet
A small collection of Systemd commands, along with the Sysvinit counterparts. Sysvinit Command Systemd Command Notes service frobozz start systemctl start frobozz Used to start a service (not reboot persistent) service frobozz stop systemctl stop frobozz Used to stop...
NativeScript example, step by step, Windows 10
A tiny, 5 minute, tutorial on creating a new empty project using NativeScript + TypeScript, compiling it and running in Android. First of all, install NativeScript (NodeJS v4.6.0 x64)plus the latest NativeScript. Check if the installation is OK: tns...
tip: Volley comm library for android, available via Gradle
Previously, in order to use Volley, the only way was to add the "jar" file to the project - not anymore - official volley is now available, just change the app.gradle file: [mgamazon...
Converting multi-page PDF to PNG using ImageMagick
Quick tutorial on converting PDF files to PNG using ImageMagick in CentOS. Foreplay: install ImageMagick First, install ImageMagick using yum. As ImageMagick is not available, you need to activate the EPEL repository in your CentOS installation. wget...
Download Android Apps with Source Code
Available at f-droid is a directory of open source android apps (full with source code). A great learning resource for beginners.
Web font generator
At fontSquirrel. You upload your font and it generates every known format, CSS code and even embeds fonts inside CSS using base64 data.
Public Datasets
Available at Xiaming's Github, Awesome Public Datasets are (mostly) free. Subjects include Agriculture, Biology, Climate/Weather, Complex Networks, Computer Networks, Contextual Data, Data Challenges, Economics, Energy, Finance, Geology, GeoSpace/GIS, Government,...
Delphi optimization tools and patches
At Andy's Blog. Includes DelphiSpeedUp, IDEFixPack, VCLFixPath among others.
Composer with WordPress, how to
by SCOTT WALKINSHAW
Compile PHP 7 FPM + CLI from source, without touching the installed PHP 5.x
The following explains how to install PHP 7.0, from source, without uninstalling your current PHP. I used this in a development and continuous integration machine, so i can test both PHP 5.6 or PHP 7.x, ensuring our apps are php7 ready. As i am using Apache + Mod_php...
PHP 7.0 released
Official release at PHP.net
Optimize Eclipse: better speed, better memory usage
by Nicolas Bize.
VMWare player, fixing “virtual disk needs repair”
This one pops up from time to time, and VMWare Player has no tool to fix it. Worry no more, Christos Matskas found the solution.
Android’s RecyclerView, item clicks, how to
RecyclerView is a great class what you should consider over ListView for building list interfaces. It offers more flexibility and has built-in hooks that make implementing animations and custom layouts much easier compared to ListView. Unfortunately RecyclerView is...
Open source ODB-II reader for Android
Available at https://github.com/pires/android-obd-reader