TeraTech

The ColdFusion Experts: Develop | Secure | Optimize

  • Services
  • About
  • CF Alive
  • Blog
  • Podcast
  • Contact

  • Services
  • About
  • CF Alive
  • Blog
  • Podcast
  • Contact

049 CF Continuous Integration Plumbing with Bitbucket Pipelines with Guust Nieuwenhuis

November 13, 2017 By Michaela Light Leave a Comment


Guust Nieuwenhuis talks about “CF Continuous Integration Plumbing with Bitbucket Pipelines” in this episode of CF Alive Podcast, with host Michaela Light.

Contents

  • Episode highlights:
  • Mentioned in this episode:
  • Bio
  • Links
  • Interview Transcript:

Episode highlights:

  • What is Bitbucket Pipelines?
    • What is Bitbucket?
    • What is Git?
    • What is a code repository?
    • Built on top of AWS
  • Why CFers should use Bitbucket Pipelines?
    • Easier setup
    • Integrated with Bitbucket
  • Why Continuous Integration and Continuous Deployment
    • Micro releases
  • What he likes about the Bitbucket repository
    • Github is good for open source projects, but is more limited for private repositories
    • Bitbucket allows unlimited private repositories
    • Can config based on different branches
      • Dev branch
      • Production / Master branch
      • Feature branches
  • Docker containers integration
    • Docker Hub
    • CommandBox as basis for Docker
  • Using it with Teams
    • Queue and concurrent builds
    • Slack integration
    • Email on test fail
  • Costs
    • Free to start
      • With 50 minutes build time / month for free
    • Various Packages  with more build minutes or buy 1000 extra build minutes for $10
    • https://bitbucket.org/product/pricing
  • How to get started with Bitbucket Pipelines
  • Why are you proud to use CF?
    • Easy to use
    • Flexible
    • Productive
  • WWIT for you to make CF more alive this year?
    • Using modern techniques
    • Growth in Box products
    • Docker containers
  • What are you looking forward to at CFCamp?
    • Meeting CF developers from across Europe
    • Sold out

Bitbucket Pipelines brings continuous integration and delivery to you GIT repository, empowering you to build, test, and deploy your code with a simple push. Guust will get will tell you all about it and show you several scenarios in which Bitbucket Pipelines will accelerate your releases.

You'll learn how to configure your Bitbucket repository, define your pipelines, use your own docker containers and deploy directly to your environments. Bitbucket Pipelines will have no more secrets for you!

Guust Nieuwenhuis Sm1 1

Mentioned in this episode:

  • CFCAMP
  • Github
  • Bitbucket 
  • Bitbucket Pipelines 
  • Jenkins
  • Bamboo
  • Docker Containers Ortus Roadshow webinars
  • Continuous Integration
  • Trello
  • JIRA issue tracker
  • AWS (Amazon Web Services)
  • Node.js
  • Npm
  • CommandBox
  • TestBox
  • Lucee
  • Slack
  • Yaml config file
  • AWS CLI
  • Amazon S3
  • His social media name Lagaffe

And to continue learning how to make your ColdFusion apps more modern and alive, I encourage you to download our free ColdFusion Alive Best Practices Checklist.

Because… perhaps you are responsible for a mission-critical or revenue-generating CF application that you don’t trust 100%, where implementing new features is a painful ad-hoc process with slow turnaround even for simple requests.

What if you have no contingency plan for a sudden developer departure or a server outage? Perhaps every time a new freelancer works on your site, something breaks. Or your application availability, security, and reliability are poor.

And if you are depending on ColdFusion for your job, then you can’t afford to let your CF development methods die on the vine.

You’re making a high-stakes bet that everything is going to be OK using the same old app creation ways in that one language — forever.

All it would take is for your fellow CF developer to quit or for your CIO to decide to leave the (falsely) perceived sinking ship of CFML and you could lose everything—your project, your hard-won CF skills, and possibly even your job.

Luckily, there are a number of simple, logical steps you can take now to protect yourself from these obvious risks.

