Categories
About us Podcast Interviews

From the US Marines to AWS: A DevOps Career

From US Marines to AWS, a DevOps Career. Jake Furlong is a Technical Lab Developer at Amazon Web Services (AWS) and a self-taught DevOps expert, Site Reliability Engineer and cloud architect. He tells us how he went from being in the US Marine Corps to DevOps Career and to becoming an all-around DevOps specialist. And shares DevOps career tips and insights.

🔊 Subscribe to the podcast


Interested in DataOps? Learn more about a career in data science.

You spent several years with the US Marines and your educational background is in business. How did you transition into tech and devops career?

I got out of the US Marine Corps and, honestly, I just took the first job that I could find. I started training new employees on how to use an Avaya telecom system; which I myself had no idea what that was. I did that for a few months and then they moved me into another role; as director of admissions systems and analytics. I had access to some free courses. So I took calculus and some computer architecture classes because that was kind of was interested in.

Then I stumbled across a CompTIA certification road map online and picked up an A+ book. I started reading through that and I stumbled across a book called Automate The Boring Stuff and started learning some Python. And most of my job was done through CRM and a lot of Excel, a lot of functions. I just started converting it to Python to automate my job and then I automated my friends’ jobs. And before you know it, it was all just running Python.

And I was talking about it while playing World of Warcraft, of all things. I had a friend in my WoW guild who worked for an SAP company and said “hey, we’re hiring if you want to switch into tech”. I talked to my family about doing a complete and total career switch.

The interview went horrible, but they were very very nice. I was willing to learn and they had seen how much I had learned in such a short time at my previous job and gave me a chance. I got an offer and that was the beginning.

You have quite a portfolio of certifications. Is that how you learned the most?

As I said, I read through that A+ book, but mostly for the knowledge. Based on what I wanted to do in IT, I didn’t really want a hardware-related certification. Because I think that, for hiring managers, sometimes it’s easy to misconstrue a person’s skills based on what certifications they have. So I wanted to make sure I was marketing myself in a way I thought was relevant for the things that I wanted to do.

That’s when I found AWS and I kind of looked at the state of IT at the time and figured that cloud was really the way forward. I got AWS certified and then my company was getting really hands-on with GCP. So I got GCP certified and all of that was through free online courses and a paid Linux Academy subscription. I thought about getting an IT degree but it was just too expensive and there wasn’t enough hands-on. It was mostly theory. So I kind of took the theory from the books that I had, and then once I found Linux Academy, I just did every course.

Anything operating systems, Windows, Linux, database programming, web stuff, web development, cloud — whatever I could find. Then I found a site called Open Source Society University, and they have a GitHub page that basically gives you a list of courses from edX, Coursera or other free online tools that teach you the equivalent of a computer science degree.

That was very, very helpful. Then I just took that information and volunteered for every project at work. I took any ticket and tried to automate it, stuff like that. And the whole time, I was told that certs aren’t important to all the people that I worked with. But I think that hiring managers and HR might disagree. And let’s be honest, it’s kind of hard to get jobs without proving you have the knowledge and.

Since I don’t have a degree in anything technology related, I felt I needed to kind of differentiate myself a little bit. So I got those to kind of compensate for not having a degree.

What’s your opinion on free courses vs bootcamps or official certifications?

I always go with free stuff or at least like the inexpensive Udemy sales. I think bootcamps are great for entry-level, but they don’t really allow you to work past that and most of the content online will get you through the basics. Try to solve a problem or find a problem to solve and really get your hands dirty with development or cloud engineering.

Certs are fine if you need them for a specific position or career goal. But I wouldn’t do one to learn. I might take the study guide and use that, but I think certs are a huge market and there’s a lot of money to be made from people that are looking to get certified.

I honestly just went to a lot of meetups. And I pretty much changed my podcasts to tech podcasts and just listened to those all the time.

