/// <summary>
/// Software Engineer based in Harare, Zimbabwe. Full-stack developer
/// with expertise in Django, Next.js and PostgreSQL — from SaaS
/// products to municipal systems. BSc Computer Systems Engineering (2.1).
/// Open to remote and in-person roles. Available IMMEDIATELY.
/// <\summary>
public class INFORMATION
{
public string NOM = "Takudzwa Mvere";
public string TITRE = "Software Engineer";
public string EMAIL = "mveretakudzwa@outlook.com";
public string TÉLÉPHONE = 0780 411 792;
public string[] POSITION = {"Harare", "Zimbabwe"};
public bool DRIVERS_LICENCE = true /* Class 4 */;
public string NATIONALITY = "Zimbabwean";
public string GENDER = "Male";
}
public partial class FORMATIONS : ÉcolesEtUniversités
{
private void MidlandsStateUniversity()
{
var _Niveau = "BSc Honours";
var _Date = Range(début: "Mars 2022", fin: "Nov 2025");
var _Type = Computer.SystemsEngineering();
_Diplômes = {"Computer Systems Engineering"};
var _Mention = "2.1 Honours";
}
private void MandedzaHighSchool_ALevel()
{
var _Niveau = "A Level";
var _Date = Range(début: "Mars 2020", fin: "Nov 2021");
_Points = 14 /* Mashonaland East */;
}
private void MandedzaHighSchool_OLevel()
{
var _Niveau = "O Level";
var _Date = Range(début: "Jan 2016", fin: "Nov 2019");
_Passes = 11 /* 9As, 2Bs — incl. Maths & English */;
}
}
public static class EXPÉRIENCES
{
public void HericomMedia()
{
var _Durée = Range(début: "Octobre 2025", fin: "Aujourd’hui");
var _Type = new Role("Software Developer");
var _Mode = WorkMode.Remote;
/*Maintained WordPress news portal. Deployed Broadstreet Ad Server,
PressPatron digital subscriptions. Configured role-based editorial
workflows. Designed Facebook ad landing pages via Canva. Partnered
with LINA for content syndication and web protocol standards.*/
}
public void OmniAfrica()
{
var _Durée = Range(début: "Février 2024", fin: "Décembre 2024");
var _Type = new Role("Technical Intern");
var _Lieu = "Hillside, Harare";
/*Enterprise infrastructure deployments: Hikvision CCTV, ZKTeco
biometric access control, Ruckus Wi-Fi, Fortinet firewalls, Cisco
switches (CABS, Old Mutual, CBZ, ZIMSEC, IDBZ, DPC, Proplastics,
Chitungwiza Municipality). Led UAT training sessions (IT, HR, Audit
depts). Sage 300 and Palladium ERP rollout exposure.*/
}
}
public static class PROJETS
{
public void EpidemicOracle()
{
var _Type = Project.Dissertation;
var _Lien = "epidemicoracle.takudzwamvere.dev";
var _Stack = {"TensorFlow", "Next.js", "Supabase", "Leaflet"};
/*ML epidemic outbreak prediction for Zimbabwe’s public health.
ARIMA + TensorFlow models, Leaflet risk maps, role-based access.*/
}
public void HaulageTruckManagement()
{
var _Lien = "haulagetrucks.lol";
var _Stack = {"Django 6", "Django Ninja", "PostgreSQL", "Docker"};
/*Full-stack fleet management system: JWT auth, paginated APIs,
audit log, Selenium automated tests. Deployed on Hetzner/Dokploy.*/
}
public void MSUCampusMap()
{
var _Lien = "msucampusmap.online";
var _Stack = {"Next.js", "TypeScript", "React Leaflet"};
/*Interactive campus navigation for Midlands State University.
Smart building search, turn-by-turn nav, satellite tile switching.*/
}
}
public static class RÉFÉRENCES
{
public void TendaiCharumbira()
{
var _Org = "OmniAfrica / Sinociber";
var _Contact = "Available in downloadable CV";
}
public void MrTGRebanowako()
{
var _Org = "Midlands State University";
var _Contact = "Available in downloadable CV";
}
public void MrMGiyane()
{
var _Org = "Midlands State University";
var _Contact = "Available in downloadable CV";
}
}