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).
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...
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...
Make your Android App Lollipop compatible
by Antonio Leiva: http://antonioleiva.com/material-design-everywhere/
Android debugging: adb via tcp
Very simple instructions here on how to debug android apps via tcp.
Quicky check if Data connection is available (Android SDK)
Just use the following method: public boolean isOnline() { boolean status=false; try{ ConnectivityManager cm = (ConnectivityManager) getActivity() .getSystemService(Context.CONNECTIVITY_SERVICE); NetworkInfo netInfo = cm.getActiveNetworkInfo();...
Android Toasts (e.g. small notifications), how to use in Fragments
The syntax is very simple. The example below is invoked from inside a Fragment, so the first parameter (Context) is the activity that holds the fragment: Toast.makeText(getActivity(),R.string.asset_added_fav,Toast.LENGTH_SHORT).show(); The second parameter is the...
FTP file upload using CURL
The command is very very simple: just type curl -T localfile.ext ftp://username:[email protected]/remotedir/ If you want to use a different destination filename just add it at the end: curl -T localfile.ext...
Create Chrome Desktop Apps with Sencha ExtJS
Here: http://developer.chrome.com/apps/sencha_framework.html
Mobile Browser Detection: many samples, including Apache modRewrite(!)
Check it out at http://detectmobilebrowsers.com/
Running Windows 8 inside VirtualBox
Small step-by-step guide on how to install and run Windows 8 Developer Preview under VirtualBox. First of all, download the 32bit edition of Windows 8 developer preview, available at Windows DevCenter, (the direct short link is http://goo.gl/Vvs1H - 2.8GB ISO image)....
Wunderlist for Android is going native, drops Appcelerator Titanium Mobile
Appcelerator's approach to the Android platform has made another victim, a significant one: 6Wunderkinder's popular Wunderlist ditched Titanium Mobile (TM) for Android, and is now a native app. "(...) Wunderlist is now native – smaller, faster and more stable."...
Now that WebOS died, which is the best development crossplatform for iOS, Android, RIM and WP7?
Yes, the excellent WebOS is defunct, and it will never be the mainstream player as, at least technically, it deserved. For all of us developing for the mobile world that don't have the time or budget to develop natively in all the mainstream platforms, its one less...
WebOS Emulator error E_ACCESSDENIED (0x80070005), The solution
I am currently evaluating development frameworks and mobile platforms for my company, so we can choose our path in our next multi-platform mobile applications (to develop specific apps for each platform is just too expensive). This took me to WebOS, clearly a small...
Titanium Mobile’s Android development now less painful than Prostate Exam – Mobile SDK 1.8 (!) + Fastdev
A few days ago, Appcelerator announced a really cool new feature: Fastdev for Titanium Mobile. This thing cuts dramatically development times for Android apps as all the wait time spent recompiling and re-publishing the app to the emulator simply disappears! The...
Titanium Mobile SDK 1.8 available
Titanium Mobile SDK 1.8.0 is already available in the Appcelerator's continuous integration (CI) area: Just choose the "master" branch and download the latest SDK files for your O.S.!...