ylliX - Online Advertising Network

CodeNewbie

[00:00:05] SY: Welcome to the CodeNewbie Podcast where we talk to people on their coding journey in hopes of helping you on yours. I’m your host, Saron, and today we’re talking about being open to the unexpected with Katherine Evans, Lead Engineering Instructor at Actualize Coding Bootcamp, Live Lab Instructor at Podium Education, and Senior […]

Behind the Scenes: Never Trust User Input

This article is the first in a series of posts I’m writing about running various SaaS products and websites for the last 8 years. I’ll be sharing some of the issues I’ve dealt with, lessons I’ve learned, mistakes I’ve made, and maybe a few things that went right. Let me know what you think! Back […]

We Won! | TWiT.TV

Doc Searls, Katherine Druckman, Dan Lynch, Simon Phipps, and Leo Laporte gather to celebrate the final victory of free software and open source—and the final FLOSS Weekly as well. Hosts: Doc Searls, Katherine Druckman, Dan Lynch, and Simon Phipps Guest: Leo Laporte Download or subscribe to this show at https://twit.tv/shows/floss-weekly Think your open source project […]

The JDBC driver Maven Central coordinates for the most popular RDBMS

Do you need to add a JDBC driver to your application, and don’t know its Maven coordinates? This blog post lists the most popular drivers from the jOOQ integration tests. Look up the latest versions directly on https://central.sonatype.com/ with parameters g:groupId a:artifactId, for example, the H2 database and driver: https://central.sonatype.com/search?q=g%3Acom.h2database+a%3Ah2 The list only includes drivers […]

CodeNewbie

[00:00:05] SY: Welcome to the CodeNewbie Podcast where we talk to people on their coding journey in hopes of helping you on yours. I’m your host, Saron, and today we’re talking about thoughts on degrees and bootcamps with Johnny Proano, Associate Software Engineer at Hilton Grand Vacations.  [00:00:20] JP: When I got the call, I […]

A Chain Reaction — overreacted

I wrote a bit of JSX in my editor: <p className=”text-2xl font-sans text-purple-400 dark:text-purple-500″> Hello, <i>Alice</i>! </p> Right now, this information only exists on my device. But with a bit of luck, it will travel through time and space to your device, and appear on your screen. Hello, Alice! The fact that this works is […]

Making Money In Open Source | TWiT.TV

Adam Jacob talks with Doc Searls and Shawn Powers about making money in open source, based on his long experience with Chef, System Initiative, and other development communities that are also businesses. Download or subscribe to this show at https://twit.tv/shows/floss-weekly Think your open source project should be on FLOSS Weekly? Email floss@twit.tv. Thanks to Lullabot’s […]