<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Wesley Bertipaglia</title>
    <description>The latest articles on Forem by Wesley Bertipaglia (@wesleybertipaglia).</description>
    <link>https://forem.com/wesleybertipaglia</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1098447%2F08c69012-d872-4474-93fb-33891db21a31.jpg</url>
      <title>Forem: Wesley Bertipaglia</title>
      <link>https://forem.com/wesleybertipaglia</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/wesleybertipaglia"/>
    <language>en</language>
    <item>
      <title>🧑‍💻 How a Simple Idea Turned Into One of the Most Important Projects of My Journey — The Story Behind Backend Challenges</title>
      <dc:creator>Wesley Bertipaglia</dc:creator>
      <pubDate>Mon, 13 Oct 2025 22:06:17 +0000</pubDate>
      <link>https://forem.com/wesleybertipaglia/how-a-simple-idea-turned-into-one-of-the-most-important-projects-of-my-journey-the-story-133n</link>
      <guid>https://forem.com/wesleybertipaglia/how-a-simple-idea-turned-into-one-of-the-most-important-projects-of-my-journey-the-story-133n</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/hacktoberfest2025"&gt;2025 Hacktoberfest Writing Challenge&lt;/a&gt;: Maintainer Spotlight&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;When I first started learning backend development, I felt completely lost.&lt;/p&gt;

&lt;p&gt;Sure, there were tutorials, courses, and documentation everywhere. But none of it felt like it was &lt;em&gt;for me&lt;/em&gt;. Everything assumed I already knew the basics, or worse — skipped the fundamentals entirely. I was trying to learn how to build APIs, handle authentication, work with databases, and deploy services… but I had no idea where to start or what order to follow.&lt;/p&gt;

&lt;p&gt;I wasn’t looking for a quick fix. I wanted &lt;strong&gt;a path&lt;/strong&gt; — something practical, step-by-step, that could help me grow &lt;strong&gt;from zero&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;That’s why I created &lt;a href="https://github.com/wesleybertipaglia/backend-challenges" rel="noopener noreferrer"&gt;&lt;strong&gt;Backend Challenges&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;At the time, I was struggling to stay motivated. I would start learning something like JWT or Docker, only to realize I didn’t have the right context or experience to fully understand how or why to use it. I’d jump between tutorials, trying to piece together a learning path that didn’t really exist.&lt;/p&gt;

&lt;p&gt;So I started building my own challenges. Very simple ones at first — like an API that just returns "Hello, World!". Then a to-do list. Then authentication, file storage, caching… and before I knew it, I had built a &lt;strong&gt;series of progressively harder backend exercises&lt;/strong&gt;, grouped by experience level: Beginner, Junior, Middle, Senior.&lt;/p&gt;

&lt;p&gt;Each one taught me something new. Each one pushed me just a little further.&lt;/p&gt;

&lt;p&gt;And then it hit me:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;“If this helped me so much… maybe it could help others too.”&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That’s when I decided to make it open source.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Makes It Different
&lt;/h2&gt;

&lt;p&gt;There are plenty of challenge-based repos out there, but I wanted to do things differently.&lt;/p&gt;

&lt;p&gt;Here’s how Backend Challenges stands apart:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Structured by skill level&lt;/strong&gt; — You don’t need to guess where to start. Whether you're a total beginner or already have experience, there's a clear entry point.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tech-agnostic&lt;/strong&gt; — You can use whatever language or framework you’re learning. The focus is on backend concepts, not specific tools.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Real-world problems&lt;/strong&gt; — These aren't just toy examples. They mirror the kinds of systems you actually build on the job: authentication services, APIs, email queues, payment integrations, microservices, etc.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;From nothing to something&lt;/strong&gt; — Many devs don’t have real-world projects to add to their portfolios. Solving these challenges can give you something concrete to show (or even turn into your own startup idea).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But most importantly, it's for &lt;strong&gt;people who are just like I was&lt;/strong&gt; — figuring things out, curious, motivated, but overwhelmed.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Impact (So Far)
&lt;/h2&gt;

&lt;p&gt;I open-sourced the project without any expectations. I just wanted it to be out there — something that could help others the same way it helped me.&lt;/p&gt;