I also focused on vendor documentation as opposed to online learning. Whether that’s the Kubernetes administrator guides or AWS or GCP documentation. Because you’re getting it straight from the horse’s mouth, and, as a musician (I studied jazz) we always go back to who was the original musician and study their technique and their ideas. So I kind of took the same approach to tech. Where did JavaScript come from? Where did Python come from? And try to study the root of where that came from.

How was the experience of being with the Marines. What’s your biggest takeaway from your time with them?

I had a great time in the Marine corps. Believe it or not, I thought it was a lot of fun.

My biggest takeaway was really about how to work on a team. As much as there’s a lot of technical things I learned and things like that.

There’s just something about being humble and being a life-long learner and always striving to be better. About knowing your weaknesses and seeking self-improvement and being self-reliant and self-disciplined.

In tech, you have to because nobody is going to force you to hone your skills or learn a new programming language or how to administer Docker containers. You know, just that whole self-reliant aspect of being a continuous learner.

You design and implement technical labs, which are training programs for AWS customers. What does that involve?

I work on the training and curriculum team, and we deliver content to our AWS customers. We have an awesome team.

I work with them to help build and design labs and lab instructions. So, if you were to go to AWS, and want to take a course to learn how to be an architect, for example, we have designers and curriculum developers, architects, managers and product managers that we worked together with to formulate a plan to build a course.

Connect with Mindquest Newsletter

And my job day-to-day is to go through and support them so that, when they get to the hands-on portion, that a student can click start lab and that everything underneath the hood is provisioned and ready, works every time, and is repeatable across multiple devices or operating systems. I also ensure that the lab instructions are clear and easy to understand, from people who may have a lot of experience to people for whom this is their first time working with the cloud.

So it’s a technical role, but there’s a lot of human aspect to it. Understanding how people learn and how people learn technology – as a person who is basically self-taught, I use that a lot in this role.

First in DevOps career, now DataOps. The DevOps philosophy seems to be permeating all areas of IT. What do you think is the success behind this way of thinking? What will be the next “Ops”?

I will start by saying that I don’t think DevOps is a real thing. As a community, we can’t even agree on what it is. We’ve been doing this since the 70s, the 80s? Really since the 60s. With Deming, and all of the work he did toward continuous improvement, total quality management, things like that.

And I think what we’re going to see is that we’ll revisit value stream mapping. How can we best automate and streamline value stream maps. Right now, we’re automating everything, and it’s all about pipelines and getting the developers close.

I think that’ll be short lived. We should have always been doing that, and I think connecting development to automation and ops problems is good. I think DevOps, the core of it, we want the developer problems and ops problems to kind of be the same problems, right? Where ops informs development workflows.

Developers use that workflow to produce either new tools or better tools, or even more consistent infrastructure. But sometimes ops doesn’t want things to change. And, as somebody who’s worked in the ops world, I totally respect that and I completely understand. As somebody who’s worked on the devish side of DevOps, I understand needing to get new versions of things out and upgrading things and patching things so that there’s a balance between it.

But I think what we’re really going to see is that, as you get to DataOps and really anything that needs to inform ops, is that everything is going to be data-driven. But it’s going to have to be value streamed.

So, what is the most important? What do you get the most benefit from as far as value? How much money are we really making or saving by approving X project or making Y operations a department priority?

I think, eventually, and once you start finding an efficient way and accurate way to attach dollars or time to these things, you may have some time and value attached to them as it pertains to the business and not just how many commits you made last month or something

DevOps career: What’s the day-to-day of a DevOps team like

A lot of it is requests for automation, declarative infrastructure, tons of monitoring, moving into containerization or modernizing orchestration tools, stuff like that.

I think a lot of it is also developer advocacy and just DevOps evangelism. Because it’s been around for a while, but it’s still relatively new. It hasn’t really permeated all the cultures yet. So, while a lot of people have a DevOps team, the cultural side I think needs a lot of work. So a lot of time is spent explaining why we’re doing this.

It sounds like the value is obvious, but it still takes up a lot of time to describe why we need resources, why we need time, why we should be doing certain projects.

