try {} except

  • 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.

    Read more

    February 22, 2021
  • 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. View original article

    Read more

    November 9, 2020
  • 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

    Read more

    November 2, 2020
  • 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 tools besides Github Actions. View original article

    Read more

    October 26, 2020
  • 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. View original article

    Read more

    October 15, 2020
  • Taking browser screenshots with javascript? Yes, it is possible.

    With HTML2CANVAS  

    Read more

    October 8, 2020
  • 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 “Flying Clipper”  This video View original article

    Read more

    October 6, 2020
  • 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 original article

    Read more

    October 2, 2020
  • 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 single codebase. View original article

    Read more

    October 2, 2020
  • Server-side Showdown: Apache vs NGINX

    Web servers are at the core of the internet. Without web server software such as Apache and NGINX, the web would be nothing like what we see today. However, they’re not interchangeable. View original article

    Read more

    October 2, 2020
  • Updates on Flutter and Firebase

    Flutter is more than just an engine, a set of widgets, and some tools; it also includes a large ecosystem of packages to add functionality to your apps beyond what comes out of the box. Some of the most popular packages are the set that supports Firebase (aka FlutterFire). View original article

    Read more

    August 24, 2020
  • Announcing Flutter 1.20

    Our ongoing vision with Flutter is to provide a portable toolkit for building stunning experiences wherever you might want to paint pixels on the screen. With every release, we continue to push towards ensuring that Flutter is fast, beautiful, productive and open for every platform we support. View original article

    Read more

    August 24, 2020
  • Flutter Hooks, say goodbye to StatefulWidget and reduce boilerplate code.

    Flutter Hooks, say goodbye to StatefulWidget and reduce boilerplate code. Flutter hooks have been available for a while now but they didn’t get a lot of love or visibility since then. I am wondering why, because they are awesome! View original article

    Read more

    July 15, 2020
  • flutter/samples

    A Flutter sample app that shows a state management approach using the Provider package. This is the app discussed in the Simple app state management section of flutter.dev. Here the app sets up objects it needs to track state: a catalog and a shopping cart. View original article

    Read more

    June 29, 2020
  • Why we think Flutter will help us scale mobile development at Nubank

    An overview of the criteria and study we conducted to decide to use Flutter as our main technology for cross-platform mobile development. Nubank has been a mobile-first Fintech from the beginning. View original article

    Read more

    June 18, 2020
  • Flutter Login Screen with Firebase Auth and Facebook Login

    This beautiful login screen is made using ClipPath, CustomClipper, ClipOval, BoxDecoration etc. All the shapes are made programtically. View original article

    Read more

    June 15, 2020
  • Flutter Web and PaginatedDataTable

    Note: For changes to data, we have used Provider….This article won’t be explaining how the changes gets notified…. Data is read lazily from from a DataTableSource. View original article

    Read more

    June 15, 2020
  • Flutter : How to do user login with Firebase

    Flutter is an open source mobile SDK developed by Google to build high quality applications for Android and iOS. It allows developers to not only build application with beautiful design, smooth animation and fast performance, but also able to integrate new features quickly. View original article

    Read more

    June 15, 2020
←Newer Posts Older Posts→

try {} except

Proudly powered by WordPress