SPSonakshi Priyainsonakshithedev.hashnode.dev·Dec 29, 2021 · 3 min readHello World! with Groovy.About Groovy. Groovy is an object-oriented language based on the Java platform. It is distributed via the Apache License v 2.0. It is a powerful, optionally typed and dynamic language, with static-typing and static compilation capabilities. It su...01H
SPSonakshi Priyainsonakshithedev.hashnode.dev·Dec 28, 2021 · 3 min readHow to Generate SSH key in GitLab?What is Git? Git is a distributed version control system, which can help you to work locally on your computer, then share or “push” your changes to a server (Nothing but our GitLab). Now What is SSH key? It is basically a protocol to build secure c...00