&lt;p&gt;And even though it hasn’t had many pull requests or GitHub issues (yet 😅), I’ve received &lt;strong&gt;surprisingly positive feedback through other channels&lt;/strong&gt; — especially LinkedIn.&lt;/p&gt;

&lt;p&gt;People have reached out to tell me they used the challenges to improve their backend skills, to prepare for interviews, or even to create their own spin-off projects. That alone makes it all worth it.&lt;/p&gt;

&lt;p&gt;Sometimes the impact of open source isn’t in the contribution graph — it’s in the quiet messages from someone who just wanted to say “Hey, this helped me.”&lt;/p&gt;




&lt;h2&gt;
  
  
  Why It Still Matters to Me
&lt;/h2&gt;

&lt;p&gt;Even now, after I've grown a lot as a developer, I still come back to this project — not just to maintain it, but to remind myself &lt;strong&gt;how far I've come&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;This repo is more than a collection of challenges. It’s a reflection of the path I walked — the confusion, the breakthroughs, the late-night debugging sessions, and the satisfaction of building something real.&lt;/p&gt;

&lt;p&gt;It’s a small piece of my story, and I’m proud of it.&lt;/p&gt;




&lt;h2&gt;
  
  
  Want to Contribute?
&lt;/h2&gt;

&lt;p&gt;If you're participating in Hacktoberfest, or just want to contribute to open source in a meaningful way, &lt;strong&gt;I’d love to have you involved&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Solve one of the challenges and share your approach&lt;/li&gt;
&lt;li&gt;Suggest new challenges&lt;/li&gt;
&lt;li&gt;Improve the documentation&lt;/li&gt;
&lt;li&gt;Translate the content into other languages&lt;/li&gt;
&lt;li&gt;Add tooling (like tests or CI)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can find the project here:&lt;br&gt;
👉 &lt;a href="https://github.com/wesleybertipaglia/backend-challenges" rel="noopener noreferrer"&gt;github.com/wesleybertipaglia/backend-challenges&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;If you’re a developer who feels stuck or doesn’t know where to begin, I want you to know:&lt;/p&gt;

&lt;p&gt;You’re not alone.&lt;br&gt;
It’s okay to feel overwhelmed.&lt;br&gt;
And it’s totally possible to grow — one challenge at a time.&lt;/p&gt;

&lt;p&gt;That’s what this project is really about.&lt;/p&gt;

&lt;p&gt;Thanks for reading, and happy coding ❤️&lt;br&gt;
Let’s build something great together.&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>hacktoberfest</category>
      <category>opensource</category>
    </item>
    <item>
      <title>🐕 shortio — Secure Links for the Right People, Every Time</title>
      <dc:creator>Wesley Bertipaglia</dc:creator>
      <pubDate>Mon, 05 May 2025 01:23:00 +0000</pubDate>
      <link>https://forem.com/wesleybertipaglia/shortio-my-submission-for-the-permitio-hackathon-5b1</link>
      <guid>https://forem.com/wesleybertipaglia/shortio-my-submission-for-the-permitio-hackathon-5b1</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/permit_io"&gt;Permit.io Authorization Challenge&lt;/a&gt;: Permissions Redefined&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone! 👋&lt;/p&gt;

&lt;p&gt;Super excited to share &lt;strong&gt;Short.io&lt;/strong&gt;, my submission for the Permit.io Hackathon 🚀&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Short.io&lt;/strong&gt; is a smart, secure, permission-aware link shortener made for organizations that take access control seriously… but still want their apps to feel clean, simple, and easy to use.&lt;/p&gt;

&lt;p&gt;📦 Source Code: &lt;a href="https://github.com/wesleybertipaglia/shortio-api" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  💡 The Idea
&lt;/h3&gt;

&lt;p&gt;I kept running into the same issue:&lt;br&gt;
&lt;strong&gt;Internal tools often rely on sharing URLs for resources, but those links don’t know who should (or shouldn’t) be clicking them.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;So I built &lt;strong&gt;shortio&lt;/strong&gt; — a URL shortener that bakes permission checks into every link it creates. It’s built for &lt;strong&gt;multi-tenant orgs&lt;/strong&gt; where you need fine-grained control over who can view, create, or manage resources, and it uses &lt;strong&gt;Permit.io&lt;/strong&gt; to manage dynamic, role-based access in real time.&lt;/p&gt;

