Modernize or Die® - CFML News for July 27th, 2021 - Episode 113

Eric and Brad host this weeks episode. They talk about Mike Brunt's appearance on the Music and Chat podcast. Updates available for Java 8 and 11 as of July 20, 2021. In case you missed it, they share the link for July's Ortus Webinar. They also discussed ColdFusion Today and Tomorrow: A Conversation (July 2021) - Join Mark Takata, Adobe's Technical Evangelist for ColdFusion, as he chats with Nolan about the current release of Adobe ColdFusion as well as what the future of the language has in store. They discuss the latest CFCasts content, and some upcoming conferences... including Into the Box 2021 and Into the Box Latam both being held in person this year. They spotlight a lot of great blog posts, tweets, videos and podcasts, too many to list, so listen to the show. They announce some jobs from getCfmlJobs.com including 2 jobs from Ortus Solutions. They show off the ForgeBox module of the Week, ContentBox CLI This is the official ContentBox CLI for interacting with ContentBox headless instances and also for allowing you to create and manage ContentBox installations. This week's VS Code Tip of the week is Git History - View and search git log along with the graph and details. They thanked all their Patreons - they reached the goal of 100% support of the podcast and we're on the way to the next set of goals. They talked a little information about perks for their Patreon supporters, and a new option, Annual Memberships with a discount. For the show notes - visit the website https://cfmlnews.modernizeordie.io/episodes/modernize-or-die-cfml-news-for-july-27th-2021-episode-113 Music from this podcast used under Royalty Free license from SoundDotCom https://www.soundotcom.com/ and BlueTreeAudio https://bluetreeaudio.com
2021-07-27 Weekly News - Episode 113

Watch the video version on YouTube at https://youtu.be/42kYISzFpRI


Hosts:
 
Eric Peterson - Senior Developer for Ortus Solutions
Brad Wood - Senior Developer for Ortus Solutions


Thanks to our Sponsor - Ortus Solutions

