deps.edn and monorepos VII (Polylith)

This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI, deps.edn, and Polylith, with our monorepo at World Singles Networks.

From: Sean Corfield: An Architect's View

VueJS developer needed

We are looking for a VueJS developer.

From: ColdFusion Muse

CSS Guru Needed

First - Yes, we are still looking for CF help so keep sending those resumes.

From: ColdFusion Muse

deps.edn and monorepos VI (Polylith)

This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI, deps.edn, and Polylith, with our monorepo at World Singles Networks.

From: Sean Corfield: An Architect's View

Defining Application mappings using relative paths in Lucee

Lucee allows you to simplifiy mapping definitions in Application.cfc by using relative paths. But sticking to absolute paths may be more reliable.

From: cfSimplicity

Spring One 2021 Presentation

I'm so honored to be speaking at this year's SpringOne Conference. This article will give you a look ahead to the presentation by explaining what you can expect and the resources from my talk.

From: Dan Vega

deps.edn and monorepos V (Polylith)

This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI, deps.edn, and Polylith, with our monorepo at World Singles Networks.

From: Sean Corfield: An Architect's View

tools.build

With the recent release of tools.

From: Sean Corfield: An Architect's View

Job Openings: Looking for Help on the CF Tsunami

It's been a busy month here at CF Webtools.

From: ColdFusion Muse

deps.edn and monorepos IV

This is part of an ongoing series of blog posts about our ever-evolving use of the Clojure CLI, deps.edn, and Polylith, with our monorepo at World Singles Networks.

From: Sean Corfield: An Architect's View

What is the right level of specialization? For data teams and anyone else.

This isn't as much of a blog post as an elaboration of a tweet I posted the other day: I think this specialization of data teams into 99 different roles (data scientist, data engineer, analytics engineer, ML engineer etc) is generally a bad thing driven by the fact that tools are bad and too hard to...

From: Erik Bernhardsson

Building a data team at a mid-stage startup: a short story

I guess I should really call this a parable. The backdrop is: you have been brought in to grow a tiny data team (~4 people) at a mid-stage startup (~$10M annual revenue), although this story could take place at many different types of companies.

From: Erik Bernhardsson

Stupid Unix Tricks - Using $IFS in Web Application Command Injection Vulnerabilities for Full RCE

Awhile ago I was testing a web application and found a command injection vulnerability.

From: Hoya Haxa - A Security Research Blog

deps.edn and monorepos III (Polylith)

Back in April, I talked about us dipping into Polylith at work in deps.

From: Sean Corfield: An Architect's View

deps.edn and monorepos II

A couple of months ago, I wrote about our use of deps.edn with our monorepo at work. I've updated that post to reflect changes we've made recently and I'm going to talk in more detail about those changes in this post.

From: Sean Corfield: An Architect's View

Software infrastructure 2.0: a wishlist

Software infrastructure (by which I include everything ending with *aaS, or anything remotely similar to it) is an exciting field, in particular because (despite what the neo-luddites may say) it keeps getting better every year! I love working with something that moves so quickly.

From: Erik Bernhardsson

Jobs Galore Come One and All

We are looking for 3 possibly 4 folks to hire at the moment.

From: ColdFusion Muse

Resolving directory lookup error on SQLServer backup restore

Restoring a SQL Server database to a new server with a different file system structure can result in a Directory Lookup error since SQL Server makes assumptions about file locations. Fortunately there is a simple solution by using 'WITH MOVE'

From: Steve Neiland: Blog of a Web Developer

What's Erik up to?

I joined Better in early 2015 because I thought the team was crazy enough to actually change one of the largest industries in the US. For six years, I ran the tech team, hiring 300+ people, probably doing 2,000+ interviews, and according to GitHub I added 646,941 lines of code and removed 339,164.

From: Erik Bernhardsson

It's the "Little Things"...

Our Clojure team is a big fan of reducing dependencies and, in particular, avoiding dependencies that are known to be troublesome (such as the special circle of hell that is all the different versions of the Jackson JSON libraries).

From: Sean Corfield: An Architect's View

New Year - New Server - New Direction?

What happened with the blog and whats next

From: Steve Neiland: Blog of a Web Developer

Detect if a User is Online with RabbitMQ Web Stomp

We're using RabbitMQ and its Web Stomp plugin for websockets for several projects at work.

From: Coders Revolution

deps.edn and monorepos

At World Singles Networks llc we have been using a monorepo for several years and it has taken us several iterations to settle on a structure that works well with the Clojure CLI and deps.

From: Sean Corfield: An Architect's View

A quick comparison of using Python and CFML to write the same CLI tool

A few days ago, Joseph Lamoree posted about a cool little command line tool he wrote in Python that would scan a list of servers check check for a public facing administrator.

From: Coders Revolution