Tag: women in tech

  • MumsWhoCode Hosts International Women’s Day Conference 2025.

    MumsWhoCode Hosts International Women’s Day Conference 2025.

    MumsWhoCode’s “Inspire Inclusion” Conference: A Powerful Catalyst for Women in Tech

    The MumsWhoCode International Women’s Day conference, themed “Inspire Inclusion: Accelerating Action for Women and Girls as Leaders in Digital Technology,” wasn’t just an event; it was a movement. It was a space where women in tech came together to learn, connect, and re-ignite their passion for tech. The energy in the room was palpable, fueled by a shared passion for empowerment and a collective vision for a more inclusive future.

    All the sessions were insightful. My major takeaway from the conference is to keep showing up as a startup and don’t pick a skill because everyone else is doing it. – Juliet Iye Jibrin

    A Room full of Insights and Inspiration

    The conference kicked things with a powerful keynote from Shelle Fantastic (CBE) (CCE), a phenomenal mum of four whose story is a testament to the transformative power of digital skills. Shelle’s journey from her lounge during COVID-19 to building SheFan Pro, a thriving community of over 50,000 and a hub connecting founders with vital resources, was incredibly motivational.

    Other leading women and male allies in tech delivered insightful presentations on key topics, each contributing to the overarching theme:

    • Tech-Enabled Safety and Innovation: Dr. Constance Ehiozee followed the keynote address with an insightful presentation on leveraging technology for safer and more sustainable workplaces. Constance highlighted the crucial link between safety and sustainability, showcasing how AI-powered smart buildings enhance energy efficiency and air quality, and the importance of energy-efficient coding practices. She challenged the audience, particularly programmers, to prioritize cleaner, low-energy-consuming code.
    • Leading the Digital Transformation: Dr. Chidiebere Ugo-Enyinnah set the stage by exploring the transformative power of digital technologies. She didn’t just talk about trends; she sparked a conversation about women’s crucial role in shaping this transformation, urging them to move from consumers to creators. She also acknowledged the unique challenges women face in the tech world.
    • Championing Digital Wellbeing: Jennifer Kyalo’s session was a vital reminder of the human element in tech. She brought to light the often-overlooked issue of digital fatigue and provided practical strategies for tech professionals to prioritize their mental and emotional health in our digitally driven world.
    • Unlocking Career Potential: Timilehin Adekunle’s session was a masterclass in career navigation. She offered women a roadmap to achieving their ambitions, emphasizing the power of self-discovery, resilience, and the importance of a supportive community. Adebayo Chike Odurinde’s session complemented this by focusing on the importance of taking action and overcoming the paralysis of perfection. His message, “Progress is greater than perfection,” resonated deeply with attendees .
    • Empowering the Next Generation: The conference also looked to the future, with speakers like Brighten and Build Teens Foundation passionately advocating for empowering girls in tech. There was a strong call to action to break down barriers and create pathways for young women to thrive in STEM fields.
    • Shruti Agarwal‘s session highlighted self-reflection, impact, and strategic AI use. She stressed that creating impact beyond personal achievement leads to fulfillment, a key motivator in one’s career. Additionally, she advised women to actively seek recognition for their contributions to establish their value and create future opportunities.

    Beyond the Talks: Dynamic Breakout Sessions

    The breakout sessions provided a more intimate and interactive learning experience:

    • Day 1: Attendees had the opportunity to deep-dive into specific areas of tech. Tanya Gupta demystified Cybersecurity, Adenike Olatunbosun illuminated the world of Product Management, Ibukun Ayomide-Baafog guided participants through UX Design, and Mariam Kosemani empowered aspiring programmers. These sessions were about more than just information; they were about building skills and confidence.
    • Day 2: The focus shifted to career advancement and community building. Olamide Ilori’s mock interview session equipped attendees with the tools to ace their job searches, and Ofonime Linus Brown provided practical guidance on building a community analytics dashboard.

    A Celebration of Strength and Solidarity

    The conference wasn’t just about the sessions; it was about the connections forged, the stories shared, and the collective energy of women supporting women. From Shelle Fantastic’s inspiring keynote about building a thriving tech business to the closing remarks, the message was clear: women can lead in tech and we don’t have to wait for external validation. Let’s accelerate action towards gender balance in digital technology.

    A huge thank you to all our speakers, partner – Mamas Mind By Nurma Health, and sponsors for this impactful event!

    I look forward to another exciting experience. It was WOW! – Oluwatosin Olanrewaju

  • Tech Stacks Explained for Newbies

    Tech Stacks Explained for Newbies

    If you have ever been confused by the concept of “tech stacks”, you’re not alone. I have been there too. 

    As someone who was unsure about the relevance of my skill sets, it took some days of deliberate research to gain the understanding that I needed. This helped me regain my confidence to continue developing my skills.

    This blog post aims to clarify any confusion you might have and provide a starting point for your web development journey.

    In this article, I break down some popular stacks, making it easier for you to choose the right one as you journey into the field of web development.

    What are Tech Stacks?

    A tech stack includes the programming languages, frameworks, databases, and other tools that are used to create a functioning website or web/mobile app. Imagine it as a recipe; you need the right ingredients to create a mouth-watering dish.

    In order to build a functional website/app, you need a set of technologies that work well together to achieve your goal.

    Popular Tech Stacks:

    Here is a breakdown of some popular web development stacks, highlighting their strengths and how they can fit your unique needs as a *newbie* web developer.

    1. MERN Stack (MongoDB, Express.js, React, Node.js): This stack uses MongoDB, A flexible database for storing website data, Express.js, Node.js and react. All 3 web technologies use JavaScript as the core language making it a good choice if you want to learn one programming language for both front-end (what users see) and back-end (server-side logic).
    • On their own, Express.js is a framework that simplifies building server-side applications. 
    • React is a popular JS library, helps create smooth and interactive user interfaces (what users see). 
    • Node.js is a runtime environment that allows you to run JavaScript on the server.

    MERN is great for dynamic websites and apps, like social media platforms. In summary, JavaScript as the only language makes it efficient to learn and a good reason to adopt the MERN stack.

    2. MEAN Stack (MongoDB, Express.js, Angular, Node.js): Similar to MERN, but uses Angular (a framework from Google) instead of React. Angular is a comprehensive tool for building complex applications. Angular is a full-fledged framework, best for large, complex applications, especially when using TypeScript and needing a complete, structured solution with long-term support. It has a steeper learning curve.

    P.S: Angular provides a complete, structured approach, while React offers more flexibility and a quicker start. The best choice depends on your specific project needs, team skills, and preferences.

    3. MEVN Stack (MongoDB, Express.js, Vue.js, Node.js): This stack swaps React/Angular for Vue.js, a lightweight and easy-to-learn framework. MEVN is a good choice for projects where simplicity and adaptability are key.

    4. PERN Stack (PostgreSQL, Express.js, React, Node.js): Almost identical to MERN, but uses PostgreSQL, a robust database known for its data integrity and reliability, often preferred for applications handling sensitive data like in healthcare or banking.

    5. LAMP Stack (Linux, Apache, MySQL, PHP): A classic and reliable stack that’s been around for a long time. It’s cost-effective and good for building websites and web applications. Many popular platforms like WordPress use LAMP. Here’s what it includes:

    • Linux: A free and open-source operating system.
    • Apache: A widely used web server.
    • MySQL: A relational database for structured data.
    • PHP: A server-side scripting language for building dynamic web pages.

    6. The Python Stack: Python is known for its clear and concise syntax, making it a great choice for beginners. This stack offers a variety of frameworks for web development, allowing you to choose the one that best suits your project. 

    Here are some common options:

    • Python: The core language, easy to learn and read.
    • Django: A full-featured framework for complex web applications.
    • Flask: A lightweight framework ideal for smaller projects.
    • PostgreSQL or MySQL: Popular database options for Python projects

    How do you choose the right stack:

    There’s no “one size fits all” answer. However, it is important that you consider these factors when making your choice:

    • Project Goals: What kind of website or application do you want to build? Is it a dynamic website? What are the functional requirements? Answering the questions will help you make the right decision
    • Community: It should have a strong community of users and supporters.
    • Organizational need: If you already work in a different role at an organization and looking to pivot internally, then you should definitely consider the programming language currently in use by the team.
    • Learning Curve: It should be beginner-friendly – easy to learn, even if you’re new to coding.
    • Scalability: It should support scalability on the long term
    • Time Commitment: How much time can you dedicate to learning new technologies.

    Tips for Success:

    Web development like every other tech field requires resilience and dedication. By following the tips below, you would be well on your way to becoming a successful web developer.

    • Start Small: Don’t try to learn everything at once. Choose a beginner-friendly stack and focus on building a simple project first.
    • Find a Supportive Community: MumsWhoCode is here for you! Connect with other mums who are learning to code, share your experiences, and get encouragement.
    • Embrace Mentorship or Get a Coach: Decide early enough how you would want to learn. Through a coach in a structured format or self-learning. Either way, you need to find a more experienced web developer to teach you and provide feedback on your work. This will help you identify gaps and learn faster
    • Utilise Online Resources: There are many free tutorials, courses, and coding challenges available online. Look for resources designed for beginners.
    • Celebrate Your Progress: Learning to code takes time and effort. Acknowledge your accomplishments, no matter how small.

    Conclusion:

    Choosing the right tech stack is an important step in your web development journey. Remember, there’s no perfect stack – the best one is the one that works for you. By considering your goals, learning style, and time constraints, you can choose a stack that empowers you to build amazing things as a mum coder. 

    Get started today and if you feel overwhelmed, don’t hesitate to reach out to the MumsWhoCode community for support

  • Empowering Women in Tech through Inclusive Events

    Empowering Women in Tech through Inclusive Events

    Women in tech events foster a supportive and inclusive environment for women in the technology industry.

    These events offer networking, skill development, and career growth opportunities.

    Women working in tech should check out these resources to discover upcoming events that can help advance their careers.

    • WomenTech Network: A global network promoting and organizing events for women in tech.
      Explore their website: https://www.womentech.net/
    • AnitaB.org: Organizes the Grace Hopper Celebration, one of the largest gatherings of women technologists globally.
      Discover more on their website: https://anitab.org/
    • Tech Ladies: Connects women with job opportunities and resources in the tech industry.
      Explore their website: https://www.hiretechladies.com/
    • Women in Tech Global: provides events and programs to support women in tech with a global event calendar.
      Check their website for event listings: https://women-in-tech.org/
    • Eventbrite: A comprehensive platform for discovering events of all kinds, including women in tech events.
      Discover events close to you: https://www.eventbrite.com/
    • LinkedIn Events: LinkedIn recommends events that are relevant to you based on your interests, Pages you follow, and the events being attended by your network.
      Explore their website: https://www.linkedin.com/events/
    • Local Tech Communities and Meetups: Research local tech communities and meetup groups for events specifically for women in tech.

    Remember, these are just a few examples. Many other organizations and websites offer valuable resources for finding women in tech events. Keep exploring and stay connected with your local tech community to stay informed about the latest opportunities!

  • MumsWhoCode Confirms Sponsors for Digital Women Bootcamp Cohort 4

    MumsWhoCode Confirms Sponsors for Digital Women Bootcamp Cohort 4

    MumsWhoCode is pleased to announce Tech Impact Club Africa and Pushup Africa Initiative as sponsors for our Digital Women Bootcamp Cohort 4, running from 12 September – 5 November 2022.


    About Tech Impact Club Africa: 

    Tech Impact Club Africa is an organisation working to bridge the networking gap across the tech ecosystem in Africa. The organisation’s focus is to bring like-minded people together, using technology to forge a synergy of qualitative and lasting connections that will positively impact Africa and its rising tech industry.


    We are delighted to have Tech Impact Club Africa sponsor the Digital Women’s Bootcamp again with a 3rd grant. As with previous cohorts sponsored by the organisation, support received for cohort four will go towards running the Bootcamp and providing special internet data stipends to participants needing assistance (to reduce barriers to learning and participation).


    You can find out more about Tech Impact Club Africa and their innovative work here: https://techimpactclub.africa


    About Pushup Africa Initiative:

    Pushup Africa is an e-learning platform on a mission to help ambitious young people gain the digital and soft skills they need to become career professionals or entrepreneurs. To accomplish this, the platform provides expert-led courses, mentorship programmes, events on business and workplace operations and more.


    With a focus on skills and knowledge development, Push Africa seeks to educate, enlighten and add value to the lives of young Africans by equipping them to seize opportunities available to them in various industries and sectors.


    Pushup Africa will also be providing a free mentorship session for all participants of the Digital Women Bootcamp; providing soft skills training for landing entry-level jobs and career growth.