Author: jcianci12
-
Zone 2 Training: How to Feel Energized While Building Real Fitness
Even beginners can benefit — jogging is optional. Most people think that “real training” means gasping for breath, drenched in sweat, or barely able to walk afterward. But here’s the surprising truth: You don’t have to jog to improve your aerobic fitness.All you need is your heart in Zone 2 for long enough to trigger…
-
Migrating Drone CI Database to Preserve Build History
When migrating Drone CI to a new server, you’ll want to preserve your build history. Here’s how to migrate the Drone PostgreSQL database volume. Prerequisites Step 1: Find the Drone Database Volume On your source server, identify the Drone database container and volume: Look for the volume name in the output. It’s typically something like drone-ci_drone-db-data or drone_drone-db-data.…
-
When the NBN Goes Down and Customer Support Goes Missing: My Experience With Kogan NBN and Lyca Prepaid
Friday afternoon. Storm rolls in. Lights flicker. No big deal… until the internet drops. Kogan NBN: down. Now, normally you’d expect a quick reset, a local outage notice, maybe even some proactive communication. Nope. What followed instead was the full “customer support obstacle course.”Turn it off.Turn it on.Restart the router.Restart the NBN box.Swap cables.Stand on…
-
Stop Leaking Sessions: A Practical Guide to Secure Cookies
Modern browsers still follow a simple rule: if a cookie isn’t marked Secure, it will happily ride along with any HTTP request to the same host. For session identifiers, antiforgery tokens, or anything else sensitive, that’s a disaster waiting to happen. This post walks through a pragmatic process you can run against any web app to…
-
[Fixed] P2290 and/or 0087 Injector Control Pressure Too Low — Land Rover Discovery 3 (2.7L TDV6)
Updated: 27/11/2025 If you’re seeing P2290 Injector Control Pressure Too Low on your Discovery 3 (2.7L TDV6), especially under high load, high torque, lower RPM, and boost, this guide should help you avoid chasing ghosts. This fault usually points to the high-pressure fuel pump (HPFP) — Siemens / Continental VDO units from factory — but…
-
John Deere X-Series Steering Cylinder Replacement – Now for AM136561 (Later Models)
If you own a John Deere X-Series tractor—including X728, X748, and later machines—you may need a replacement steering cylinder. The latest OEM part number AM136561 is used on newer machines, but availability can be limited and costly. At TekOnline, we’re developing a high-quality aftermarket replacement for this cylinder, designed to be bolt-on, serviceable, and durable,…
-
The One Interview Question That Reveals True Developers
When hiring developers — especially for small, high-trust teams — technical skill is only half the story. The other half is how a person thinks, learns, and collaborates when faced with the unknown. That’s why one of the most powerful interview questions you can ask is: “Imagine you’ve been asked to build a new feature…
-

If you get a message or interact with Social Marine. Its a scam. Dont fall for it like I did!
I was chasing down a part online, and it was going to cost around $400 for a cable. After looking around and finding a sea-doo forum, someone recommended social marine. I got in contact, everything looked legit. Proper Facebook page with pictures etc. So I got in contact…. and lost $200 😭 hopefully this helps…
-
📂 How to Mount a Network Share (SMB/NFS) in Home Assistant OS
Here’s the correct syntax for each field. 🔹 1. Name This is just a label for Home Assistant.It also becomes the folder name under /media or /backup. 👉 Example: 🔹 2. Usage Choose how you intend to use the share: 👉 For camera recordings or music/video playback, pick Media. 🔹 3. Server This is the…
-
Building Bulletproof Stripe Subscriptions: From CLI Testing to Production-Ready Code
A comprehensive guide to implementing robust Stripe subscription handling with automatic customer recovery, webhook processing, and comprehensive error handling. This implementation is in production; check it out at jobsight.tekonline.com.au, and let me know if we can assist with your implementation Introduction Building a subscription-based SaaS application requires more than just integrating Stripe’s API. You need…