<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Procurement Data Review]]></title><description><![CDATA[Explore public procurement data, government tenders, and market trends to understand industry developments, infrastructure investments, and business opportunities.]]></description><link>https://procurementdatareviewb.hashnode.dev</link><image><url>https://cdn.hashnode.com/uploads/logos/6a6b0825c9d2893f9cc3c3ec/5cdbdfb1-6fbc-441b-b70d-e3f2b322b6cc.png</url><title>Procurement Data Review</title><link>https://procurementdatareviewb.hashnode.dev</link></image><generator>RSS for Node</generator><lastBuildDate>Sun, 06 Sep 2026 05:40:34 GMT</lastBuildDate><atom:link href="https://procurementdatareviewb.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[Your SSH and TLS Setup Is About to Become "Legally Obsolete"]]></title><description><![CDATA[If you work with infrastructure, SSL certificates, SSH keys, or any system that relies on cryptography, you've probably heard the term "post-quantum cryptography" floating around for the past year. Bu]]></description><link>https://procurementdatareviewb.hashnode.dev/your-ssh-and-tls-setup-is-about-to-become-legally-obsolete</link><guid isPermaLink="true">https://procurementdatareviewb.hashnode.dev/your-ssh-and-tls-setup-is-about-to-become-legally-obsolete</guid><category><![CDATA[Post-Quantum Cryptography]]></category><category><![CDATA[cybersecurity]]></category><category><![CDATA[ssh]]></category><category><![CDATA[TLS]]></category><category><![CDATA[Cryptography]]></category><dc:creator><![CDATA[Vlada Gavriliuc]]></dc:creator><pubDate>Wed, 02 Sep 2026 14:23:19 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a6b0825c9d2893f9cc3c3ec/9850b4d1-89b5-4837-a513-3358df4e36e8.png" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you work with infrastructure, SSL certificates, SSH keys, or any system that relies on cryptography, you've probably heard the term "post-quantum cryptography" floating around for the past year. But on September 21, 2026, the topic turns into something concrete: NIST is moving all remaining FIPS 140-2 certificates to "Historical" status. From that point on, only FIPS 140-3 implementations, the ones that include support for quantum-resistant algorithms, will be accepted for new US federal procurement.</p>
<p>That might sound like a bureaucratic detail that doesn't touch you directly. But if you work with government clients, critical infrastructure, or even just sell software to organizations operating in the US or EU, this deadline is closer to you than it seems.</p>
<h2>Why "post-quantum" cryptography actually matters</h2>
<p>Short version: the encryption algorithms we use today — RSA, ECC, the ones behind every TLS handshake and every SSH key — rely on math problems that classical computers can't solve in a reasonable amount of time. A sufficiently powerful quantum computer could, in theory, break them much faster.</p>
<p>The problem isn't just "quantum computers will exist someday." The real problem has a name: <strong>harvest now, decrypt later</strong>. Someone can steal and store encrypted data today, even without being able to decrypt it yet, and simply wait until a capable enough quantum computer shows up. For any data that needs to stay confidential for more than a few years — government contracts, medical records, intellectual property — the risk is already active, not hypothetical.</p>
<p>Google estimated back in March 2026 that a quantum computer capable of breaking RSA-2048 could arrive as early as 2029. Only 13% of organizations have already moved post-quantum cryptography (PQC) into production, and 60% haven't even seriously started migrating.</p>
<h2>The deadlines worth knowing about</h2>
<p>It's not a single cutoff date, it's a cascade:</p>
<ul>
<li><p><strong>September 21, 2026</strong> — NIST moves FIPS 140-2 certificates to "Historical." Only FIPS 140-3 (with PQC support) is accepted for new US federal procurement.</p>
</li>
<li><p><strong>June 22, 2026</strong> — the US president signed Executive Order 14412, the first binding legal mandate for PQC migration for federal civilian agencies and their contractors: December 31, 2030, for key establishment, December 31, 2031, for digital signatures.</p>
</li>
<li><p><strong>End of 2026</strong> — in the EU, member states are expected to publish national PQC strategies and start inventorying their existing cryptographic systems, under the framework developed by the NIS Cooperation Group.</p>
</li>
<li><p><strong>2030–2035</strong> — the broader horizon for completing migration of critical infrastructure and most systems, both in the US and the EU.</p>
</li>
</ul>
<p>Here's the part worth remembering: for large organizations with complex infrastructure, a full migration realistically takes 8 to 15 years. Which means anyone who hasn't started planning yet risks missing the window, no matter how motivated they get later.</p>
<h2>Where this actually hits you as a developer</h2>
<ul>
<li><p><strong>SSH host keys</strong> — most of your server access infrastructure relies on algorithms that are vulnerable over the long term.</p>
</li>
<li><p><strong>TLS termination</strong> — any web-facing service you operate is transmitting data encrypted with algorithms that can theoretically be "harvested" right now.</p>
</li>
<li><p><strong>Code and firmware signing</strong> — if you distribute software or firmware, the digital signatures used for integrity verification fall directly under the new requirements.</p>
</li>
<li><p><strong>Public procurement</strong> — if your company sells to the public sector or to government contractors, you may already be seeing explicit cryptographic compliance requirements showing up in tender specifications.</p>
</li>
</ul>
<p>Even if you don't work directly with government clients, this trend is spreading fast into the private sector too, as major cloud providers align their own roadmaps (Google, for instance, is targeting 2029 to complete its own migration).</p>
<h2>What you can actually do right now</h2>
<p>You don't need to fix everything in a week, but a few concrete steps genuinely matter:</p>
<ol>
<li><p><strong>Do a cryptographic inventory</strong> — figure out exactly where vulnerable algorithms are used across your infrastructure: certificates, SSH keys, crypto libraries, dependencies.</p>
</li>
<li><p><strong>Prioritize long-lived data</strong> — anything that needs to stay confidential for 10+ years is already a real "harvest now, decrypt later" target, not a theoretical one.</p>
</li>
<li><p><strong>Migrate external-facing protocols first</strong> — TLS termination, SSH host keys, and VPN tunnels represent the main surface exposed to attackers.</p>
</li>
<li><p><strong>Watch for hybrid schemes</strong> — during the transition period, most recommendations (including the ETSI TS 103 744 technical specification) support combining classical and post-quantum algorithms, rather than a sudden, risky switch.</p>
</li>
</ol>
<p>If you want a concrete example of how this topic is already landing on the public procurement agenda, <a href="https://hackernoon.com/israels-quantum-tender-is-really-an-infrastructure-story">this piece on a infrastructure tender in Israel</a> makes it clear the conversation isn't theoretical for governments anymore — it's already a line item in a budget. For the technical source of truth on the standards themselves, <a href="https://csrc.nist.gov/pqc-standardization">NIST's official Post-Quantum Cryptography Standardization page</a> is the place to go — it covers FIPS 203, 204, and 205 in detail, along with ongoing work on additional algorithms.</p>
<h2>The takeaway</h2>
<p>September 21, 2026 won't flip a switch overnight, but it marks a clear turning point: "old" cryptography is officially moving from "still acceptable" into "historical" territory. With only 13% of organizations prepared and federal deadlines closing in fast, this is a topic that deserves a lot more attention than it usually gets in day-to-day technical conversations.</p>
<p>If you want to keep an eye on how demand for security and encryption solutions is evolving at the public procurement level, <a href="https://tenderwell.com/markets/sectors/software-package-and-information-systems">you can follow the software and information systems sector on Tenderwell</a>, where new tenders tied to security, encryption, and standards-compliant infrastructure keep showing up.</p>
]]></content:encoded></item><item><title><![CDATA[How AI Is Finally Making Public Procurement Accessible to Small Dev Teams]]></title><description><![CDATA[If you build software for a living as a freelancer, an indie hacker, or part of a small dev shop — there's a good chance you've never once considered government contracts as a source of income. Most o]]></description><link>https://procurementdatareviewb.hashnode.dev/how-ai-is-finally-making-public-procurement-accessible-to-small-dev-teams</link><guid isPermaLink="true">https://procurementdatareviewb.hashnode.dev/how-ai-is-finally-making-public-procurement-accessible-to-small-dev-teams</guid><category><![CDATA[AI]]></category><category><![CDATA[public-procurement]]></category><category><![CDATA[software development]]></category><category><![CDATA[Government Technology]]></category><category><![CDATA[#govTech]]></category><category><![CDATA[Small business]]></category><category><![CDATA[procurement ]]></category><dc:creator><![CDATA[Vlada Gavriliuc]]></dc:creator><pubDate>Tue, 11 Aug 2026 10:22:19 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a6b0825c9d2893f9cc3c3ec/1f91e5d5-4d1d-4399-8d35-b4b2abc8b655.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>If you build software for a living as a freelancer, an indie hacker, or part of a small dev shop — there's a good chance you've never once considered government contracts as a source of income. Most of us don't. It sounds bureaucratic, slow, and reserved for giant consultancies with compliance departments and a fleet of lawyers.</p>
<p>But governments and public institutions spend an enormous amount of money on software every year: new portals, internal tools, data platforms, integrations, cybersecurity work, cloud migrations. A meaningful chunk of that spending happens through open, public tenders, and anyone, in principle, can bid on them. Not just the usual suspects.</p>
<p>So why don't more small teams do it?</p>
<h3>The real reasons small teams stay away</h3>
<p>It's not that developers don't want the work. It's that the process has historically been miserable to navigate:</p>
<ul>
<li><p><strong>Fragmentation.</strong> Every country, and often every region or municipality, publishes tenders on its own portal, in its own format, sometimes in its own language.</p>
</li>
<li><p><strong>Legal noise.</strong> Tender documents are written for procurement officers and lawyers, not for the person who'll actually write the code.</p>
</li>
<li><p><strong>Time cost.</strong> Monitoring dozens of portals manually, just to catch the handful of opportunities that fit your skill set, isn't something a two-person team can justify doing every week.</p>
</li>
<li><p><strong>Opacity.</strong> It's hard to tell, from the outside, what a realistic win rate even looks like, or which agencies are worth paying attention to.</p>
</li>
</ul>
<p>For a large IT contractor with a business development team, this friction is a Tuesday. For a small dev team, it's usually enough to make the whole category feel not worth the effort even when the actual work described in the tender is exactly the kind of project they'd love to build.</p>
<h3>What's actually changing</h3>
<p>Two things have shifted this over the past couple of years.</p>
<p>First, public sector IT spending keeps growing: cloud modernization, digital identity, AI adoption inside government agencies, smart city infrastructure. Analysts tracking the GovTech sector consistently describe it as one of the faster-growing corners of enterprise software, precisely because so much of the underlying infrastructure is still outdated and in active need of replacement.</p>
<p>Second, and this is the part that actually changes things for small teams — the discovery problem is being chipped away at by AI. Instead of checking twenty separate portals by hand, a handful of platforms now pull tender data from hundreds of official sources, standardize it, and let you filter by industry, budget, or location. The more useful part is what happens after the aggregation: AI models classify each listing into a sector, extract the actual requirements from dense legal PDFs, and generate a short summary you can skim in under a minute instead of reading a twenty-page document to figure out if it's even relevant.</p>
<p>That's the real unlock. It's the difference between "government contracts are a full-time research job" and "government contracts are a filtered search you check once a week, with the boring part already done for you."</p>
<h3>What this looks like in practice</h3>
<p>Picture a three-person dev shop that mostly builds internal tools and dashboards for mid-sized companies. They've never bid on public work, mostly because they assumed it meant giant infrastructure projects they couldn't compete for.</p>
<p>In reality, a large share of government IT tenders are small and specific: a data visualization tool for a regional health department, a booking system for a municipal library network, an accessibility audit and rebuild of an old citizen portal. Exactly the size of project a small team can deliver well, and exactly the kind of listing that's easy to miss if you're not actively monitoring the right sources.</p>
<p>This is where aggregator platforms earn their keep. Most group tenders by sector, including a dedicated category for software, IT services, and digital transformation work — instead of leaving you to guess which of hundreds of daily listings might be relevant. For a small team, that kind of filtering is what turns "we should really look into this someday" into an actual Tuesday-morning routine: a five-minute check instead of a weekend of manual digging.</p>
<h3>Practical first steps</h3>
<p>If you want to actually try this rather than just read about it, here's roughly what it takes:</p>
<ol>
<li><p><strong>Register as a supplier.</strong> Most public buyers require this before you can even view full tender documents. It's usually a one-time process per country or platform.</p>
</li>
<li><p><strong>Learn to read a CPV code.</strong> The EU's Common Procurement Vocabulary (and equivalent classification systems elsewhere) tags every tender by category. IT services and software development typically fall under specific numeric ranges. <a href="https://tenderwell.com/news/looking-into-cpv-eu-standard-language-government-contracts">This breakdown of how CPV codes are structured</a> is a good starting point if the system is new to you. Once you know which digits to look for, filtering becomes much faster.</p>
</li>
<li><p><strong>Start with the official sources directly</strong>, even if you later add an aggregator on top. In the EU, that's <a href="https://ted.europa.eu/">Tenders Electronic Daily (TED)</a>, the official publication platform for public procurement. In the US, it's <a href="http://SAM.gov">SAM.gov</a>, the federal government's system for contract opportunities.</p>
</li>
<li><p><strong>Read a few closed or awarded tenders before bidding.</strong> Most platforms let you see who won past contracts and roughly what they were worth. This can help you understand whether a category is realistically competitive for a team your size.</p>
</li>
<li><p><strong>Prepare boilerplate documents in advance</strong>, such as company registration proof, references, and standard capability statements, so you're not scrambling every time a good opportunity appears with a tight deadline.</p>
</li>
</ol>
<h3>It's not effortless, and that's worth saying honestly</h3>
<p>None of this makes public procurement easy. Some tenders require certifications or track records small teams simply don't have yet. Timelines can be slower than private-sector clients. Paperwork, even in a good process, is still paperwork.</p>
<p>But "harder than a cold DM to a startup founder" and "not worth attempting" are two different things. For teams willing to spend a little time understanding the process, public tenders are one of the few markets where the buyer's budget, requirements, and deadline are all public information before you even reach out, which is more than you can say for most private-sector sales.</p>
<p>Have you ever looked into bidding on a public tender, or did the process put you off before you even started? Curious what specifically got in the way.</p>
]]></content:encoded></item><item><title><![CDATA[Healthcare Procurement in Spain: From Medicines to Medical Equipment]]></title><description><![CDATA[Hospitals depend on a wide network of suppliers, technologies, and services that support daily medical activities. From medicines used in patient treatment to the equipment required for diagnosis and ]]></description><link>https://procurementdatareviewb.hashnode.dev/healthcare-procurement-in-spain-from-medicines-to-medical-equipment</link><guid isPermaLink="true">https://procurementdatareviewb.hashnode.dev/healthcare-procurement-in-spain-from-medicines-to-medical-equipment</guid><category><![CDATA[healthcare]]></category><category><![CDATA[healthcare technology]]></category><category><![CDATA[hospital management system]]></category><category><![CDATA[medical equipment]]></category><category><![CDATA[Pharmaceuticals]]></category><category><![CDATA[Healthcare Industry]]></category><category><![CDATA[Spain]]></category><category><![CDATA[public sector]]></category><category><![CDATA[Health Systems]]></category><category><![CDATA[medicalsupplychain]]></category><dc:creator><![CDATA[Vlada Gavriliuc]]></dc:creator><pubDate>Thu, 30 Jul 2026 11:38:37 GMT</pubDate><enclosure url="https://cdn.hashnode.com/uploads/covers/6a6b0825c9d2893f9cc3c3ec/867adb0a-e06c-4cc4-a6bf-0209b3029f9a.jpg" length="0" type="image/jpeg"/><content:encoded><![CDATA[<p>Hospitals depend on a wide network of suppliers, technologies, and services that support daily medical activities. From medicines used in patient treatment to the equipment required for diagnosis and care, healthcare spending reflects many different priorities.</p>
<p>Recent healthcare contracts in Spain provide a small view of how hospitals manage these needs, from maintaining existing medical equipment to ensuring a stable supply of essential medicines.</p>
<h3>Maintaining the equipment behind hospital care</h3>
<p>Medical equipment does not stop being important after it is purchased. Machines, hospital beds, and technical systems require regular maintenance, replacement parts, and specialist support.</p>
<p>In 2022, Hospital Clínic de Barcelona awarded a contract for the supply of materials, spare parts, and preventive maintenance services for Hill-Rom equipment. The agreement covered maintenance activities for medical equipment used inside the hospital.</p>
<p>The contract had an initial value of <strong>€209,620 without VAT</strong> and included a planned duration of <strong>45 months</strong>, with the possibility of a further 12-month extension. The details of the <a href="https://tenderwell.com/tender/2022-144-subministraments-de-materials-i-recanvis-i-serveis-de-manteniment-preventiu-de-l-equipament-hill-rom-a-l-hospital-clinic-de-barcelona-44872435">Hill-Rom equipment maintenance contract at Hospital Clínic de Barcelona</a> show how hospitals often rely on long-term agreements to reduce equipment downtime.</p>
<p>This type of spending is becoming increasingly important as healthcare systems modernize. In 2026, Spain’s healthcare authorities announced new <a href="https://ingesa.sanidad.gob.es/sns/Listado-Noticias/NoticiaDetalle.html?uuid=403bdc39-99f3-4d74-9212-ad3f077bf306">centralized agreements for medical technology equipment, including radiology and cardiology systems</a>, with an estimated investment of more than <strong>€185 million</strong>.</p>
<h3>Ensuring continuous medicine supply</h3>
<p>Another major category of hospital spending is pharmaceuticals. Unlike equipment purchases, medicine contracts are often connected directly to daily patient care because hospitals need regular deliveries.</p>
<p>Hospital Universitari Vall d’Hebron in Barcelona recently awarded a contract for the supply of medicines. The agreement was awarded through a negotiated procedure and included requirements related to delivery times, quantities, packaging, and technical conditions. The <a href="https://tenderwell.com/tender/44872433">medicine supply contract awarded by Hospital Universitari Vall d’Hebron</a> was signed with Chiesi España, S.A.U. The contract period ran until July 2026 and included detailed conditions for how products should be delivered and managed.</p>
<p>These details show that medicine procurement is not only about choosing a supplier. Hospitals also need predictable logistics, quality controls, and reliable access to treatments.</p>
<h3>A look at healthcare priorities through contracts</h3>
<p>These examples show two different but connected challenges for hospitals. Medical equipment needs regular maintenance to remain safe and available, while medicines require reliable supply chains to support patient treatment. Both areas require careful planning because interruptions can directly affect daily hospital operations.</p>
<p>Healthcare systems are going through a lot of changes. Spain is investing in new medical technologies while hospitals continue managing essential services such as equipment maintenance and medicine supply. Together, these examples show the many layers behind a functioning healthcare system, from large technology investments to the everyday services that keep hospitals running.</p>
]]></content:encoded></item></channel></rss>