- Your move, AWS and Microsoft: Google’s cutting basic cloud compute prices 10 percent – Google’s taken another whack at compute pricing; expect Microsoft and Amazon Web Services to respond.
- Realm for Android — Realm: a mobile database that replaces Core Data & SQLite – Realm is a mobile database: a replacement for SQLite & Core Data
- 4 reasons to stick with Java — and 4 reasons to dump it – The enterprise mainstay has proved resilient in the face of many challenges — but just how long can it remain a premier programming language?
- What We’ll Be Doing in 2022 – Harvard Business Review – In the decade from 2012 to 2022, the fastest growth in U.S. employment will take place in the health care, health care support, construction, and personal care fields. These four categories are expected to account for more than a third—about 6.6 million—of all new jobs.
- Mobile UI Patterns – A Flowchart for User Registration, Login and Logout – In this mobile UI patterns article we will build a flowchart depicting the screens needed to handle user registration, login and logout in a mobile application. As a UX designer, it’s very important that you are familiar with these screens and how the inte
- Simplify your web application with interactive inline tutorials – Simplify your web application
with interactive inline tutorials - Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems – Spring Cloud builds on Spring Boot by providing a bunch of libraries that enhance the behaviour of an application when added to the classpath. You can take advantage of the basic default behaviour to get started really quickly, and then when you need to, you can configure or extend to create a custom solution.
- Yet Another JUnit Tutorial – JUnit in a Nutshell – So despite of the existing books and articles about testing with the tool, maybe the hands-on approach of this mini-series might be appropriate to get one or two additional developers interested in unit testing – which would make the effort worthwhile
- Setup Spring Security with Active Directory LDAP in Spring Boot Web Application – This post illustrates how to set up Spring Security in Spring Boot configuration with Active Directory LDAP for a Spring MVC web application.
- How does SQLite work? Part 1: pages! – Julia Evans – I wanted to hack on SQLite, because I’ve used it before, it requires no configuration or separate server process, I’d been told that its source code is well-written and approachable, and all the data is stored in one file. Perfect!