Limit Display to Recordings of
<= 1
<= 5
<= 10
<= 30
<= 60
any
minutes duration
( 1 2 3 4 5 ... Last ) Next »
Search (within title, desc, presenter, URL):
Clear Search
302 recordings found with reference to cfmeetup:
Title Presenter Duration (h:mm) Date Posted Date Recorded
Submitter
CFMeetup: Dive into ColdFusion ORM, the Water's Great! (View video , Show Description )If you've been waiting to immerse yourself in ORM because it sounded scary and you didn't know where to start, or perhaps you've been playing with ORM but you don't know if you're getting the full potential out of it, this session is for you. We'll talk about when to use ORM in your applications and how ColdFusion makes it ridiculously easy to harness the power of Java's Hibernate. We'll work with examples that show how to set up your application, configure entities, and learn how to focus on the objects that make your domain model work instead of getting lost in DAOs all day.
Bradley Wood
1:13 2013-11-30 2013-11-12 Akbarsait
CFMeetup: OctoPerf: The Load Testing Tool for Modern Web Apps (View video , Show Description )OctoPerf offers an integrated development Interface that you can use from any browser to execute load tests against your application. Find out how you can set up a full-blown test campaign with meaningful user journeys in under 20 minutes.
Guillaume Betaillouloux
0:40 2023-06-15 2023-06-15 Charlie Arehart
CFMeetup:The Many Ways to Run CF or Lucee (View video , Show Description )Depending on your experience you may tend to favor running CF and your CFML the way you've "always done it" (perhaps by installing CF or Lucee, or perhaps via Commandbox). But did you know there are in fact several ways to deploy CF or Lucee, including ways to run CFML without even needing to do that? In this session, veteran CF consultant Charlie Arehart will identify these, starting first with WHY it's useful to have different ways to be able to deploy CF/Lucee and CFML.
Then he will discuss and demonstrate those several ways--whether you prefer to run CF on your own machine or another (whether hosted or in the cloud), to include even being able to run CFML WITHOUT need of CF or Lucee to be "installed" at all. He will cover such topics as installers (GUI and console-based), silent installation (and updates), Commandbox, WAR file deployment, container-based (Docker/Kubernetes) deployment, serverless deployment, as well as CLI-based execution of CFML, and execution via cffiddle and trycf, among others.
Buckle up, buttercup, for a fast tour of this varied landscape.
Charlie Arehart
1:17 2023-06-08 2023-06-08 Charlie Arehart
CFMeetup: Using Adobe's "new" CFSetup tool to manage CF Admin settings for ANY CF version (View video , Show Description )You may (or may not) have heard that CF2021 added (in 2020) a new command-line tool called CFSetup--but first, did you know that it could be used with ANY CF version, not just CF2021? And perhaps you heard its main value is to export/import CF Admin settings via JSON: it can indeed do that, and while that may excite some, others may yawn if they've "seen that elsewhere". (To be clear, it can export/import either ALL settings or selected ones.)
But did you know it could be used for far MORE than that alone? And did you know that those exported json config files could be used to set the admin configuration on startup of CF 2021 Docker images. Even if not using Docker, the tool can be a boon for all sorts of automated deployment of CF--again any CF version. And did you know you don't even need to install CF2021 to use it?
While the feature is well-documented (and offers its own help), who has time to read the docs, right? In this session, veteran CF troubleshooter Charlie Arehart will present and demonstrate the key capabilities of CFSetup, as well as others that may surprise you. He'll also conclude with a brief discussion of the similar (but different) tool, CFConfig, a plugin for Ortus Commandbox. He'll touch on the question of why one might choose one over the other (it's ok to use either or both with the same CF instance). He'll also contrast these with the much older CF "CAR" Admin migration tool. Each tool has its value for different needs.
Charlie Arehart
1:20 2022-10-25 2022-09-29 Charlie Arehart
CFMeetup: Planning and Building my Developer Feud Quiz API, with Gavin Pickin (View video , Show Description )In this session, we are going to plan and build our very own Developer Feud Quiz. To do this, we will analyze and plan our app, starting with the User Stories, and then mapping that to Database, Models, and we can start building out our API, using CRUDDY by Design philosophies. We'll shell out our TDD style Tests, and then create a couple of resources and routes.
Gavin Pickin
1:00 2022-07-07 2022-07-07 charlie arehart
CFMeetup: How to find/install/implement 3rd party libraries in CFML (View video , Show Description )In this meetup, Gavin will show you how to find, install and implement 3rd party libraries in ColdFusion / CFML. He will look at how to find them, how to install them, whether they are zips, gists, copy page, package managers, or even Java Jar files. We'll look at the pros and cons of different approaches, and discuss the best practices for using those 3rd party libraries.
Gavin Pickin
1:00 2022-06-23 2022-06-23 charlie arehart
CFMeetup: When Should I Use 3rd Party Libraries vs Roll My Own? (View video , Show Description )There is always a trade-off between using a 3rd party library and rolling your version in software development. I often hear many of these points in discussions, but I wonder how many people know and consider them, so I wanted to share my pros and cons.
This presentation will help convince you that libraries are not EVIL like so many haters believe. Choosing the right libraries will make you more productive and efficient, not lazy. We'll look at how to identify solid use-cases for using a 3rd party library in your application. It gives you a checklist of questions to help you identify the red flags of unsafe, unreliable, poorly supported, or ill-suited libraries.
We'll even look at some examples in the CFML Landscape.
Gavin Pickin
1:12 2022-06-23 2022-06-09 charlie arehart
CFMeetup: Code Reuse in CF: Is Spaghetti Code still Spaghetti if it's DRY? (View video , Show Description )Find out the difference between DRY code and WET code, and what one is better, and more importantly, WHY. We write code one, but we read it over and over again, maintaining our code is 90% of the job... code reuse is our friend. You are already Re-using code, even if you didn't know you were. We'll learn about the different types of Code Reuse in ColdFusion, the pros and cons of each.
Gavin Pickin
1:01 2022-05-15 2022-05-12 charlie arehart
CFMeetup: Updating the Java underlying ColdFusion (View video , Show Description )With Java updates happening about quarterly (and one just last week), it's important that ColdFusion administrators and/or developers keep up to date on the Java version which underlies their CF (or Lucee) deployments. While the simplest question may seem to be "how do I do such an update, effectively" (and it really can be quite simple), there's a good bit more to updating the Java (aka jvm, jdk, jre) which underlies your CFML engine.
In this session, veteran troubleshooter Charlie Arehart will share his experience helping people deal with this topic for many years, including:
- Considering, planning the jvm update (what jvm do you have, what can you update to, why should you?)
- Performing the jvm update (where to get it, how to install it, how to configure CF to use it)
- Avoiding various potential gotchas when updating the JVM
- How to be made aware of new JVM versions
Whether you use CF or Lucee, deployed traditionally or via Commandbox (or even containers), most of the discussion will apply to you.
Charlie Arehart
1:20 2022-05-02 2022-04-28 Charlie Arehart
CFMeetup: Avoiding Server-Side Request Forgery (SSRF) Vulns in CFML (View video , Show Description )Server-Side Request Forgery (SSRF) vulnerabilities allow an attacker to make arbitrary web requests (and in some cases, other protocols too) from the application environment. Exploiting these flaws can lead to leaking sensitive data, accessing internal resources, and under certain circumstances, remote command execution.
Several ColdFusion/CFML tags and functions can process URLs as file path arguments -- including some tags and and functions that you might not expect. If these tags and functions process unvalidated user-controlled input, this can lead to SSRF vulnerabilities in your applications. In addition to providing a list of affected tags and functions, I'll cover some approaches for identifying and remediating vulnerable code. My goal for this talk is to raise awareness about what may be a security blindspot for some ColdFusion/CFML developers.
Brian Reilly
1:00 2022-07-07 2021-11-11 charlie arehart
( 1 2 3 4 5 ... Last ) Next »
Show how many results?:
You can bookmark this search as http://www.carehart.org/ugtv/list.cfm?search=cfmeetup:
or track the search results using RSS:
RSS Feed of 10 latest presentations referring to: cfmeetup: -- (Validate RSS feed )
RSS Feed:
RSS Feed of 10 latest added presentations
Receive an email newsletter of newest entries: via Feedblitz