No Brainer ColdFusion Best Practices to Ensure You Thrive No Matter What Happens Next

Coldfusion Alive Best Practices Checklist

ColdFusion Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

√ Easily create a consistent server architecture across development, testing, and production

√ A modern test environment to prevent bugs from spreading

√ Automated continuous integration tools that work well with CF

√ A portable development environment baked into your codebase… for free!

 

Learn about these and many more strategies in our free ColdFusion Alive Best Practices Checklist.

 

Bio

Guust Nieuwenhuis is a freelance Senior Full Stack Web Developer with experience in a wide range of technologies. Over the last couple of years, he has been involved in projects for various clients like: European Commission, NSHQ (NATO), Adobe, AS Adventure Group, NS (Dutch railways), Proximus.

Recently Guust started developing his own product: Pedrillo. It's a SAAS solution for music orchestra's to manage their musicians, events, library, etc.

In his free time, Guust plays the double bass and drums/percussion, both in small ensembles as in symphony orchestra's. He likes spending as much time as possible with his family and meeting friends for a chat, game or drink. When he still has some time left, he mainly spends it behind his computer to fulfil his hunger for the latest trends in IT.

Guust Nieuwenhuis

Links

  • Website
  • Twitter 
  • LinkedIn 
  • Stackoverflow
  • SlideShare

Interview Transcript:

Michael:          Welcome back to the show. I'm here with Guust Nieuwenhuis. I hope I'm saying name right there. It sounds pretty Belgium to me. And we're going to be talking about continuous integration in ColdFusion with a bit bucket pipelines. And Guust is doing a talk at C.F. camp on plumbing with bit bucket pipelines. So, we're going to look at what those are, and why all ColdFusion developers might want to have a look at those. And why doing continuous integration in continuous development are a good thing. What he likes about the bit bucket repository. And we'll also look at how integrates with Docker containers, and how you can use it on your team. So welcome Guust.

Guust:             Thank you, thank you for having me.

Michael:          And if you don't know Guust, he has been a ColdFusion developer for a while. He's a full stack developer and he's currently developing his own part product Pedrilo [01:01] which is a Lucian solution for music. And that's one of his hobbies he plays the double bass so. And the drums, so very talented man.

Guust:             thank you

Michael:          So for those who haven't come across it, first of all, what is bit bucket, and then what is bit bucket pipelines?

Guust:             Well, before you answer what is bit bucket, maybe we should even answer what is Git, and what is [inaudible] [01:35] For those who haven't heard about it. The last few years [inaudible] repositories are central place where you can host your teams, or your individual codes for a project. And one of those solutions for doing that is Git. Git's been very popular last couple of years, and a lot of people are using it very actively. There are a couple of cloud based solutions for Git servers, and one of them is a very well-known one is GitHub, but the other one you could say is the clouds Git repository by Atlassian. And so, that's what Git does solution to host your Git repositories, your project actually. And then pipelines I guess what’s Git pipelines?

Read more

Related Posts

  • We Create Chose And Attract Our Current Business Reality 1CF Camp 2018: Madness in Munich Part Five- AngularJS + ColdFusion
  • 8 Important Components For A Leader Of A Coldfusion Development Project8 Important Components for a Leader of a ColdFusion Development Project
  • 038 Level Up Your Coldfusion Web Apps With Amazon Web Services, With Brian Klaas038 Level Up Your ColdFusion Web Apps With Amazon Web Services, with Brian Klaas
  • Would Whole Brain Testing Have Made Windows Vista Better?Would Whole Brain testing have made Windows Vista better?
  • 041 The True Roi Of Coldfusion (How To Sell Cf To Your Boss Or Client) With Thomas Grobicki- Transcript041 The true ROI of ColdFusion (how to sell CF to your boss or client) with Thomas Grobicki- Transcript
  • Adobe Coldfusion Summit 2021Adobe ColdFusion Summit 2021
  • Facebook
  • Twitter
  • LinkedIn

Filed Under: CF Alive Podcast