The makers of ColdBox, CommandBox, ForgeBox, TestBox and almost every other Box out there. 
A few ways  to say thanks back to Ortus Solutions:
  • Like and subscribe to our videos on YouTube. 
  • Sign up for a free or paid account on CFCasts, which is releasing new content every week
  • Buy Ortus’s new Book - 102 ColdBox HMVC Quick Tips and Tricks on GumRoad (http://gum.co/coldbox-tips)

Patreon Support

We have 38 patreons providing 100% of the funding for our Modernize or Die Podcasts via our Patreon site: https://www.patreon.com/ortussolutions.
We are now 41% of the way to our next goal, fully funding the ForgeBox.io site.
Now offering Annual Memberships, pay for the year and save 10% - great for businesses.



News and Events


Mike Brunt on “Music & chat” (S3E6)

Our guest, Mike Brunt, worked as a business manager in the transportation-heavy-equipment sector in Europe before getting involved in software applications in the '90s. He is now a sought after expert in ColdFusion and wold-wide-web infrastructure.
One of Mike's projects was working on Todd Rundgren's Patronet web platform.
I will probably broach AI in the interview.
I bet you have loads of questions. Come join us SAT!
https://www.youtube.com/watch?v=C6p1CSQbLpo


Updates available for Java 8 and 11, as of July 20, 2021

ColdFusion users should be aware that there were updates released last week (Jul 20) to the long-term support (LTS) versions of Oracle Java, versions 8 and 11. Java 11 is the version currently supported by CF2021 and CF2018.

Sadly, as of this writing, the Adobe downloads page offering Java installers has NOT yet been updated to offer this new update.
https://coldfusion.adobe.com/2021/07/java-updates-available-as-of-july-20-2021/


ICYMI: Ortus Webinar for July - Building API Integrations with Hyper - Michael Born

Wednesday, July 21st Time: 11:00 AM CT
Learn how to connect to a public API using Hyper in this webinar by Michael Born, where he'll cover API integrations from storing secrets to writing unit tests, to publishing the finished, reusable library on ForgeBox.
https://cfcasts.com/series/webinars-2021/videos/michael-born-on-building-api-integrations-with-hyper


ColdFusion Today and Tomorrow: A Conversation (July 2021)

Join Mark Takata, Adobe's Technical Evangelist for ColdFusion, as he chats with Nolan about the current release of Adobe ColdFusion as well as what the future of the language has in store.
https://www.youtube.com/watch?v=u62TjjN_ghs


CFCasts Content Updates

https://www.cfcasts.com

Just Released
  • Up and Running with Quick Workshop
    • Entities
    • The Quick Philosophy
    • Step 0 Exercise
  • Michael Born on Building API Integrations with Hyper

Coming this week
  • More Up and Running with Quick


Send your suggestions at https://cfcasts.com/support



Conferences and Training


Into the Box 2021 - live in Person in Texas.

September 23rd and 24th.
No workshops this year.
Selection Committee Met - Speakers and Schedule coming soon.

EARLY BIRD TICKETS STILL AVAILABLE

https://intothebox.org
https://itb2021.eventbrite.com


ITB Latam 2021 - live in person

December 2nd or 3rd 2021 (confirming dates asap)


GitLab Commit

August 3-4, 2021
Join us at Commit to learn more about how modern DevOps transforms companies of all sizes and pushes teams to drive innovation to market.
During this two-day conference, attendees will learn how they can instill modern DevOps practices at their organizations. Hear firsthand digital transformation stories from some of the most well-known companies as well as learn more about cutting-edge CI/CD and security technologies that bring companies to the next level.
https://gitlabcommitvirtual2021.com/


More conferences

Need more conferences, this site has a huge list of conferences for almost any language/community.
https://confs.tech/


Blogs, Tweets and Videos of the Week

Blog - Ben Nadel - Printing Emoji Characters From Unicode CodePoints Using HTML Entities In Lucee CFML 5.3.7.47
Earlier today, I mentioned that I wanted to make it easier for people to use emoji characters within my blog comments. As part of that facilitation, I need to add emoji glyphs to a textarea, which I can do using String.fromCodePoint() in JavaScript. But, in order to render the list of emojis from which people can choose, I need to be able to render emojis using Lucee CFML. A while back, I looked at converting Unicode codepoints to actual String instances using Java and Lucee CFML; but, since this context is going to be an HTML webpage, things get even easier - I can print emoji characters from Unicode codepoints using HTML entities.
https://www.bennadel.com/blog/4085-printing-emoji-characters-from-unicode-codepoints-using-html-entities-in-lucee-cfml-5-3-7-47.htm

Cbemoji - https://github.com/coldbox-modules/cbox-emoji
Cf-emoji-java: https://github.com/JamoCA/cf-emoji-java


Blog - Wil de Bruin - Use THIS in Quick
Ok, this may sound like a somewhat cryptic title. We are talking about the importance of this, and now I mean the this keyword. To be honest I never worried too much about the this keyword. I know it is a component scope and when you refer to this inside your component, you refer to the public scope, so everything from this component which is visible to the outside world.
But now I had some issues (explanation will follow). I was surprised to see how hard it was to find a decent explanation of the this component scope. Not easy to google, because ‘this’ shows up in a lot of web pages…
https://shiftinsert.nl/use-this-in-quick/


CFML Jobs

Several positions available on https://www.getcfmljobs.com/
Listing over 152 ColdFusion positions from 69 companies across 100 locations in 5 Countries.

3 new jobs listed this week

Full-Time - ColdFusion Developer - Remote, US
Posted Jul 21
https://www.getcfmljobs.com/jobs/index.cfm/united-states/ColdFusionDev-at-Remote-US/11301

Full-Time - Software Developer - Remote, US
Posted Jul 27
https://www.getcfmljobs.com/jobs/index.cfm/united-states/Software-Engineer-Adobe-ColdFusion-at-Remote/11302

React / CFML Developer - London, UK
https://posting.recruitive.com/Adverts/Apply/Job/4356b8ab-daf1-4ab9-b707-3b869c66a6d2


Ortus Jobs - https://www.ortussolutions.com/about-us/careers
  • Senior ColdFusion CFML Developer (USA TEAM)
  • Desarollador Web (EL SALVADOR TEAM)


ForgeBox Module of the Week

ContentBox CLI

This is the official ContentBox CLI for interacting with ContentBox headless instances and also for allowing you to create and manage ContentBox installations.

https://www.forgebox.io/view/contentbox-cli



VS Code Hint Tips and Tricks of the Week

Git History

View and search git log along with the graph and details.

https://marketplace.visualstudio.com/items?itemName=donjayamanne.githistory



Thank you to all of our Patreon Supporters

These individuals are personally supporting our open source initiatives to ensure the great toolings like CommandBox, ForgeBox, ColdBox,  ContentBox, TestBox and all the other boxes keep getting the continuous development they need, and funds the cloud infrastructure at our community relies on like ForgeBox for our Package Management with CommandBox.

You can support us on Patreon here https://www.patreon.com/ortussolutions

Now offering Annual Memberships, pay for the year and save 10% - great for businesses.
  • Bronze Packages and up, now get a ForgeBox Pro and CFCasts subscriptions as a perk for their Patreon Subscription.
  • All Patreon supporters have a Profile badge on the Community Website
  • All Patreon supporters have their own Private Forum access on the Community Website

Patreon Supporters
  • John Wilson - Synaptrix 
  • Don Bellamy
  • Eric Hoffman
  • David Belanger
  • Dean Maunder
  • Gary Knight
  • Giancarlo Gomez
  • Jonathan Perret
  • Mario Rodrigues
  • Jeffry McGee - Sunstar Media
  • Yogesh Mathur
  • Joseph Lamoree
  • Ben Nadel
  • Brett DeLine
  • Carl Von Stetten
  • Charlie Arehart
  • Dan Card
  • Daniel Garcia
  • Didier Lesnicki
  • Edgardo Cabezas
  • Jan Jannek
  • Jason Daiger
  • Jeff McClain
  • Jeremy Adams
  • Jonas Eriksson
  • Jordan Clark
  • Kai Koenig
  • Laksma Tirtohadi
  • Leon Seremelis
  • Matthew Darby
  • Matthew Clemente
  • Mingo Hagen
  • Patrick Flynn
  • Ross Phillips
  • Scott Steinbeck
  • Shawn Oden
  • Stephany Monge
  • Steven Klotz

You can see an up to date list of all sponsors on Ortus Solutions' Website
https://ortussolutions.com/about-us/sponsors 


★ Support this podcast on Patreon ★

Switch to Modernize or Die ® Podcast - SoapBox Edition - Switch to Modernize or Die ® Podcast - Conference Edition

Powered by

Music from this podcast used under Royalty Free license from SoundDotCom and BlueTreeAudio

© 2019 Ortus Solutions