Paul A. Jones, Jr.

Paul A. Jones, Jr.

@pauljonessoftware.bsky.social

Building digital real estate one SaaS at a time. > Empowering legal + tech pros with automation & clarity. > 📩 Let’s collaborate: pauljonessoftware.com

13 Followers 4 Following 282 Posts Joined Mar 2025
5 months ago

Refactoring in progress! Consolidating new repositories into a single CalculatorContext means cleaner controllers, faster development, and easier scaling. #SaaSDev #CleanCode

1 0 0 0
5 months ago

Line by line, feature by feature—today we wired up Discovery Reasons and Practice Areas dropdowns in our legal SaaS platform. Small wins lead to smoother user experiences. ⚡

0 0 0 0
5 months ago
Preview
The Tale of a Null Field: Why Data Hygiene Matters in SaaS Development Sometimes, the smallest details can break your code in the most unexpected ways. This week, while wiring up dropdowns for our legal deadline platform, I ran into one of those “silent failures” that…

Small data issues = big headaches. Our legal SaaS platform taught us this the hard way when a NULL field broke functionality silently. Lessons learned inside.
shorturl.at/0UeEL

0 0 0 0
5 months ago

🧠 What if protest, art, and music were bug reports from a broken system? AmericaOS™ reframes social failure through the lens of software engineering. Read: Debugging the Human Condition 👉https://shorturl.at/5aaLv

1 0 0 0
5 months ago

If your function needs a comment to explain what it does, it needs a rewrite. If your function needs a comment to explain why it does it, you're doing hard and valuable work.

0 0 0 0
5 months ago

Built out full session lifecycle in ASP.NET Core ⚙️

AuthenticatedUser stored via session

IUserSessionService injected with DI

Login → session created

Logout → session cleared + redirect

Clean, testable, and ready for role-based extensions. #dotnet #aspnetcore #LegalTech

0 0 0 0
5 months ago

✅ Session management wired up end-to-end
👤 Login creates a clean user session
🚪 Logout clears state + redirects to login
⚖️ Foundation set for secure, role-based workflows

Big step toward making the platform seamless + trustworthy. #dotnet #LegalTech

0 0 0 0
5 months ago

Every exception is a learning opportunity. The key is learning to read the call stack.

#DotNet #CSharp

0 0 0 0
5 months ago

This week I’ll share why your legal deadline software shouldn’t just calculate dates—it should act as a trust framework. Built mine in .NET. #LegalTech #dotnet

0 0 0 0
5 months ago

Fun side effect of building auth in .NET: discovering how deep the rabbit hole goes. DTOs, DI, ADO.NET, audit logging… each layer adds trust. #csharp #dotnetdev

0 0 0 0
5 months ago

In legal SaaS, “it works” isn’t enough. Every calculation must be defensible. This week: extended .NET audit logging to capture who, when, where, how. #dotnet #LegalTech

0 0 0 0
5 months ago

Refactored my User entity into AuthenticatedUser in .NET—now every calculation is tied to a user, tenant, role, session, and IP. That’s malpractice prevention tech in action. #csharp #dotnet

0 0 0 0
5 months ago

Wiring up login flows in .NET this week: session IDs, IP tracking, audit logs. It’s not just auth—it’s building a trust framework lawyers can rely on. #dotnet #LegalTech

0 0 0 0
5 months ago
Preview
What Happens When a Client Questions Your Statute of Limitations Calculation? Imagine this: a client calls months after you’ve filed a case and questions whether your statute of limitations calculation was accurate. In court, opposing counsel challenges it. How do you respon…

What Happens When a Client Questions Your Statute of Limitations Calculation?

pauljonessoftware.com/2025/09/29/w...

0 0 0 0
5 months ago
Preview
Recruiter Spam: Why You’re Not the Prize—You’re the Battleground This morning, I received 24 recruiter emails, countless phone calls, and a handful of LinkedIn requests before noon. Sounds flattering, right? But here’s the twist: 22 of those messages were for th…

Inbox flooded with recruiter emails? It’s not you—they’re competing with each other for the same job.

Flip the chaos into an advantage: track contacts, build your own recruiter network, and turn spam into career opportunities. 💡 IT pros: email me your resume to get connected.

tinyurl.com/vjf3ee7r

0 0 0 0
5 months ago

LDE update: all report types now fully implemented & dynamically generated ✅. Front-end integration next — your legal deadlines, delivered smarter & faster. #LegalTech #SaaS #MVP #Attorney

1 0 0 0
5 months ago

Spent the weekend writing “asphalt” for LDE 🚧: backend report handling fully implemented & tested. Now these calculations are ready to power a smooth front-end experience. #LegalTech #MVP #CodeLife

1 0 0 0
5 months ago

Just hit a major milestone on my LDE project! Backend reports fully streamlined & unit-tested ✅.