&lt;p&gt;Think of it as a tiny security guard 🛡️ at the door of every link you share.&lt;/p&gt;




&lt;h3&gt;
  
  
  🛠️ How It Works
&lt;/h3&gt;

&lt;p&gt;Whenever someone tries to access a shortio link:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ If they’re logged in &lt;em&gt;and&lt;/em&gt; have the right permissions → seamless redirect to the resource.&lt;/li&gt;
&lt;li&gt;🚫 If not → they’ll land on a clean, friendly page rendered via &lt;strong&gt;Qute templates&lt;/strong&gt; inviting them to log in or sign up.&lt;/li&gt;
&lt;li&gt;📜 Access is decided based on &lt;strong&gt;their organization membership and role&lt;/strong&gt;, all enforced by &lt;strong&gt;Permit.io&lt;/strong&gt; behind the scenes.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Admins and owners can create links and decide who gets access — whether it’s a whole org, specific roles, or individual users.&lt;/p&gt;




&lt;h3&gt;
  
  
  ✨ Why This Is Cool (and Useful)
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;shortio&lt;/strong&gt; isn’t your average URL shortener:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🛡️ Every link knows &lt;em&gt;who should click it&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;🎛️ Fully multi-tenant, with clear org boundaries&lt;/li&gt;
&lt;li&gt;🔐 Fine-grained, real-time permission checks via Permit.io&lt;/li&gt;
&lt;li&gt;🖥️ Clean, no-fuss UX rendered server-side with Qute&lt;/li&gt;
&lt;li&gt;🏢 Built for internal tooling, dashboards, and resource management&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Whether you’re:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;An engineer working on internal tools&lt;/li&gt;
&lt;li&gt;A security-conscious team sharing sensitive resources&lt;/li&gt;
&lt;li&gt;Or just someone who loves links that behave themselves&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;…&lt;strong&gt;shortio’s here to keep your links smart, secure, and well-behaved.&lt;/strong&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  📚 Tech Stack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;⚙️ &lt;strong&gt;Backend &amp;amp; Frontend:&lt;/strong&gt; Quarkus (Java 21) + Qute Templates&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Database:&lt;/strong&gt; MongoDB + Panache&lt;/li&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Authorization:&lt;/strong&gt; Permit.io SDK&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🔭 What’s Next?
&lt;/h3&gt;

&lt;p&gt;If I had a bit more time (and coffee ☕️), I’d love to add:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;📊 Link analytics (who tried to access, from where, and when)&lt;/li&gt;
&lt;li&gt;🔗 Custom link slugs&lt;/li&gt;
&lt;li&gt;🛑 Expiration dates and temporary permissions&lt;/li&gt;
&lt;li&gt;🛡️ A little animated security shield mascot for the UI (seriously)&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;Got more ideas? Drop them in the repo — would love to hear what you'd build on top of it!&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  🧠 Final Thoughts
&lt;/h3&gt;

&lt;p&gt;This was a super fun project to build — mixing backend security, clean server-side pages, and dynamic permissions management into a simple tool that actually solves a day-to-day problem for orgs.&lt;/p&gt;

&lt;p&gt;Big thanks to the &lt;a href="https://www.permit.io/" rel="noopener noreferrer"&gt;Permit.io&lt;/a&gt; and &lt;a href="https://dev.to/"&gt;Dev.to&lt;/a&gt; teams for the challenge. I had a blast, and I’m already thinking about new features I could sneak into shortio next.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Secure links, smart permissions, and a smooth experience — every time.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Let’s keep building cool, secure stuff together 🚀🛡️&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>permitchallenge</category>
      <category>webdev</category>
      <category>security</category>
    </item>
    <item>
      <title>🔦 Spotlight on Devs — My Submission for the DEV.to Challenge!</title>
      <dc:creator>Wesley Bertipaglia</dc:creator>
      <pubDate>Sat, 05 Apr 2025 22:39:34 +0000</pubDate>
      <link>https://forem.com/wesleybertipaglia/spotlight-on-devs-my-submission-for-the-devto-challenge-4fp</link>
      <guid>https://forem.com/wesleybertipaglia/spotlight-on-devs-my-submission-for-the-devto-challenge-4fp</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/wecoded"&gt;WeCoded Challenge&lt;/a&gt;: Celebrate in Code&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone! 👋&lt;br&gt;
