Elvium: Denmark’s leading online recruitment system
Elvium is a Danish web-based human resources management system, founded in 2012. Its CEO, Jesper Andersen, walks us through its beginnings and highlights the most recent developments.
In this tutorial, I’ll show you how to check if a video has ended, if a user canceled it, as well as how to turn the played video horizontally when the iOS app uses only the portrait mode. All this can be done with AVPlayerViewController.
Elvium is a Danish web-based human resources management system, founded in 2012. Its CEO, Jesper Andersen, walks us through its beginnings and highlights the most recent developments.
Welcome to the first part of our Elixir/Phoenix tutorial series. In this one, you will learn how to build an uptime monitor for websites and web applications. Step one: setting up the project.
How we recruited new people in the pandemic, what the onboarding process is like at Prograils, who rockstar developers are and why we don’t like them - read on and learn!
Started as a grassroots project, Sapu.dk is a tenancy management system for private landlords in Denmark. Its founder, Mark Jensen, talks about the website's beginnings, transformation into a successful SaaS, becoming an online lawyer without a legal background, and the impact of the covid-19 crisis on the housing market.
So you have your iOS app and you want to enjoy its capabilities on tvOS (Apple TV)? You are in the right place. Take a look at my checklist, in which I show you what you need to prepare.
If you're still hesitating if RoR is the best choice for your business, here are top 21 famous websites built with Ruby on Rails!
A client’s approach is key in managing technical debt. Let us show you a few examples of how we handled it, ranging from ideal cases to spectacular failures.
Let's take a look at how the release of iOS 14 changed the UIDatePicker.
Is the choice between Ruby on Rails and Phoenix hard for your business? Let us ask you a couple of questions that may help you make an informed decision on which technology to employ!
How to overcome Elixir’s limitations when dealing with big mathematical operations? Solving them in another language. This tutorial will show you how to launch Python in Elixir for selected problems. Read on!
Erlang Term Storage is a useful feature of Elixir programming language. Let’s take a look at what it does and build a module for wrapping ETS functions with GenServer.
Big changes for GridView (or CollectionView) in iOS 14. Using something more complicated than ListView, at last, is much easier. As of now, we can add columns or rows for Grid View, and, eventually, build more complex apps.
Curious how to handle the search bar of your mobile application after updating a device to iOS 14? This tutorial is for you.
Wondering how to cope with long-loading data of your Elixir/Phoenix app? This is when GenServer in Phoenix Live View comes in handy. Let me show you how to use it!
The clearer the source code of your Elixir/Phoenix application, the better. If you need tips on how to make it simpler, read this tutorial.