Pilgrim Engineering Architecture Technology Podcast - PEAT UK

Follow Pilgrim Engineering Architecture Technology Podcast - PEAT UK
Share on
Copy link to clipboard

Independent contractor software developer and cloud platform engineer. Podcast and music by Pilgrim Engineering Architecture Technology PEAT UK

Peter Pilgrim


    • Oct 22, 2018 LATEST EPISODE
    • infrequent NEW EPISODES
    • 29m AVG DURATION
    • 20 EPISODES


    Search for episodes from Pilgrim Engineering Architecture Technology Podcast - PEAT UK with a specific topic:

    Latest episodes from Pilgrim Engineering Architecture Technology Podcast - PEAT UK

    LJC - SPECIAL - PEATUK -" JavaEE Ah,Ah,Ah Staying Alive"

    Play Episode Listen Later Oct 22, 2018 68:48


    Special episode featuring Peter Pilgrim speaking to the London Java Community JUG on the evening of Tuesday 16th October 2018 Recorded at CodeNote, Skillsmatter Abstract: There are multiple ways to get into Java software engineering. Many people will have heard of the brand idea: Java EE. They might be aware of the history of enterprise Java computing, some will know about the origins of Java EE, its controversial past, but also the surprising imaginative concepts of this fundamental piece of commercial and open source work, we will meet the people and the wider community. Java EE was a standard bearer most of the life of the Java Virtual Machine. My talk will give background in Java EE, we will pick up the pieces and find out the answers to several questions. We will examine several terrific innovations, we will also find why these were simply not enough to satisfy the competition. We will look at Java EE’s prognosis. We will witness the crisis of Java EE and then launch a projectile into the far future. How will Jakarta EE meet the challenge of micro-services oriented architecture M/SOA? How does the Microprofile deliver the sustainable promise for the current cloud-native and future digital applications?

    Hot shot 011 - Jenkins on AWS (part 1)

    Play Episode Listen Later Sep 22, 2018 12:06


    In this episode, we cover the deployment of Jenkins master to AWS EC2 instance. We go through selecting the appropriate AMI, configuration, security group and launching. We log into the EC2 instance, configure a bunch of stuff and then fire up Jenkins a single instance master node. What is hard about this task? It is easy. Caution: you will have experience of essential AWS console configuration before you try this at home (or at work)

    Hot shot 010 - Dealing with Micro-Service Oriented Architecture DATA (part 2)

    Play Episode Listen Later Sep 22, 2018 12:08


    A deep discussion microservices and data, aggregating the query and recommendations to reduce the binding between the data sets. An overview of types of database that suit the transactionable requirements of the business and the stakeholder. Ideally, each microservice class should have exclusive private access to a schema, but often business and engineering break the rules, but why?

    Hot shot 009 - Dealing with M/SOA DATA (part 1)

    Play Episode Listen Later Aug 17, 2018 12:33


    How do microservices M/SOA deal with data? Software developers certainly write code that processes data. We can become blind and less caring to the data that we are asked to process. I certainly understand this way of working when building a service. All we care about is where does that data arrive? Where do we need to push that data? Do we need to save into a persistent store? Do we need to transform the data from one form to another form in the middle of the operation?

    Hotshot - 008 - Jenkins Pipelines

    Play Episode Listen Later Jul 30, 2018 14:04


    As DevOps engineer, you probably already heard of Jenkins and continuous integration. This episode covers a very brief history of Kohsuke Kawaguchi's pet project Hudson that eventually became Jenkins, then we make a deep dive into Pipelines. There are two types of pipelines within Jenkins: declarative and scripted pipeline syntax.

    Hotshot - 007 Decent DevOps Defined

    Play Episode Listen Later Jul 12, 2018 14:13


    What is a definition of decent DevOps? In this episode, we attempt find out the answer.

    Hot shot 006 - Securing your AWS account

    Play Episode Listen Later Jun 5, 2018 10:16


    How does a DevOps and/or production platform engineer securing thair AWS account? Learn from these are hints and tips about Instance Access Management (IAM) under Amazon Web Services. After listening this talk, you will be better placed in the security realm.

    Hotshot 005 - A quick introduction to the Spock Testing framework

    Play Episode Listen Later May 23, 2018 22:26


    Spock is a behavourial-driven design (BDD) testing framework written in the Groovy programming language. Obviously, it works with Groovy, but Java developers can use to test their applications. This episodes explains how to onboard it onto your Java application micro services.

    Hot shot 004 - Migration Advice for Java 10

    Play Episode Listen Later May 1, 2018 13:43


    As you know Java 9 introduced a module system. You probably are migrating your services to JDK 10 and beyond or at least thinking. My general advice to business is, the sooner you migrate the better your technical debt will be. It will be easier to stay up to changes when Java 11 is released in September 2018.

    Hot shot 003 - Thinking of Java 10 and beyond

    Play Episode Listen Later Apr 24, 2018 12:50


    Java 10 was released on 20th March 2018. I think many software teams will hold back from upgrading to it. Even lesser numbers of professional probably still have yet to make a move from Java 8 to Java 9. Why would this be the case, because of legacy impediments and dependencies on application servers, frameworks and even cloud native containers.

    Hotshot 002 - Fast Introduction to Pivotal Cloud Foundry - PEATUK

    Play Episode Listen Later Apr 4, 2018 10:21


    Pivotal Cloud Foundry is the professional enterprise solution of Cloud Foundry supplied to business. We tend to abbreviate it to PCF. Essentially PCF is largely the same code base as the open source Cloud Foundry on Github except for a bespoke components, which are web front-end application. PCF has an Operations Manager as known as Ops-Man and an Administration Manager known as Apps-Man.

    Hotshot 001 - Why Did My Docker Container Jenkins Job Die? PEATUK

    Play Episode Listen Later Mar 12, 2018 12:18


    Hot shots are a series of shorter podcast episodes from PEAT UK. Small bite size chunks of advice on DEV OPS and Platform Engineering. We had an issue with Docker containers and memory utilisation. Suddenly our Spring Boot integration tests were dying with an exit code of 137.

    PEATUK Series 1 Podcast 8 - A Gentle Guide to Modern Day Cloud Computing

    Play Episode Listen Later Dec 19, 2017 72:50


    In this final episode of the experimental series 1, we take a gentle overview of cloud computing. We look at the history of cloud computing Why and how did this form of computing become popular? We get to know the meaning of IaaS, PaaS and SaaS. We examine the constituent elements of so-called "cloud" computing. We embrace the positives and negatives of this mode of enterprise.

    PEATUK Series 1 Podcast 7 - Infrastructure as Code (IaC), Tools, Terraform and Ruby

    Play Episode Listen Later Dec 13, 2017 63:16


    In this episode, we take an overview of a recent progression in software engineering called Infrastructure as Code. It solves the problems of reliability, configuration and deployment for a software stack. We look at the tools such Vagrant, Puppet, Ansible and Terraform. Finally, we devote entire section to the Ruby programming language and its suitability to Infrastructure as Code.

    PEATUK Series 1 Podcast 6 - Introduction to Alternative Forms of Software Engineering

    Play Episode Listen Later Dec 5, 2017 41:11


    In this week's episode, we look at an alternate forms of software engineering beyond the typical developer led roles. We consider developer operations (Dev Ops) and also platform engineering roles (specifically cloud native).

    PEATUK Series 1 Podcast 5 - The Importance of Pair Development

    Play Episode Listen Later Nov 27, 2017 45:42


    In this week's episode, we discussion the topic of pair development, which is more commonly known as pair-programming. We also give advice on being at successful job interviews where pairing is used a test metric.

    PEATUK Series 1 Podcast 4 - Exploring A New Brand Selection for the Java EE Platform

    Play Episode Listen Later Nov 20, 2017 54:52


    In this episode we explore the new brand selection for the Java EE Platform now that the umbrella specification is moving from Oracle Corporation to the Eclipse Foundation

    PEATUK Series 1 Episode 3 - Explaining Twelve Factor Apps for Microservices

    Play Episode Listen Later Nov 13, 2017 32:30


    This episode is all about Heroku's Twelve Factor applications, which are design rules for building flexible, sustainable and robust cloud-native application. I. Codebase - One codebase tracked in revision control, many deploys II. Dependencies - Explicitly declare and isolate dependencies III. Config - Store config in the environment IV. Backing services - Treat backing services as attached resources V. Build, release, run - Strictly separate build and run stages VI. Processes - Execute the app as one or more stateless processes VII. Port binding - Export services via port binding VIII. Concurrency - Scale out via the process model IX. Disposability - Maximize robustness with fast startup and graceful shutdown X. Dev/prod parity - Keep development, staging, and production as similar as possible XI. Logs - Treat logs as event streams XII. Admin processes - Run admin/management tasks as one-off processes

    PEATUK Series 1 Episode 2 - Explaining Software and Hardware

    Play Episode Listen Later Nov 6, 2017 22:03


    Experimental podcast series and in this episode we look at basic difference between hardware and software. We also consider the future relationship between hardware and software. Why is my television behaving as badly as a general purpose computer?

    PEATUK Series 1 Episode 1 - Future of Java EE 2017

    Play Episode Listen Later Oct 30, 2017 33:24


    After the JavaOne 2017 conference and Oracle's announcement to move the umbrella specification, tools compatibility kit and the verification and trade marks to the Eclipse Foundation, we look at the concerns, the advantages and disadvantages to the community of engineers worldwide. We also consider the implications to business. Retro edited in December 2017

    Claim Pilgrim Engineering Architecture Technology Podcast - PEAT UK

    In order to claim this podcast we'll send an email to with a verification link. Simply click the link and you will be able to edit tags, request a refresh, and other features to take control of your podcast page!

    Claim Cancel