This is my submission for the DEV.to WeCoded Challenge!&lt;/p&gt;

&lt;p&gt;🔗 Live Project: &lt;a href="https://wecoded.vercel.app/" rel="noopener noreferrer"&gt;Deploy&lt;/a&gt;&lt;br&gt;
📦 Source Code: &lt;a href="https://github.com/wesleybertipaglia/wecoded" rel="noopener noreferrer"&gt;GitHub Repository&lt;/a&gt;&lt;/p&gt;




&lt;h3&gt;
  
  
  🌟 The Idea: Put Someone in the Spotlight
&lt;/h3&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzi4j1p8t23omr5j1md8.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fwzi4j1p8t23omr5j1md8.png" alt="Spotlight" width="800" height="447"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We all write, build, and share — but sometimes we miss great voices in the crowd.&lt;/p&gt;

&lt;p&gt;So, I wanted my project to bring random creators into the spotlight.&lt;/p&gt;




&lt;h3&gt;
  
  
  ✨ Spotlight Stories
&lt;/h3&gt;

&lt;p&gt;It's a feature that highlights one random story from the #wecoded tag every time you visit the page. It’s like a mini-stage for someone in the community. You can then read their full post, follow them, and maybe even leave a comment to brighten their day.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;🔁 Every click = a new story = a new person in focus.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h3&gt;
  
  
  🪄 Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Spotlight Story – puts a random article in focus every visit&lt;/li&gt;
&lt;li&gt;Wall of Stories – grid of stories from the #wecoded tag&lt;/li&gt;
&lt;li&gt;Share Button – easily copy/share a story's link&lt;/li&gt;
&lt;li&gt;Clickable Tags – explore similar stories by topic&lt;/li&gt;
&lt;li&gt;Author Info – links to the author's profile&lt;/li&gt;
&lt;li&gt;Fun 404 Page – with random gifs, quotes, or ASCII art (try it 😉)&lt;/li&gt;
&lt;li&gt;Slick design – styled with Tailwind, smooth UX, lightweight&lt;/li&gt;
&lt;li&gt;Lazy loading images – for performance boost&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🛠️ Built With
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;React + TypeScript – fast, typed, and modular&lt;/li&gt;
&lt;li&gt;TailwindCSS – utility-first styling for a clean and responsive UI&lt;/li&gt;
&lt;li&gt;Phosphor Icons – beautifully simple icons for UI interactions&lt;/li&gt;
&lt;li&gt;DEV.to API – stories pulled from real community posts via the API&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  💡 Final Thoughts
&lt;/h3&gt;

&lt;p&gt;I loved building this, especially the idea that someone out there might get their story seen because of a little random spotlight. That's the spirit of DEV!&lt;/p&gt;

&lt;p&gt;Would love to hear your thoughts — and if you try it and discover a great post, let me know! 💬&lt;/p&gt;

&lt;p&gt;Thanks DEV team for putting this challenge together. Let’s keep coding, keep writing, and keep lifting each other up 🚀&lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>wecoded</category>
      <category>dei</category>
      <category>webdev</category>
    </item>
    <item>
      <title>The future is coming: how technology is making the world cooler!</title>
      <dc:creator>Wesley Bertipaglia</dc:creator>
      <pubDate>Sat, 29 Mar 2025 23:56:44 +0000</pubDate>
      <link>https://forem.com/wesleybertipaglia/the-future-is-going-to-be-amazing-35d</link>
      <guid>https://forem.com/wesleybertipaglia/the-future-is-going-to-be-amazing-35d</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://future.forem.com/challenges/writing-2025-02-26" rel="noopener noreferrer"&gt;Future Writing Challenge&lt;/a&gt;: How Technology Is Changing Things.&lt;/em&gt;&lt;/p&gt;




&lt;p&gt;The future has arrived faster than we imagined and is full of innovations that can make our lives much easier, more fun and healthier. This is not science fiction, this is real technology! Get ready for a tour of the innovations that will transform the world into a cleaner, calmer and, of course, much safer place.&lt;/p&gt;




&lt;h3&gt;
  
  
  Cleaner air: the city cleaning itself!
&lt;/h3&gt;

