Y Soft is a Czech based global company helping businesses with digital transformation. We constantly innovate, collaborate and support each other.
www.daretothinkbyg.com
Slides from talk at FI MUNI: C in our world 2016
Slides available in formats: PDF, SlideShare
Source code: GitHub/ysoftdevs/cpp-examples
Provisioning with Chef
Chef is an automation platform designed to help the deployment and provisioningprocess during software development and in production. Chef can, in cooperation...
PF 2018
We wish you all the best in 2018.
Here is small game for you. Find your way through the labyrinth.
Pac-Man is chasing ghosts near Y Soft HQ
It's true! Ghosts are gathering around our Y Soft HQ in Brno.
Only Pac-Man with your help can save us.
How to create Gradle project with custom task classes in Groovy
Major feature of Gradle is extensibility. Developer can store common logic in a custom task class.
class GreetingTask extends DefaultTask {
String...