Stay at home tips I compiled when I had to work from home and consolidated over the past two weeks
Hi everyone, I put together a blog post to share some tips based on my past experience working from home which I consolidated over the past two weeks since the ...
48 seconds
-
Validation Forms in Vue.js Apps Using Vuelidate library
Hello! One of the most common tasks in software development is input validation. Any app has different forms that submit some data, and we want to check numerous conditions: that ...
1 minute 17 seconds
-
Deploying to Production More Frequently
Hi all Around this time last year I shared an article on what we were doing to measure software delivery at ONZO. Here is a follow up on how it ...
29 seconds
-
How To Copy Text to Clipboard Using Angular 8
Introduction In this article, we will learn how to copy text to our clipboard and also copy the current date and time, using Angular 8. Javascript provides a very good ...
40 seconds
-
Server-Side Pagination Using ASP.NET Core and Angular 8 – Part Three
Introduction In this article, we will learn how to create server-side paging, which is very useful whenever we have to display a large number of records.  This article will be ...
15 minutes 37 seconds
-
Packaging a React App With Spring Boot
In this article, we’re going to discuss how to combine Create React App with Spring Boot to give you a single war file, so that we: Can have our frontend ...
1 minute 16 seconds
-
A Step-by-Step Guide to JavaScript Localization
Internationalization (dubbed as I18n) and localization (dubbed as L10n) are very important (though often hard) steps for any application that is going to be used worldwide. In one of the ...
1 minute 1 second
-
The Case for Statistical Chaos Control in Software
Late last year, I was asked, “how do you define and measure chaos in software projects?” And, recently, I was struck by the parallels of not measuring for infection in ...
1 minute 24 seconds
-
What do mainframe developers think of microservices?
As microservices is becoming the de-facto scalable architecture what do engineers who develop for mainframes (still widely used e.g. IBM mainframes), and used to high transaction volumes think of microservices? ...
13 seconds
-
Is Docker still desired by developers?
I saw Docker got bought last year and with Kubernetes products proliferating I’m wondering is Docker still cool or is it no longer useful / on people’s radar? submitted by ...
9 seconds
-