A lot of the time is spent researching new tech, building up labs on your workstation or in the cloud somewhere, and testing a deployment meeting with ops teams to discuss their pain points.

And then, of course, all the pipeline things, so it’s a very collaborative job. You’re not going to see a DevOps person in a silo.

On a given day, you never know what you’re going to do. But it’s always going to be automating something or fixing something or updating something or monitoring something, justifying what it is that you’re doing.

What’s the best career advice you have ever been given?

Ironically, it actually came from a conductor of a music organization. He said “find something you love and do that because, no matter what you do or where you go, you’ll always be doing something that you enjoy.

Just do what you know is right and provide value to everyone around you and don’t worry too much about certifications. If you have the knowledge, it will all come together.

Just always be learning.


For more tips about DevOps career, make sure to follow Jake on LinkedIn.


Check out more of our interviews in our podcast episodes.

Categories
Tech Magazine TOP 10 experts' articles

The Top 10 Belgian Cloud Pros to Follow on Twitter

Are you Belgian and into cloud? Looking to relocate to Belgium to pursue a career in cloud computing? These are the experts you should be following on Twitter. From industry insiders to technology evangelists, all of them are worth your attention. Top 10 Belgian Cloud Pros to Follow on Twitter.

Cloud: also read our article: Data security : Is your cloud data secure?

Top 20 – Belgian Cloud Pros to Follow on Twitter

Christian Verstraete 

@christianve 

Now happily retired, Christian is a cloud expert and advocate with over 35 years of experience working at tech behemoths like HPE, where he served as the chief technologist of the firm’s cloud advisory services. He is an avid tweeter and blogger and regularly shares news and analysis about the global cloud industry.  

Jan Tielens  

@jantielens 

Jan is a senior program manager at Microsoft, where he helps the company’s customers and partners design and develop their cloud ecosystems, with a focus on IoT, machine learning and cognitive services. He has been a Microsoft MVP for many years, conducting training and speaking at industry events across the world. 

Sam Vanhoutte 

@SamVanhoutte 

Chief Technology Officer (CTO) at Codit, an Azure-focused integrated solutions company, Sam is a Microsoft Azure MVP and frequently speaks on the topics of AI, IoT, Integration and API management. Highly experienced in IoT and cloud-based solutions, Sam posts regularly about these industries. 

Frederik Denkens 

@fdenkens 

Frederik is a business development and cloud expert who, back in 2001, founded Skyscrapers, a company looking to accelerate SaaS development with a combination of AWS, Cloud Native, DevOps, and Kubernetes. He shares his insight and expertise in these areas through his company’s blog

Wim Matthyssen 

@wmatthyssen 

Wim is a cloud architect with over a decade worth of experience working with Microsoft’s infrastructure technologies. He works for cloud services provider Synergics, where he focuses on designing Azure hybrid solutions. A true Microsoft cloud advocate, Wim is a Microsoft MVP and founding board member of the MC2MC Microsoft cloud community and writes regularly about hybrid cloud on his blog.  

Peter De Tender 

@pdtit 

Peter is part of the company’s Azure Technical Trainer team. A Microsoft MVP and certified trainer, he is devoted to teaching partners and customers the ways of Azure â€“ from guidance on how to deploy and manage workloads to helping other experts get Azure certified. He is also a coveted public speaker and shares his knowledge via his blog.      

Karel De Winter 

@kareldewinter 

This cloud solutions architect at managed cloud services provider DexMach is a devoted Azure expert and advocate. Whether it is on Twitter, on his blog, or at an industry event, Karel is passionate about helping the Azure community grow, constantly sharing news and educational resources about the platform. 

Glenn Colpaert 

@GlennColpaert 

Glenn is CTO and founder of Zure Belgium, where he helps clients design, deploy and maintain scalable Azure PaaS solutions. A Microsoft MVP and certified trainer, he is an active member of the Belgian Azure user group AZUG, as well as a frequent speaker at industry events.  

Geert Baeke 

@GeertBaeke 