&lt;p&gt;Today, many cities have polluted air, filled with smoke from cars and factories. Not only is this bad for our health, but it also gives everything a weird smell and a gray haze. But what if the buildings in the cities could clean the air by themselves?&lt;/p&gt;

&lt;p&gt;This could happen with a technology called photocatalytic materials. These are special surfaces that, when exposed to sunlight, break down pollutants and turn them into harmless substances. Some buildings are already starting to use this, and in the future, it could be common.&lt;/p&gt;

&lt;p&gt;And it doesn’t stop there! Some "City Trees" made of special mosses are already being tested. These trees don’t have real leaves, but they filter the air better than many natural trees. One of these can clean as much air as 275 normal trees!&lt;/p&gt;




&lt;h3&gt;
  
  
  Quieter Cities (Finally, No More Horns!)
&lt;/h3&gt;

&lt;p&gt;If you’ve ever been in a big city, you know the noise never stops. Cars honking, sirens, construction... But in the future, cities might be almost silent. How?&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ultra-quiet electric cars:&lt;/strong&gt; No loud engines, no roaring exhausts. Just the sound of the wind.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Sound-absorbing pavements:&lt;/strong&gt; Some streets may be made of special materials that "eat up" the noise from tires. This is already being tested in some places!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Smart traffic lights:&lt;/strong&gt; Instead of honking horns and shouting in traffic, cars will talk to each other. They’ll know when to stop and when to go without needing honks.&lt;/p&gt;

&lt;p&gt;The result? Less stress and a much quieter environment for everyone.&lt;/p&gt;




&lt;h3&gt;
  
  
  No more traffic jams: the future without chaotic traffic
&lt;/h3&gt;

&lt;p&gt;Who has never spent hours stuck in traffic, not knowing what to do? In addition to being frustrating, this is bad for our health and the environment. But the good news is that technology has a trick up its sleeve to put an end to traffic jams!&lt;/p&gt;

&lt;p&gt;Soon, smart cars will talk to each other and decide the best route, without having to stop at traffic lights. Less time stoped, more time enjoyed and, of course, less air pollution.&lt;/p&gt;

&lt;p&gt;And it doesn't stop there! Imagine autonomous cars that drive themselves. They will be so smart that there will no longer be a need for crowded parking lots, because the cars themselves will find the best place to park and even drop you off at home while they do it. Less chaos, more space for everyone!&lt;/p&gt;




&lt;h3&gt;
  
  
  Improved health: the technology that is transforming our lives!
&lt;/h3&gt;

&lt;p&gt;And what about health? Technology will not only improve the environment, but will also help us live longer and better. And the coolest thing: with solutions for diseases that previously seemed impossible to cure!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Food for everyone:&lt;/strong&gt; the population is growing, and food needs to keep up. But don't worry, technology is helping! Now, with vertical farming, food can be grown in buildings, saving space and resources like water. This way, we will have fresher and more sustainable food for everyone.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Healthier food:&lt;/strong&gt; the future of food will also be super nutritious. With genetically modified foods, we will have foods that are richer in vitamins and minerals, resistant to diseases and even grown in places that would previously have been impossible. This can help fight hunger and ensure that our health is up to date.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cures for ancient diseases:&lt;/strong&gt; Science is making great strides, and what once seemed impossible is now within our reach. Research is underway to cure diseases such as diabetes, Alzheimer's and cancer. With gene therapies and new treatments, the hope of eradicating these diseases is closer than ever. We're talking about a true revolution in medicine!&lt;/p&gt;




&lt;h3&gt;
  
  
  The future is coming... and it's amazing!
&lt;/h3&gt;

&lt;p&gt;These innovations are not just distant dreams. They are already starting to happen, and the best part is that they are just beginning! The future will be cleaner, calmer, healthier and, of course, more fun to live in.&lt;/p&gt;

&lt;p&gt;So, the next time someone asks you what the future will be like, you can safely say: it will be a future where the city will be quieter, the air will be cleaner, the food will be more nutritious and people's health will be better cared for. The best is yet to come!&lt;/p&gt;




&lt;h3&gt;
  
  
  Additional Prize Categories
&lt;/h3&gt;

&lt;p&gt;Explain Like I'm Five&lt;/p&gt;

</description>
      <category>futurechallenge</category>
      <category>future</category>
      <category>technology</category>
      <category>environment</category>
    </item>
  </channel>
</rss>
