Close

(60) DevOps

DevOps is a set of practices that automates the processes between software development and IT teams so that they can build, test, and release software faster and more reliably. DevOps is founded on building a culture of collaboration between teams that historically functioned in relative siloes.

Finding Files Using Mac Terminal

macbook pro

find This command is the easy option for finding files on MacOSX systems. To use it at its basics, you specify the location to start your search, and then options like file names and file types. When executed, it will walk the folder hierarchy from that specified point and output […]

Devamını Oku

3 steps to improving your GitHub-experience

Adobe to Acquire Magento

By helping others help you, you’re setting yourself up for less friction. Here are 3 steps towards making the whole experience as smooth as possible 😀 1. Crafting the perfect pull-request A well-crafted pull-request will save everyone’s time by being to-the-point and doing what it says on the tin. Consider […]

Devamını Oku

Transforming the Management of Application Configurations & Secrets at 24 Hour Fitness

24hourfitness.com

At 24 Hour Fitness, for many years, operations and development teams have gone through the pain of trying to manage and deploy application configurations with data stored in many files and locations across the ecosystem. The DevOps team was tasked with architecting and implementing a simple, reliable, highly available, testable solution […]

Devamını Oku

What Is Amazon CodeGuru?

What Is Amazon CodeGuru?

What is Amazon CodeGuru? It is a machine-learning service for automated code reviews and application performance recommendations. It helps you find the most expensive lines of code that hurt application performance and keep you up all night troubleshooting, then gives you specific guidance to fix or improve your code. Leveraging […]

Devamını Oku

Linux Nano Kullanımı

Linux Nano Kullanımı

Komut satırından çalışan basit ve hafif bir text editörü olarak nano’ yu öneriyorum. vi kullanmak zorunda değiliz 🙂 vim ya da emacs gibi editörler daha büyük uygulamalardır. Öncelikle nano kullandığınız distro’ da yoksa “apt-get install nano” ile yüklemeniz gerekiyor. Bu install işi hata veriyorsa, package update ‘i yüklemek gerekecektir. “apt-get […]

Devamını Oku

Most popular languages on GitHub, 2019

github

Most popular languages on GitHub as of October 25, 2019, counting only repos with at least 10000 stars. # language repos count 1 JavaScript 397 2 Python 115 3 Java 103 4 Go 78 5 C++ 53 6 TypeScript 46 7 HTML 36 8 C 33 9 Shell 32 10 […]

Devamını Oku

Mirantis acquires Docker Enterprise.

Docker Containers

Mirantis today announced that it had acquired Docker’s Enterprise business and team. Docker Enterprise was very much the heart of Docker’s product lineup, so this sale leaves Docker as a shell of its former, high-flying unicorn self. Docker, which installed a new CEO earlier this year, says it will continue to focus on tools that will advance […]

Devamını Oku

What is SCP and Example syntax for Secure Copy (scp)

Linux

What is SCP and Example syntax for Secure Copy (scp) SCP copies files between different hosts. It uses SSH and provides authentication for remote host Examples Copy the file “foobar.txt” from a remote host to the local host • $ scp remoteusername@remotehost:foobar.txt /some/local/directory Copy the file “foobar.txt” from the local […]

Devamını Oku

Docker For Beginners

Docker For Beginners

Get started using Docker with this end-to-end beginner’s course with hands-on labs. Access the labs here: https://www.kodekloud.com/p/docker-labs Docker is an open platform for developers and sysadmins to build, ship, and run distributed applications on laptops, data center VMs, or the cloud. In this course, you will learn Docker through a […]

Devamını Oku