Software Development Videos and Tutorials: Java, .NET, Ruby, Python, JavaScript, Agile, Software Testing
 
Category: <span>Coding</span>

Introduction to Kotlin

Kotlin is a modern statically typed language targeting JVM and JavaScript and intended for industrial use. The main goal behind this project is to create a language that would be a good tool for developers, i.e. will be safe, concise, flexible, 100% Java-compatible and well-supported by IDE and other tooling. …

Unifying the Software Development Lifecycle Using Open Source and Domain Specific Languages

Open source technologies are now up to the challenge of unifying the software development lifecycle. In this talk I will demonstrate how interactive documentation and domain specific languages allow the use of open source systems to support all teams in a project – from client to support. I will be …

PHP Code Smells

The way the code of an application is organized greatly influences its maintainability, extendability and testability. Finding flaws in your object-oriented design as early as possible can therefore make the difference between an awesome application and a not so good one. Luckily there are a lot of indicators to look …