Geert is a cloud architect and Microsoft incubator at De Cronos Groep. There he helps kick-start new initiatives based on the Microsoft tech stack and designs cloud-native solutions on the Azure platform. A frequent speaker at industry events, Geert regularly shares his Azure expertise through his blog and YouTube channel

Wesley Backelant 

@WesleyBackelant 

A Microsoft insider, Wesley is a cloud solutions architect focused on ensuring that the company’s customers are successful with their data and advanced analytics projects. In particular, Wesley is an expert in working with the various components of the Azure AI platform. He is a frequent speaker at numerous community event and regularly shares Azure news and tips. 

Continue here with our Top 10 Developers in Belgium to Follow on Twitter

🔊 Subscribe to our podcast


🔊 Subscribe to our podcast

Categories
Tech Magazine TOP 10 experts' articles

Luxembourg: Top 10 Cloud Experts to Follow on Twitter

Cloud computing is an umbrella under which many a successful professional career can be built by those who decide to go the way of IT. If you are a cloud specialist living in Luxembourg or are looking to get into cloud and could use the advice of a local, here’s a list with the folks you should be following on Twitter. Discover our top 10 experts from Luxembourg to follow on Twitter.

Top 10 Cloud Experts from Luxembourg to Follow on Twitter

Adam Tymofiejewicz 

@ITaaService 

Adam is a true cloud enthusiast who works as an IT services consultant and outsourcing processes specialist, always approaching IT from a business transformation perspective. He tweets extensively about industry trends and news, but also about many other topics of interest like space exploration and career advice.

 Fernando Simon  

@FSimonDBA 

Fernando is an Oracle ACE working as a Senior Database Architect at eProssed. He is highly experienced with the Oracle Database, mainly with Oracle Engineered Systems with focus in mission-critical and high availability environments. Fernando is also co-founder and board member of LuxOUG, and he blogs extensively about all things Oracle and disaster recovery. 

Rodrigo Mufalani 

@Mufalani 

Rodrigo is a Database Administrator (DBA) specialising in Oracle. In fact, he is an Oracle Certified Master (OCM) and Oracle ACE, a recognition that speaks to his deep expertise in the technology and his contributions to the platform. Rodrigo is also a chairman at LuxOUG and blogs extensively about all things Oracela and DBA.  

Lauren Miltgen 

@kubernan 

Laurent is a Microsoft cloud expert working as Head of Digital Transformation for consultancy firm Elgon and Ainos.  He is a Microsoft Office 365 MVP, a focus he complements with expertise in areas like project  and change management and business development. He tweets regularly about all things cloud and Microsoft, as well as general interest tech news and new developments regarding the star-up scene. 

Andre Ontalba 

@aontalba 

Andre is an Oracle ACE working as a Cloud Architect Team Lead and Senior Database Engineer at Digora, where he works with OCI, AWS and Azure. He is an Oracle Apps DBA, Exadata MAA, DG and HA expert, as well as a co-Founder LuxOUG. He blogs about DBA in his native Portuguese. 

Paolo Vecchi 

@Vecchi_Paolo 

Paolo is CEO at cloud start-up Omnis Cloud, where he helps partners and customers deliver cloud solutions based on open-source platforms which allow private and public sector organisations to take back control of their data. He is passionate about Linux, data privacy, security and regulations, topics he tweets about regularly. 

Arnaud Maichac 

@arnaudmaichac 

Arnaud is a Tech Lead at Bâloise Assurances Luxembourg. He is a senior .NET developer who describes himself as a Microsoft Azure addict and is a co-founder of the Luxembourg .NET User Group. He is highly involved with the country’s cloud community and tweets extensively about the topic.  

Gildas Cuisinier 

@gcuisinier 

Gildas is a DevOps and Software Engineer at the Luxembourg International Bank. He combines his interest for development with that for the sysadmin domain. He is a big advocate of the DevOps culture and the co-creator and organizer of Voxxed Days Luxembourg, a new event focusing on microservices. 

Andrey Martovoy 

@AndreyMartovoy 

