<?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>DEV Community: Joao Marcos Barbosa Oliveira</title>
    <description>The latest articles on DEV Community by Joao Marcos Barbosa Oliveira (@jonny-marcos).</description>
    <link>https://dev.to/jonny-marcos</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%2F2566593%2F93e3cd4a-97a5-452f-8a29-0b872b63475e.jpg</url>
      <title>DEV Community: Joao Marcos Barbosa Oliveira</title>
      <link>https://dev.to/jonny-marcos</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jonny-marcos"/>
    <language>en</language>
    <item>
      <title>Introducing PlanMilT: A Tactical Military Planning Tool</title>
      <dc:creator>Joao Marcos Barbosa Oliveira</dc:creator>
      <pubDate>Fri, 13 Dec 2024 13:54:28 +0000</pubDate>
      <link>https://dev.to/jonny-marcos/introducing-planmilt-a-tactical-military-planning-tool-c0l</link>
      <guid>https://dev.to/jonny-marcos/introducing-planmilt-a-tactical-military-planning-tool-c0l</guid>
      <description>&lt;h1&gt;
  
  
  PlanMilT: My First Open Source Project 🌍
&lt;/h1&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%2Fhx38mbttbbu1cqkse1z6.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%2Fhx38mbttbbu1cqkse1z6.png" alt="Image description" width="800" height="402"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hello, dev.to community! 👋&lt;br&gt;&lt;br&gt;
I’m excited to share my very first open-source project, &lt;strong&gt;PlanMilT&lt;/strong&gt;, a web application designed to assist in planning military operations at the tactical level.  &lt;/p&gt;

&lt;p&gt;This project was originally developed in &lt;strong&gt;Portuguese&lt;/strong&gt; during my time at the Officer Improvement Course at the Escola de Aperfeiçoamento de Oficiais (2024). However, I’ve added a Google Translate script to make the site accessible in other languages. 🌐  &lt;/p&gt;

&lt;h2&gt;
  
  
  About PlanMilT
&lt;/h2&gt;

&lt;p&gt;PlanMilT is a tool that leverages the power of &lt;strong&gt;Leaflet&lt;/strong&gt; and Geographic Information System (GIS) technologies to provide a user-friendly platform for military operation planning. The application is interactive and packed with features such as:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Drawing tools&lt;/strong&gt;: Create polygons, lines, circles and markers.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;File support&lt;/strong&gt;: Import and export planning files in &lt;strong&gt;KMZ format&lt;/strong&gt;.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Text editing&lt;/strong&gt;: Add and edit text directly on the map.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measurement tools&lt;/strong&gt;: Measure areas and distances with ease.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Customization&lt;/strong&gt;: Personalize layers, icons, and styles.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Geospatial search&lt;/strong&gt;: Quickly locate key points on the map.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The application uses an SQLite3 database to securely store all planning data &lt;strong&gt;locally on the server&lt;/strong&gt;, ensuring offline data protection.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it Out!
&lt;/h2&gt;

&lt;p&gt;You can test the application in two ways:  &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Official Test Site&lt;/strong&gt;: &lt;a href="http://aescoladatatica.fun" rel="noopener noreferrer"&gt;PlanMilT Test Site&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GitHub Pages (Limited Version)&lt;/strong&gt;: &lt;a href="https://jonny-marcos.github.io/PlanMilT" rel="noopener noreferrer"&gt;PlanMilT on GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Technologies Used 🚀
&lt;/h2&gt;

&lt;p&gt;PlanMilT is built using:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;HTML5, CSS3, JavaScript&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Leaflet&lt;/strong&gt; and plugins like Leaflet Draw &amp;amp; Geocoder
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SweetAlert2&lt;/strong&gt; for interactive alerts
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chart.js&lt;/strong&gt; for data visualization
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Tinymce&lt;/strong&gt; for text editing
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HTML2Canvas&lt;/strong&gt; for capturing map elements
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;SQLite3&lt;/strong&gt; for database storage
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How to Get Involved 🤝
&lt;/h2&gt;

&lt;p&gt;As this is my first GitHub project, I’m &lt;strong&gt;open to feedback and suggestions&lt;/strong&gt; to improve both the application and my skills as a developer.  &lt;/p&gt;

&lt;p&gt;You can contribute by:  &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Reporting bugs or issues
&lt;/li&gt;
&lt;li&gt;Suggesting new features
&lt;/li&gt;
&lt;li&gt;Submitting pull requests
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The full project and installation instructions are available on GitHub:&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/jonny-marcos/PlanMilT" rel="noopener noreferrer"&gt;PlanMilT Repository&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;Creating and sharing this project has been an amazing learning experience. I hope you’ll find PlanMilT useful and inspiring, whether for military planning, GIS learning, or just exploring how web applications are built.  &lt;/p&gt;

&lt;p&gt;Let me know what you think! Your feedback means the world to me. 🙌  &lt;/p&gt;

&lt;p&gt;Happy coding! &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>beginners</category>
      <category>php</category>
    </item>
  </channel>
</rss>
