software delivery – Devstyler.io https://devstyler.io News for developers from tech to lifestyle Mon, 05 Jul 2021 07:17:52 +0000 en-US hourly 1 https://wordpress.org/?v=6.8.5 10 Youtube Channels Every Software Developer Should Know About https://devstyler.io/blog/2021/07/05/10-youtube-channels-every-software-developer-should-know-about/ Mon, 05 Jul 2021 07:17:35 +0000 https://devstyler.io/?p=57724 ...]]> Being a developer means we like to stay on top of the latest and the coolest technologies and practices. We know learning is a continuous process and let’s be fair – developers do not owe their successful careers to Google or Stack Overflow.

As the tech community grows rapidly, all developers must catch up with the latest trends related to programming. Wheater there is a new coding language, new development methods or an updated tools that smoothen software delivery… Developers should be informed about everything. And what is the fastest way to catch up with all these innovations?!

Well… Social media is a great way to collaborate on developments, meet other developers, share open-source projects indeed. So, today, we want to talk about YouTube. Sharing is so popular that a lot of developers spare some time to share their projects, their professional lifestyle, and feelings. And if you are wondering which developers’ channels you should follow, here is a list of Youtube channels that may trigger your interest.

Eddie Jaoude (19.7K subscribers) @eddiejaoude 

Eddie is a Full Stack open-source software engineer with 15+ years of experience. Eddie posts about his open-source projects and tips to get into coding. Check his channel.

Aaron Jack (229K subscribers) @_aaronjack

Aaron is a freelance Software Engineer from San Francisco. He founded Freemote Bootcamp and speaks about programming languages tips and trends on his Youtube channel.

Mayuko (440K subscribers) @hellomayuko 

Mayuko is a former Silicon Valley engineer. After working for Netflix and Intuit, she became a content creator on Youtube. She publishes about mental health, career path, and programming languages. Check her channel.

Maya Bello (7.38K subscribers) @maya_loves_code

Maya aims at inspiring her subscribers to learn how to code with various coding tutorials and tech content. Go to her channel.

ForrestKnight (292K subscribers) @ForrestPKnight

ForrestKnight films what he codes. He shares his coding techniques, speaks about computer science and Data structures. Go to his channel.

TechLead (1.02M subscribers) @techleadhd

Patrick Shyu is an Ex-Google/ex-Facebook tech lead. He actively shares his opinion of the tech trends, coding stacks, as well as his personal financial experiences. Check his channel. 

Andy Sterkowitz (291K subscribers) @andysterks 

Andy is a self-taught developer. He shares his story of how he became a developer along with coding tips and tech content. Go to his channel.

Beacoder (7.3K subscribers) @coderbea 

Previously interned at Facebook Messenger, Amazon Alexa, and Twitter, Bea posts videos about her previous internships, giving tips on where to get started to become a software engineer. This channel is ideal for dev newbies.

Ben Awad (323K subscribers) @benawad

He is an amazing open-source software developer, who makes videos about React, React Native, GraphQL, Typescript, Node.js, PostgreSQL, Python, etc. He is the guy behind DogeHouse, although this project is closed now, he made it pretty famous. You can visit his channel.

Kalle Hallden (515K subscribers) @kallehallden

He is an amazing YouTuber with amazing production quality, If You want to learn from examples, then this channel is recommended by me to everybody. He also make reviews about gadgets you may need as a software developer. Check his YouTube channel.

There you are, 10 active youtube channels! Each one is unique simply because these developers don’t have the same approach to software and because their content strategy is different. They all tell a different story!

]]>
OpenShift GitOps and Pipelines added to reduce DevOps friction https://devstyler.io/blog/2021/05/04/openshift-gitops-and-pipelines-added-to-reduce-devops-friction/ Tue, 04 May 2021 10:26:43 +0000 https://devstyler.io/?p=49800 ...]]> Red Hat has announced the addition of OpenShift GitOps and OpenShift Pipelines to its OpenShift portfolio. These new capabilities will help companies reduce friction between developers and operations teams.

OpenShift GitOps provides IT teams with GitOps workflows to use for cluster configuration and application delivery. It is based on the idea of GitOps, which enables developers and operations teams to use a Git repository as a single source of trust.

Red Hat noted that one of the key benefits of GitOps is the automation of infrastructure and deployment requirements, which leads to faster, more secure, and scalable development. The senior vice president of Cloud Platforms at Red Hat, Ashesh Badani commented:

“With OpenShift GitOps and OpenShift Pipelines, we are working to remove the false wall between developers and IT operations, enabling the teams to work together earlier in the application development process. This not only helps to find and prevent defects more quickly in the software delivery process but also streamlines the process as a whole by providing increased visibility and security across the lifecycle.”

OpenShift Pipelines runs in each step of the CI/CD pipeline in its own container. It allows each step to scale independently, which helps reduce the cost and overhead for running the pipeline.

Red Hat hopes that OpenShift Pipelines will provide teams with full control over their delivery pipeline, plugins, and access control without needing to manage a central CI/CD server.

]]>