Andrey is a FinTech Adviser at Luxembourg Bankers’ Association. He has combined expertise in FinTech and open innovation in financial services, and he is passionate about all the technologies impacting this industry – including, of course, the cloud.  

Mathieu Perrein 

@perrein 

Mathieu is Chief Technology Officer at Squaremiled, role to which he comes after years working as a software craftsman and architect. He is a Microsoft Certified Trainer and a co-founder of the Luxembourg .NET User Group. He tweets and share news about the topic. 

Discover our articles:

Categories
Press review Tech Magazine

Weekly News: Presenting Our New Podcast Mission Control Center

Say hello to our new podcast Mission Control Center

Because we know how busy you are, we are launching a podcast version of the newsletter from Mission Control Center, so that you can listen to it while you work.

Every week, our editor Miquel Morales will walk you through the most relevant tech news and share all sorts of career development advice. 

We’ll soon be having interviews with experts in all areas of IT, so make sure to follow us every week!


🔊 Subscribe to the podcast


AI cracks half-century-old problem

After having proven its worth with programs capable of beating humans at various games, the artificial intelligence group DeepMind has reached a major scientific milestone.

The group’s latest program, AlphaFold, has finally solved a problem that had kept researchers baffled for 50 years: predicting how proteins fold into 3D shapes. 

Protein folding patterns, which are unique to each protein and extremely complex, could until now only be unravelled through years-long lab work. It took AlphaFold just a few weeks to learn how to predict folding with greater accuracy than humans.   

The breakthrough paves the way for the design of more powerful drugs and vaccines to fight diseases, as well as for the production of more nutritious crops.

The Guardian

The key technologies for 2021

A new global IEEE survey of CTOs and CIOs reveals the top technologies and challenges for organisations in the upcoming year.

While overcoming the effects of the pandemic remains the biggest concern amongst technology leaders, AI and machine learning are cited as the game-changing tech trends for 202. Next-gen 5G solutions and IoT follow close behind. 

Manufacturing, healthcare, financial services and education are expected to be the industries in which technology will play a more pivotal role. 

One positive finding is that an overwhelming majority of IT leaders (92%) believe their company is now more prepared to respond to a catastrophic and sudden event like a natural disaster or a data breach.

TechRepublic

Mac minis are coming to AWS

Amazon Web Services kickstarted its yearly re:Invent conference with a big revelation: the company is bringing macOS to the AWS cloud. 

AWS will be making available Mac mini instances for developers to create apps directly on its Elastic Compute Cloud (EC2). 

It is a significant announcement for devs, who now can run Xcode and Swift tools in the cloud without having to maintain and patch custom-built Mac machines. 

However, the Mac minis being currently deployed in AWS data centres are still sporting previous-generation Intel chips. The company will be rolling out the new Apple-silicon machines early next year. 

TechCrunch


Check out more of our interviews from our podcast episodes.


Join our community and find your next job or expert in IT

Categories
Press review Tech Magazine

Weekly News: A crypto-worm is stealing AWS credentials

Researchers have discovered what they believe to be the first-ever crypto-mining worm that also manages to steal AWS credentials. 

Crypto-mining worms have been around for a while, stealthily infiltrating a network and using its computing power to mine cryptocurrency. This new worm is actually not even that good at it, having only made a mere $300 in profits. 

However, the attackers, who go by the name TeamTNT, have managed to incorporate the credential-stealing feature into their code. The researchers believe the attackers have recycled this functionality from a previous worm that targetted Alibaba’s cloud. 

This points to an emerging trend of copy-and-paste, opening the door for future malware to replicate TeamTNT’s code and go onto steal AWS credentials and compromise cloud ecosystems.

Fired for skipping the firewall

A whopping four out of ten businesses in the UK admit having dismissed employees for breaching the company’s security protocols. That’s according to a new survey by Centrify, a privileged access management solutions provider.

Most incidents were related to work-from-home scenarios, as a large proportion of employees tends to circumvent safety measures in favour of comfort or portability. 

