MBT (Model-based testing)
Model-based testing (MBT) is a technology that is sometimes advertised as "automated test design". You can find the project on Github here. Concept The MBT tool generates test cases from a test model specified by the user. Without the test model, the tool...
Women who code connect digital - 2020
In June 2020, WomenWhoCode hosted a 3 days event for the women involved in the tech World. This is the 5th edition and the first time they did it completely virtually. And kudos for them that they managed to make it free of charge for everyone. As expecte...
Flutter size limit container summary
Flutter's size-restricted container components include ConstrainedBox, UnconstrainedBox, SizedBox, AspectRatio, FractionallySizedBox, LimitedBox, and Container. These components can constrain the size of sub-components, one by one introduced below. Constr...
LLDB summary
LLDB,Low Level Debugger, is a lightweight, high-performance debugger that is built into Xcode by default. Being able to use it well will make our development more efficient with less effort. We often use LLDB's po / breakpoint in development, you can get ...
Tagging feedback messages using Deep Learning
At Nodes we use Deep Learning to classify thousands of user-generated feedback messages across our digital solutions. We do this to create actionable insights for our clients, giving them a way to decipher large amounts of data that otherwise would be ver...
iOS Conferences in time of Coronavirus
I'm a big fan of conferences. And not necessarily for the sessions, which are usually recorded and available online afterwards. But more for meeting other people who do the same thing as I do. For that huge amount of creative energy you get afterwards. Fo...
Differences Between Mini Program Development and Web Development
Web development is built using HTML, CSS and JavaScript, where HTML describes the structure of the page, CSS determines the appearance of the page, and JS defines the interaction between the page and the user. Mini program development is built using WXML,...
Mini Programs Introduction
WeChat Mini Programs are a new way of connecting users and services. It‘s a new development capability that developers can learn quickly. They are easy to access and share on WeChat, delivering excellent user experience. Technical Development of a Mini Pr...
Introduction to Domain-Driven Design
Domain-Driven Design (DDD) has been around for well over a decade, and its popularity keeps on growing. Eric Evans coined the term in his book: "Domain-Driven Design: Tackling Complexity in the Heart of Software." A lot of recent interest probably correla...