Next up: bringing these calculations to life on the front-end. Legal deadlines, meet real-time insight. #LegalTech #MVP #SoftwareDevelopment

1 0 0 0
5 months ago

Dev log 09/19/25:
✅ Refactored CalculationResultWithAudit
✅ Verified ReportRepository read ops
✍️ SEO-optimized “When Rules Collide” on PaulJonesSoftware.com
Next: front-end rendering for MVP slice. Judge, jury, timekeeper — all in one class.
#LegalTech #SaaS #StatuteOfLimitations #SoftwareDesign

1 0 0 0
5 months ago
Preview
That New $100,000 H-1B Fee? It’s Way Bigger Than You Think So, you’ve probably heard the news: a proposed rule wants to slap a $100,000 fee on companies for each H-1B visa worker they hire. Yeah, you read that right. One hundred thousand dollars. It’s easy…

What happens when H-1B fees jump from $1,700 to $100,000? 🤔 The ripple effects reach far beyond tech—hitting startups, universities, local restaurants, and housing markets. Here's how this policy earthquake could reshape America's innovation landscape: tinyurl.com/3tdwk5yn #H1B #Immigration

2 0 0 0
5 months ago
Preview
Behind the Scenes of a Defensible Legal Calculator In legal tech, a calculator that simply outputs a date isn’t enough. For law firms and legal professionals, a calculation must be consistent, auditable, and defensible. Over the past week, I’ve foc…

Explore how modular legal calculators, discovery rules, and audit trails ensure defensible legal deadlines and client-ready reports. -> tinyurl.com/4s25khzh

0 0 0 0
5 months ago
Preview
The Six Pillars of Legal Tech Accountability. Auditability. Explainability. Reliability. Security. Integrity. These aren’t features. They’re foundations. In legal tech, every system, every line of code, every automated decision…

Discover the 6 pillars of legal tech—Accountability, Auditability, Explainability, Reliability, Security, Integrity—that build trust in innovative systems. Read more: shorturl.at/feyhE
#LegalTech #TechInnovation #LawAndTech

1 0 0 0
6 months ago
Preview
When Architecture Matures: The Rise of Reuse in Legal Tech In the early stages of any software platform, the codebase is often a battlefield—features are shipped fast, edge cases are patched on the fly, and architectural purity takes a backseat to survival…

🧠 When architecture matures, reuse becomes the real force multiplier.
In legal software, design patterns, inheritance, and reflection aren’t just code—they’re structure, narrative, and scale.

Read the full piece 👉 shorturl.at/aejsZ

#LegalTech #SoftwareArchitecture #CleanCode

1 0 0 0
6 months ago

Spent the day thinking like a law firm: database meets object-oriented logic to pick the right calculator, apply overrides, and log it all. The devil’s in the details — and the narrative. #ComplianceAutomation #AuditTrail #LegalTech

1 0 0 0
6 months ago

Built smarter deadline logic today: multiple calculators, override paths, and audit trails all talking to each other. Feels good when your system can reason about rules like a junior attorney. #SaaSEngineering #LegalTech #OOP

0 0 0 0
6 months ago

Today’s brain workout: dynamic calculator selection, audit-aware overrides, and simulating jurisdiction rules in OOP + DB. Making sure every edge case — even government defendants — is handled cleanly. #LegalTech #SaaS #SoftwareDesign

0 0 0 0
6 months ago
Preview
Is Your Legal Tech Truly Defensible? The Crucial Role of Read-Access Logs Introduction Imagine you’re on the witness stand, and opposing counsel asks a simple question: “Can you prove who accessed this critical piece of evidence?” You confidently present your…

🚨 Is your legal software truly defensible? Audit trails aren’t enough—tracking who reads your data can make or break your chain of custody. Learn why and how to implement strategic read-tracking for forensic-level defensibility. 🔗 tinyurl.com/2cmep7p9 #LegalTech #AuditTrail #Forensics

0 0 0 0
6 months ago
Preview
🧠 Architecting Legal Intelligence: A Week of Backend Refinement When building a platform that calculates and defends legal deadlines, every improvement matters. This week, I focused on strengthening the backend—making calculators more flexible, audit trails mor…

When building a platform that calculates and defends legal deadlines, every improvement matters. This week, I focused on strengthening the backend—making calculators more flexible, audit trails more robust, and narrative output more defensible.

tinyurl.com/yyjh8hfu

0 0 0 0
6 months ago

Morning reminder: building specialized tools is slow work, but every correctly-calculated statute today saves a missed deadline tomorrow. #LegalInnovation #SaaS

1 0 0 0
6 months ago

Ever had to track multiple legal deadlines across jurisdictions & case types? Imagine automating that with one calculator that knows exactly which rules to apply. #LegalTech #LawFirmLife

0 0 0 0