As a result, 65% of companies have made important changes to their cybersecurity policy. Shadow IT was already a huge problem before the workforce transitioned to remote work. Now it’s become even more difficult to ensure that employees don’t use personal devices to access company networks and files.

Well, just keep in mind that you could get fired for it.

Categories
Growing your career: permanent & freelance IT Consultants

Free IT Courses for Locked-Down Tech Pros

It’s probably safe to say that we all have uttered these words at some point in our lives — If I had more time, I would….

With a good part of the world on lockdown to fight the expansion of COVID-19, now it might be the perfect time to put this premise to the test. Even if your effective schedule remains unaltered and you are simply working from home, there’s still a lot that you can do with whatever time you’re saving by not having to commute.With this in mind, several online learning platforms and software manufacturers have made some courses available for free so that tech and IT professionals like yourself can exit this crisis better prepared. These courses add to the already extensive list of free online resources that were already accessible before the quarantine. 

Re-skilling and continuous learning are a must for those looking to advance their career in a field like technology, where skill shortages are a prevalent problem and tools are constantly being updated. Accordingly, we suggest you make the most of the extra time on hand by benefitting from the below resources.

Coursera

The eLearning powerhouse has always offered a multitude of free courses from ivy-league universities and top technical schools across the globe — especially if you didn’t mind not receiving an official diploma for which you had to pay. However, and until May 31, a total of 100 courses will be accessible for free through the platform.

The reviews team at Business Insider has gone through the list of courses and identified 9 of them related to computer science. You will obtain an official certificate upon completion, at no cost and even enjoying access to otherwise premium features like homework grading and expanded reading materials

Hurry up, as most of these courses start today, April 08 – and make sure to add that certificate to your CV and LinkedIn profile once the course is completed. 

The list includes:

Udemy

With a somewhat more of a quick-bite and mobile mentality, Udemy offers a wide variety of courses and tutorials in dozens of topics. These are taught by subject matter experts and eLearning initiatives directly, without requiring the involvement of a third-party institution. 

The portal has made available over 530 courses for free so we can all invest in our education in the upcoming weeks. A lot of these focus on IT-related topics, from data science to videogame design.

Examples include:      

Codeacademy

A household name in tech education and computing, Codeacademy offers free courses on topics spanning from coding to computational theory and web development. The possibilities are almost endless, and you can even choose specific skill paths like building chatbots with Python or creating front-end apps with React.  

CompTIA IT Fundamentals

The Computing Technology Industry Association (CompTIA), known globally for its reputed certification programs, is offering free 30-day learning licenses for its IT Fundamentals (ITF+) curriculum. The overall course is probably too introductory if you are a seasoned tech expert, but you might find it touches on topics you haven’t had time to explore.

You can also pass the link along to anyone who is considering a career in IT but is not quite sure yet.

SAP and Microsoft

Another career-advancement option for these days of confinement is investing time in official vendor certifications and learning programs. These let you master some of the world’s most ubiquitous software tools and validate your skills in front of the community.

Leading ERP provider SAP is providing free access to a total of 35 courses to prepare for its official certifications. You even get a free first attempt at the official exam. The courses cover areas including building bots with SAP’s RPA or the business migration to S/4HANA – a course that can give you a great competitive edge given S/4HANA’s growing momentum.  

Additionally, Microsoft Learn offers a comprehensive host of learning resources for Dynamics 365, Microsoft 365, or the Power Platform. among others. Just keep in mind that, to protect its staff from the virus, Microsoft has implemented some changes in its user policy, as well as extended certain courses and deadlines. Here’s a full list of changes.    

Don’t forget your soft skills

Last but not least, think of dedicating some time to develop your soft skills. In IT, it is becoming increasingly vital to possess a strong set of soft skills to complement your technical ones – from interpersonal communication to adaptability and creative thinking.

Or perhaps you should focus on your mental health and resilience? LinkedIn Learning is providing free mindfulness courses to help people cope with lockdowns.


Also discover our guide: IT Job Hunting Done Well: A Step-by-Step Guide