Huseyin Babal

Huseyin Babal has deep experience in Full Stack Development since 2007. He is mainly developing applications with JAVA, Spring, PHP, NodeJS, AngularJS. He is also interested in DevOps Engineering since 2013 and using AWS, Heroku for Cloud deployment and playing with Docker and Consul for implementing infinite scalable systems. He likes to share his experience in public conferences and perform advanced workshops about Full Stack Development and Devops. He is the author of NodeJS in Action course in Udemy.
  • Grails

    Grails on Groovy Tutorial

    Grails is a web development framework integrated with JVM that lets developers to develop applications by using built-in features like…

    Read More »
  • Groovy

    Groovy String Example

    1. Introduction String related manipulations have been always important in almost all programming languages. If you are using Groovy, you…

    Read More »
  • Groovy

    Groovy Closure Example

    1. Introduction A closure is an anonymous code block that can take arguments, return value, and also can be assigned…

    Read More »
  • Groovy

    Groovy Regex Example

    1. Introduction Regular Expression is a character sequence defines search pattern especially for pattern matching with strings. You may see…

    Read More »
  • Groovy

    Groovy Collect Example

    1. Introduction Groovy collect() is used for iterate through collections to apply closure to each element. In this tutorial, we…

    Read More »
  • Groovy

    Groovy Date Example

    1. Introduction Date operations may be painful in most of the programming languages. You may spend most of your time…

    Read More »
  • Groovy

    Groovy Array Example

    Table Of Contents 1. Introduction 2. Array Declaration 3. Access Array Items 4. Add Item Exception 5. Array Length 6.…

    Read More »
  • Groovy

    Groovy Substring Example

    Sometimes, the provided text may not be suitable for our needs. Because of this, we use string manipulation functions to…

    Read More »
  • Groovy

    Groovy Console Example

    1. Introduction In this tutorial, I will show you how to use Groovy Console to run your Groovy scripts and…

    Read More »
  • Groovy

    Groovy List Example

    Table Of Contents 1. Introduction 2. List Declaration 3. Add Items 4. Remove Items 5. Item Lookup 6. Split List…

    Read More »
Back to top button