Apache Airflow Tips
Valuable Apache Airflow tips including DAG versioning, environment separation, custom operators, and Dockerizing Airflow. …
Valuable Apache Airflow tips including DAG versioning, environment separation, custom operators, and Dockerizing Airflow. …
Exploring Uber's Cadence, highlighting its orchestration capabilities, workflow management, and fault tolerance, offering insights into its potential applications. …
Here are a collection of shell snippets I often use when working on an EMR master EC2 Instance …
Today I needed to find out which team members were utilizing our Dropbox Business account the most. It turns out this is easy. The Dropbox Help …
Amazon amazes me with the services they come out with. I saw this interesting article this morning: …
Earlier today, a friend asked my advice on how to convert a JavaScript Object Notation (JSON) file to tab-separated values (TSV) in Python. As with …
Microsoft recently announced on twitter that Office was built from one codebase for all platforms, for the first time in 20 years: …
Today I brought my 8-year old son Alex to Tampa Code Camp at Keiser University. …
This is a working example of how to connect to Impala via Kerberos using Ruby. It uses the impala gem. …
In addition to my post about resources for learning Python, here are a few tips for Python beginners: …
Amazon had an AWS-related event here in Tampa today at the convention center, AWSome Days 2017. …
Tampa Hackerspace hosted a hackathon for General Motors and their new Next Generation Infotainment dashboard sdk. I got the "Hello World" example …
Code I wrote in Python utilizing NumPy, OpenCV, etc., for Udacity's Self-Driving Car course. The flow goes like this: …
In watching Udacity's Self-Driving Car Nanodegree Kickoff Orientation video (see below) I came across a bit of self-driving car history in PBS's NOVA …
This morning I receiving an email stating that I've been accepted into Udacity's Self-Driving Car program. …
Someone recently asked me how to send an email attachment using Python. Sending emails programmatically is something application developers often need …
Meta, formerly known as Facebook, announced Rust is the latest addition to their list of supported server-side languages. …
I have been writing Python professionally since 1999. Whenever I am asked about learning Python, first and foremost, I recommend trying to accomplish …
Have you ever received a request from a friend asking if something could be done easier by writing custom code? I try to embrace these types of …
Update: Amazon has rolled this functionality into their SageMaker product. …
Recently, I have been learning more about Hadoop in my spare time. Two concepts used by Hadoop really stuck out for me. One, most processing is done …
The other day my co-worker lamented that he has so many meetings he couldn't get any actual work done. His frustration lead me to think of how I could …
I have this bar chart in a web application which shows the number of new projects which are fulfilled each month. The data is extrapolated from …
This is uself if you develop on one platform, and have to deploy to a different plaform. For example, I want to develop on my Mac OS X laptop, but am …
How to authenticate a Ruby on Rails User model via LDAP: …
How to group by mupliple fields using Underscore for CoffeeScript and JavaScript: …
Here's how to change your bash prompt to something more useful with ANSI colors: …
Angular's TODO sample converted to CoffeeScript: …
Your /usr/local/etc/freetds.conf file should look something like this: …
The code assumes Mac OS X 10.7. Also, the code could be represented differently (i.e. without using a Range) if ABMutableMultiValue behaved like a …
Using .Net 4.0's Task Parallel Library with IronRuby 1.1: …
How to convert XML to JSON using Ruby and ActiveSupport: …
Both Silverlight and Flex require a browser plug-in in order to run. Flex is interpreted as Flash ActionScript and ran within the Flash Player, …
PyQueryableList is a quick attempt to duplicate some of Microsoft's LINQ IQueryable natively in Python. …
A simple IronPython WinForms script which can encode or decode HTML, and copy it to the clipboard. …
Below, the doc_replace_text method demonstrates how to replace text within a Word document. This is commonly used as a way to create dynamic, …
The module below demonstrates how to convert a batch of Word documents to text. …
I recently discovered class-dump (similar to F-Script Anywhere) after researching how to write a Mail.app plug-in. Apparently, Apple has an …
In the spirit of New Year's resolutions, here's a short list of software development technologies that I'm keeping track of in 2008, or plan on …
Visual Studio 2008 was released today to Microsoft Partners and MSDN Subscribers. Below are a few links you may find useful: …
S. Somasegar (Microsoft Corporate VP, Developer Division) announced today that F# is going to be “productized”. …
There is a local MSDN Event this coming Thursday at Citrus Park Mall Theater which focuses on Silverlight, LINQ and WCF. …
Ever since I began reacquainting myself with IronPython, I've been looking for an excuse to use it. However, the opportunity hasn't really presented …
A few days ago I ran across this old sample on ADC: Using PyObjC for Developing Cocoa Applications with Python. PyObjC is the Python/Objective-C …
Microsoft released IronPython 1.0 a while back. At the time, I downloaded it, installed it, checked it out for a few minutes, and forgot about it …
Back on March 28th, Microsoft Live Labs announced Deepfish—a zoom able, mobile web browser.Today I finally received an activation Id to preview the …
So AJAX RTM was just released and WebParts still do not work properly. Sadly this seems to be a low priority for the ASP.NET Team even though people …
As you may know, it’s customary for Microsoft to host launch events nationwide on the cusp of major product launches. This month Microsoft is …
Microsoft released the next iteration of their AJAX library today, RC1. You can download it here.They've made a few breaking changes since beta 2, but …
When starting a new database, I prefer the following set of naming convention standards: …
This is a preliminary effort to map Borland's VCL classes to similar or equivalent Be's BeOS classes. The VCL information was obtained from the Delphi …
I recently became a certified C++ Programmer through Tekmetrics. …
I recently became a certified Visual Basic Programmer and Java Programmer through Tekmetrics. …
I recently became a certified Delphi Programmer through Tekmetrics. …
Created a "Powered by Delphi 4" picture/link that I will include on the About box of my Delphi 4 programs. …
Converted one of my Delphi projects to an ActiveX form which can be viewed on-line here. Notice, however, that the ActiveX form is not digitally …
An article abstract that I submitted to the editor of Delphi Informant magazine has been given the go ahead. Depending on when I complete the …
I took the Inprise, International Delphi 4 Client/Server Foundations Examination cold turkey, meaning I didn't study or prepare for it in any way. …
Got a copy of Delphi 4 Professional...New bells and whistles include: Dockable toolbars, bitmap support in menus, code explorer, ActionLists, dynamic …