Explore the latest trends in technology and innovation



Looking to dive deeper into the world of software-centric innovation? Find articles about the latest cloud solutions, AI technologies, and DevOps stories



Read our blog and stay informed about
the industry’s latest trends and
technology




What to Know Before Introducing Pair Programming at Your Company?


Pair programming has become a popular way of developing the newest products and encouraging team members to share knowledge and grow together. Many of the world’s top enterprises adopt this innova...



Read the article



Be Lazy – Do Not Reinvent the Cloud Wheel From Scratch


Keeping up with the newest technologies is demanding. A lot of companies tend to do that once in a while, and it is totally understandable. It is hard to follow and discover the perfect momentum to...



Read the article



Cloud Foundry Summit 2019 – Continuously Building the Future


Cloud Foundry Summit 2019 in Philadelphia was the first event on our list of conferences we're heading to this year. It was an excellent season opening and another example that Cloud Foundry communi...



Read the article



5 Tips On How to Deal With Common Problems When Running Large Production Environments


Working as a platform operator with cloud-native technologies, L2 technical support, and participating in CF installations give a unique opportunity to observe how different companies implement new...



Read the article



Server Side Swift with Vapor – end to end application with Heroku cloud


In this tutorial, I want to show you the whole production process of back-end and front-end swift applications and push the backend side to the heroku cloud. First, please make sure that you...



Read the article



Painless View Controller Configuration in Swift


Back in the pre-storyboard era of iOS development, developers had to write hundreds of lines of boilerplate code that served to manage UIViewController object hierarchies. Back then, some were inven...



Read the article



Outsourcing of Authorization and Authentication


Nowadays, we can observe many repetitive patterns in existing implementations. From microservices, to MVC layers, or REST APIs. Authorization and authentication are the fundamental parts of applicat...



Read the article



Server Side Swift – Quick Start


Building Swift web applications allows you to reuse the skills you already have. However, you can also start from scratch if you are not an ”iPhone mac„ developer. This article shows you the mos...



Read the article



Secure Docker Images


Containers are great. They allow you to move faster with your development team, deploy in reliable and consistent way and scale up to the sky. With some orchestrators it is even better. It helps you...



Read the article



Continuous Deployment of iOS Apps with Fastlane


Automation helps with all the mundane and error-prone tasks that developers need to do on a daily basis. It also saves a lot of time. For automating iOS beta deployment, a very popular tool is Fastl...



Read the article



Yet Another Look at Cloud-Native Apps Architecture


Cloud is getting extremely popular and ubiquitous. It’s everywhere. Imagine, the famous “everywhere” meme with Buzz and Woody from Toy Story in which Buzz shows Woody an abundance of...whateve...



Read the article



7 Tips on How to Manage Backlog in XP


Proper backlog maintenance is extremely important for the product to be successful. Usually, it's the Product Owner’s responsibility to manage the backlog. The right approach and tools can be very...



Read the article



Our Way To Reactive Extensions


In the modern world we are inundated with information - TV, radio, newspapers, internet – to the extent that often we need some kind of filters to get only those pieces of information which we fin...



Read the article



Capturing Objects in Closures: Why You’re Doing It Wrong? – Part 2


Choose Your Closure Context Wisely In the first part of this article, we defined several simple principles of capturing objects in Closures. According to these principles, the closure code as...



Read the article



Capturing Objects in Closures: Why You’re Doing It Wrong? – Part 1


The Basics of Closures Many modern programming languages have a closure concept. Closures are self-contained blocks of functionalities which can be passed around and called. Additionally, the...



Read the article