← Previous Post Ortus Developer Week 2017- FREE, Live Webinars For a Whole Week!
Next Post → 048 CF Continuous Integration Plumbing with Bitbucket Pipelines with Guust Nieuwenhuis – Transcript

Subscribe on iTunes

Popular podcast episodes

  • Revealing ColdFusion 2021 – Rakshith Naresh
  • CF and Angular – Nolan Erck
  • Migrating legacy CFML – Nolan Erck
  • Adobe API manager – Brian Sappey
  • Improve your CFML code – Kai Koenig

CF Alive Best Practices Checklist

Modern ColdFusion development best practices that reduce stress, inefficiency, project lifecycle costs while simultaneously increasing project velocity and innovation.

Get your checklist

Top articles

  • CF Hosting (independent guide)
  • What is Adobe ColdFusion
  • Is Lucee CFML now better than ACF?
  • Is CF dead?
  • Learn CF (comprehensive list of resources)

Recent Posts

  • 113 ACF and Lucee Roundtable, with Charlie Arehart, Gert Franz, Mark Drew and Ben Nadel
  • 112 4 Cool ColdFusion Books with author Luis Majano
  • State of the CF Union 2022 Survey Results- 2. Your Environment
  • Adobe ColdFusion Advanced Workshop
  • 111 CFCasts Behind the Scenes with Eric Peterson

Categories

  • Adobe ColdFusion 11 and older
  • Adobe ColdFusion 2018
  • Adobe ColdFusion 2020 Beta
  • Adobe ColdFusion 2021
  • Adobe ColdFusion Developer week
  • Adobe ColdFusion Project Stratus
  • Adobe ColdFusion Projects
  • Adobe ColdFusion Security
  • Adobe ColdFusion Summit
  • Auto Security Lockdown
  • AWS
  • CF Alive
  • CF Alive Podcast
  • CF Camp
  • CF Tags
  • CF Vs. Other Languages
  • CFEclipse
  • CFML
  • CFML Open- Source
  • CFUnited
  • ColdBox
  • ColdFusion and Cold Depression
  • ColdFusion and other news
  • ColdFusion community
  • ColdFusion Conference
  • ColdFusion Consulting
  • ColdFusion Developer
  • ColdFusion Development
  • ColdFusion Hosting
  • ColdFusion Maintenance
  • ColdFusion Roadmap
  • ColdFusion Security
  • ColdFusion Training
  • ColdFusion Webinar
  • CommandBox
  • Docker
  • Fixinator
  • Frameworks
  • Fusebox
  • FusionReactor
  • IntoTheBox Conference
  • Java
  • JavaScript
  • JVM
  • Learn CFML
  • Learn ColdFusion
  • Legacy Code
  • Load Testing
  • Lucee
  • Microsoft Azure
  • Mindmapping
  • MockBox
  • Modernize ColdFusion
  • Open- Source
  • Ortus Developer Week
  • Ortus Roadshow
  • Performance Tuning
  • Programming Languages
  • Server Crash
  • Server Software
  • Server Tuning
  • SQL
  • Survey
  • Survey results
  • TestBox
  • Transcript
  • Uncategorized
  • Webinar
  • Women in Tech
  • Home
  • Services
    • ColdFusion Consulting
    • ColdFusion Development
    • ColdFusion Maintenance
    • ColdFusion Security
  • About Us
  • CF Alive
    • CF Alive Book
    • CF Alive Inner Circle
    • CF Alive full resources cheatsheet
  • Blog
  • Podcast
    • Podcast Guest schedule
  • Contact
  • Sitemap

The ColdFusion Experts:
Develop, Secure, Optimize

TeraTech Inc
451 Hungerford Drive Suite 119
Rockville, MD 20850

Tel : +1 (301) 424 3903
Fax: +1 (301) 762 8185

Follow us on Facebook Follow us on LinkedIn Follow us on Twitter Follow us on Pinterest Follow us on YouTube

Copyright © 1998–2022 TeraTech Inc. All rights Reserved.