Architect your Flutter project using BLOC pattern
Hi Folks! I am back with another brand new article on Flutter. This time I will be talking and demonstrating to you “how to architect your Flutter projects”. So that you can maintain, scale and test your Flutter projects easily. Before diving into the actual topic.
WebAPI Improvements in .NET 5 – OpenAPI, Better F5, and NSwag
In .NET 5, WebAPI has an important quality of life upgrade. In this video, we are going to look at the integration of OpenAPI into the project, how it works, and then why it is so important. We will also look briefly at NSwag and how to use it to generate API clients for our other applications using
Database to code with a Firebird database
Using example values. The data context class is generated for all Models of the database.
Flutter: a Portable UI Framework for Mobile, Web, Embedded, and Desktop
Today marks an important milestone for the Flutter framework, as we expand our focus from mobile to incorporate a broader set of devices and form factors.
Launching Flutter 1.2 at Mobile World Congress
The Flutter team is coming to you live this week from Mobile World Congress in Barcelona, the largest annual gathering of the mobile technology industry. One year ago, we announced the first beta of Flutter at this same event, and since then Flutter has grown faster than we could have imagined.
Samsung Investigates Massive Data Leak — What You Need To Know
A security researcher has revealed that a whole load of sensitive information has been inadvertently made accessible to the public on GitLab. Nothing so unusual about that you might think. However, the information concerned included source code, credentials and secret keys for various projects.
What is .NET 5? What You Need to Know Before the Release
Microsoft’s .NET 5 is due for release on 10 November 2020 and has some major changes that can significantly impact your organization. You’ll have to migrate to .
Regular Expressions Cookbook, 2nd Edition by Steven Levithan, Jan Goyvaerts
To make VAT numbers easier to read for humans, people often type them in with extra punctuation to split the digits into groups. For instance, a German customer might enter his VAT number DE123456789 as DE 123.456.789.
Hello MicroK8s: A simpler Kubernetes
Kubernetes is rapidly becoming the de facto platform for container-based applications. Kubernetes automates the deployment and scaling of containerized applications and simplifies maintenance tasks such as updates and upgrades. ...
How YOU can Dockerize a .Net Core app
This is the first part of a series of posts on using Docker and containerization with .Net Core. In the title, we call what we are about to do dockerizing. It's called dockerizing after Docker. View original article
Test and deploy an iOS App with GitHub Actions
Github announced Github Actions last summer. With this new tool, you can analyze, build, test and deploy your projects on any platform, any language and any cloud. Our goal is to automate building, testing and deploying an iOS project without the need for external...
flexible pubsub for the modern web
Nchan is a scalable, flexible pub/sub server for the modern web, built as a module for the Nginx web server. It can be configured as a standalone server, or as a shim between your application and hundreds, thousands, or millions of live subscribers. [mgamazon...
1962 Monaco GP in 60FPS HD / Onboard & Air footage | Ferrari 156, Porsche 804, etc.
Remastered onboard footage shot during the 1962 Monaco Grand Prix weekend.(Not in the race) This is a 60FPS HD video, so please watch in 1080p60 or 720p60. [Scenes from the race - https://youtu.be/gGmoy1rXWKI] This footage is from the 1962 West German documentary film...
Toonify Yourself!
Toonify Yourself! Sorry Toonify Yourself is offline for the moment! Seems like it was a popular idea and server costs were going up quickly so we decided to turn it off. Thanks for everyone who tried out the model and shared the results. View...
Announcing Flutter 1.22
We’re delighted to introduce our latest release of Flutter, with extensive support for iOS 14 and Android 11. Flutter 1.22 builds on the foundation set by previous releases by enabling developers to build fast, beautiful user experiences for multiple platforms from a...
Android Studio 1.4 is out
Full release notes here.
Cloud only MS RemoteApp inside VNET
This scenario is not (yet) supported in Microsoft Azure as it requires Active Directory. So, the obvious solution is the solution.
Project Islandwood: Objective-C for Windows?
Project Islandwood is now open source (MIT license), with all the code residing at github. This project includes and Objective-C compiler (sadly no Swift for us Objective-C haters), Objective-C runtime, iOS headers (this is the "bridge" bit that translates iOS calls...
Publish your own apps to Azure RemoteApp
A small collection of useful bookmarks on how to publish your own apps to Azure RemoteApp (or your own Windows Server 2012 R2). How To Publish an Internal Windows App on Azure Remote App (creating VHD in your PC and uploading it later to azure) Same as above, but...
Android Lollipop Showcase, by Mike Penz
A good example of CardViews, RecyclerViews and other Lollipop goodies by Mike Penz. The example is available at Goolge Play, source code at Github.
Free online ebook: iOS 8 App Development Essentials
The index: Start Here For New iOS Developers For iOS 7 Developers Source Code Download Joining the Apple iOS 8 Developer Program Registered Apple Developer Downloading Xcode 6 and the iOS 8 SDK iOS Developer Program When to Enroll in the iOS Developer Program?...
Cocoa Realm: Perth iOS Meetup 20th November
Android: detecting the current caller
@Override public void onReceive(Context context, Intent intent) { TelephonyManager telephony = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); PhoneCallStateListener customPhoneListener = new PhoneCallStateListener(context);...
Android Studio 1.0 RC2 error: “Gradle DSL method not found: ‘runProguard()'”
After installing the RC2 upgrade (in my case i've upgraded directly from 0.8.something to 1.0 rc2) the following error could appear when reimporting/resyncing projects created with previous versions: Gradle DSL method not found: 'runProguard()' The solution is quite...
Enumerating all providers, and respective installed apps, in Android
Android ships with a number of content providers that store common data such as contact information, calendar information, and media files. These classes offer simplified methods of adding or retrieving data from these content providers. If you need to list all the...
AngularJs + Bootstrap, single page app resources
Some bookmarks on how to develop single page applications using AngularJs and Bootstrap This is not a tutorial and/or step-by-step instructions on how to create this specific kind of App: these are just bookmarks i use and decided to share:...
Android Development, Best Practices
Compiled by Futurice, here is the summary of what they have compiled so far: Use Gradle and its recommended project structure Put passwords and sensitive data in gradle.properties Don't write your own HTTP client, use Volley or Retrofit libraries Use the Jackson...
Material Design for Pre-Lollipop Devices
The Android 5.0 SDK was released last Friday, featuring new UI widgets and material design, our visual language focused on good design. To enable you to bring your latest designs to older Android platforms we have expanded our support libraries, including a major...