
How to test standard in and out in Java
In this tutorial I will show you how you can test standard in and out in Java.
From: Dan Vega
In this tutorial I will show you how you can test standard in and out in Java.
From: Dan Vega
Our friend and colleague Wil passed away a few days ago after a hard-fought battle with cancer.
From: ColdFusion Muse
For about a decade, I used to speak regularly at conferences and user groups around the world. In 2013, I decided to take a break and just enjoy attending events (here's a small selection of my presentations covering the last three years of that decade).
This week, I’m speaking at the ColdFusion Summit 2020 about “Building Serverless ColdFusion Applications with cflambda.
From: Brian Klaas
I've written before about how I switched from Emacs to Atom at the end of 2016, where I initially used ProtoREPL (which is no longer maintained) and then I switched to Chlorine at the end of 2018.
seancorfield/next.jdbc 1.1.610Updated 2022-09-12 to clarify camel-snake-kebab usage in more recent next.jdbc versions.
Share this snippet from my archives for adding a JQuery Validate rule which disallows any date greater than today
One of the really great features of CFML is the ability to run SQL against a result set in memory.
From: Coders Revolution
Here's a quick way to populate a table column with an incrementing value in sql server.
While not a great idea, it is possible (at least in SQL Server) to order on a column by its numeric column number in the query.
Expanding on last weeks article about finding the most recent entry in each group we can apply the same technique to delete duplicate database entries while keeping the first original entry.
Thanks to the amazing Charlie Arehart for hosting me on last week’s CFMeetup.
From: Brian Klaas
To get the most recent entry for each named group within a sql server table table use partition and number rows by group as follows...
In the last post in this series, we looked at how to add tags to an object uploaded to S3 via the AWS Java SDK. What if you need to change those tags? Are tags the only way to add metadata to objects in S3? Let’s file out.
From: Brian Klaas
O'Reilly has a new hands-on learning platform called Interactive Learning. In this tutorial I will tell you all about it and the tutorials I created for it.
From: Dan Vega
As anyone who has worked in any of the major cloud service providers will tell you, there will be ever-increasing sprawl the more you use a cloud provider: more files, more servers, more databases, more accounts, more services, more everything.
From: Brian Klaas
When editing files of any kind, users of modern applications expect to have access to previous versions of the file, and undo work that they don’t like or made in error.
From: Brian Klaas
Sometimes it is necessary to disable remote validation calls when using jquery validate, fortunately its fairly straight forward.
In the last post in this series, we looked at Lifecycle Rules in S3, how they worked, and how you can use them to save money by automatically moving less-frequently used files to different (and cheaper) storage classes.
From: Brian Klaas
In my last post in this series, we looked at using different storage classes in S3 via CFML to save money on long-term storage costs.
From: Brian Klaas
In this tutorial I will show you how to work with standard input and output in Deno.
From: Dan Vega
With the state of the world right now I don't feel motivated to post about technology today. So instead some observations of the world.
An introduction to Deno which is a secure runtime for JavaScript and TypeScript
From: Dan Vega
Creating objects in ColdFusion has a performance impact that you need to consider when working with large datasets