Episodes

  • 22 - How to Build and Manage a Side Project. Creating a project that enhances your skills and career
    Nov 13 2024
    Discover how side projects can enhance your skills and build a portfolio in the tech industry. Ideal for students and fresh graduates, we emphasize the importance of practical experience alongside earning potential. Don’t miss these insights to level up your career! Sponsorder by Coffeelancers, a mobile coffee station for corporate events and life celebrations. The flagship product is nitro cold brew coffee. ⁠https://www.instagram.com/coffeelancers/⁠ Question 1: Why is working on side projects important for IT professionals? Skill enhancement: They allow you to experiment with new technologies and techniques.Portfolio building: You can showcase your skills and creativity through tangible projects.Networking opportunities: Collaborating with others on open-source projects can lead to valuable connections.Personal satisfaction: Pursuing personal projects can be fulfilling and rewarding.Potential career advancement: Successful side projects can lead to new job opportunities or promotions. Question 2: How can someone choose the right idea for their side project? Personal interest: Choose a project that excites you and aligns with your passions.Skill development: Select a project that helps you learn new skills or improve existing ones.Practical application: Consider projects that can be applied to real-world problems or have practical use cases.Time commitment: Be realistic about the time you can dedicate to the project. Question 3: What are some strategies to manage your time effectively while juggling a side project and a full-time job? Time management: Use time management techniques like time blocking or the Pomodoro Technique to allocate specific time slots for your side project.Prioritization: Determine the most important tasks and focus on them first.Effective planning: Create a detailed project plan to break down tasks into smaller, manageable steps.Avoid distractions: Minimize distractions by finding a quiet workspace and using productivity tools. Question 4: What challenges do developers face when starting or managing side projects, and how can they overcome them? Lack of motivation: Stay motivated by setting achievable goals and celebrating small victories.Time constraints: Manage your time effectively and prioritize tasks.Technical difficulties: Seek help from online communities or mentors.Burnout: Take regular breaks and avoid overworking. Question 5: How can developers ensure that their side project adds value to their resume or portfolio? Document your work: Create a detailed project report or write blog posts about your experiences.Showcase your skills: Highlight the technical skills and problem-solving abilities you used in the project.Open-source your project: Contribute to the open-source community and gain visibility.Use a portfolio website: Showcase your projects in a professional manner. Question 6: What tools and resources can help developers successfully complete side projects? Version control: Use Git to manage your code and collaborate with others.Project management tools: Utilize tools like Trello or Asana to organize tasks and track progress.Online communities: Join forums and communities to get help and advice. Question 7: What should developers focus on when transitioning their side project into something bigger, like a startup or open-source initiative? Business planning: Develop a solid business plan outlining your target market, revenue model, and growth strategy.Legal considerations: Understand the legal implications of starting a business or open-sourcing your project.Team building: Assemble a talented team to help you scale your project.Fundraising: Secure funding to support your project's growth and development.Marketing and promotion: Create a marketing strategy to attract users and investors. #SideProjects #TechIndustry #CareerGrowth #PortfolioBuilding #SkillDevelopment #StudentsInTech #FreshGraduates #TechCareers #LearningJourney #ProfessionalDevelopment
    Show more Show less
    15 mins
  • 21 - Mastering the Art of Debugging and Testing. How to efficiently troubleshoot and solve coding issues.
    Nov 11 2024
    Master Debugging: Unlocking the Secrets to Coding Success. We delve into the world of debugging, emphasizing the importance of critical thinking in overcoming common coding mistakes like syntax errors and runtime failures. Join us as we share essential tips every developer should know for a smoother coding experience! Sponsorder by Coffeelancers, a mobile coffee station for corporate events and life celebrations. The flagship product is nitro cold brew coffee. https://www.instagram.com/coffeelancers/ Question 1: Why is debugging such an important skill for developers? Debugging is a fundamental skill for any developer. It's the process of identifying and fixing errors in software code. Without effective debugging, software would be riddled with bugs, leading to poor performance, security vulnerabilities, and user frustration. Question 2: What are some common debugging tools and techniques every developer should know? Printers and Loggers: These tools allow you to print or log variables and messages to the console or a log file.Debuggers: Tools like Visual Studio Code Debugger, Chrome DevTools, and GDB allow you to step through code line by line, inspect variables, and set breakpoints.Breakpoints: These mark specific points in your code where execution pauses, allowing you to examine the state of variables and the call stack.Unit Testing: Writing small, isolated tests for individual code units to identify and fix bugs early in the development process. Question 3: How can developers stay calm and systematic when dealing with difficult bugs? Break down the problem: Divide the problem into smaller, more manageable subproblems.Use a systematic approach: Follow a logical approach, such as the divide-and-conquer method.Take breaks: Stepping away from the problem can help you return with a fresh perspective.Seek help: Don't hesitate to ask for help from colleagues or online communities. Question 4: What are the best practices for testing your code to ensure it works properly? Write clear and concise code: Well-written code is easier to test and debug.Write unit tests: Test individual units of code in isolation.Perform integration testing: Test how different components of the system work together.Conduct system testing: Test the entire system to ensure it meets requirements.User acceptance testing (UAT): Involve end-users to test the system's functionality and usability. Question 5: What are some common mistakes developers make when debugging and testing? Jumping to conclusions: Avoid making assumptions about the cause of the bug.Overlooking simple errors: Sometimes, the simplest mistakes can cause the most complex problems.Not using debugging tools effectively: Learn how to use debugging tools to their full potential.Neglecting test automation: Automate repetitive tests to save time and improve efficiency. Question 6: What are some tools or methodologies you recommend for improving testing efficiency? Test-Driven Development (TDD): Write tests before writing code.Continuous Integration/Continuous Delivery (CI/CD): Automate the build, test, and deployment process.Static code analysis tools: Identify potential issues in your code without running it.Test automation frameworks: Use tools like Selenium, JUnit, or TestNG to automate test execution. Question 7: What’s your advice for developers looking to level up their debugging and testing skills? Practice regularly: The more you practice, the better you'll become.Learn from others: Seek guidance from experienced developers and learn from their mistakes.Stay curious: Continuously explore new tools and techniques.Embrace failure: Don't be afraid to make mistakes; they are opportunities to learn and grow.Build a strong foundation: Invest time in learning fundamental programming concepts and algorithms. #DebuggingTips #CodingSuccess #DeveloperInsights #SyntaxErrors #CriticalThinking #ProgrammingMistakes #TechEducation #LearnToCode #SoftwareDevelopment #CodingCommunity
    Show more Show less
    18 mins
  • 20 - Tech Sisters: Women’s Voices, Women’s Stories : sharing experiences, challenges, and wins.
    Nov 6 2024

    Conversations with women in tech—sharing experiences, challenges, and wins. It's essential to show up for yourself and others. Consistency and discipline differentiate you in the industry. Remember, you define your own potential—never let anyone dictate your dreams! Join us to explore how to empower yourself and those around you.


    Question 1: What first inspired you to pursue a career in tech, and what stage are you currently at in your journey?

    I've always been fascinated by the power of technology to solve problems and connect people. The idea of creating something tangible and impactful, something that could potentially change the world, was incredibly inspiring. I started my journey in IT as a software developer and have since progressed into a leadership role, managing a team of talented engineers.

    Question 2: What are some of the key challenges you've faced as a woman in tech, and how did you overcome them?

    One of the biggest challenges I've faced is the gender gap in tech. Often, I've been the only woman in the room, which can be isolating and intimidating. To overcome this, I've focused on building strong relationships with my colleagues, seeking out mentors, and advocating for myself. I've also learned to be assertive and confident, even when it's uncomfortable.

    Question 3: How do you stay motivated and passionate about your work in the tech industry?

    Staying motivated in tech requires a continuous learning mindset. I'm always seeking out new challenges and opportunities to grow. I'm also passionate about mentoring younger women in tech and helping them succeed.

    Question 4: What advice would you give to women just entering the tech industry today?

    My advice is to be confident in your abilities, don't be afraid to ask questions, and seek out mentors who can guide you. Don't let stereotypes or biases hold you back. Surround yourself with supportive people who believe in you.

    Question 5: How has the tech industry changed for women during your time in it, and what improvements still need to be made?

    While there has been progress, there's still a long way to go. More women are entering the tech industry, and there's a growing awareness of gender bias and discrimination. However, we need to continue to address issues like the gender pay gap, lack of female representation in leadership roles, and unconscious bias.

    Question 6: What role does mentorship and community play in your success as a woman in tech?

    Mentorship and community have been instrumental in my success. Having mentors who have provided guidance and support has been invaluable. Additionally, being part of a supportive community of women in tech has helped me to overcome challenges and stay motivated.

    Question 7: What actions can our listeners take today to support women in tech and drive more inclusion in the industry?

    • Mentorship: Offer mentorship to young women in tech.
    • Sponsorship: Advocate for women in tech and promote their work.
    • Inclusive language: Use gender-neutral language and avoid stereotypes.
    • Challenge bias: Call out bias and discrimination when you see it.
    • Support women-led initiatives: Donate to or volunteer for organizations that support women in tech.


    #Empowerment #Confidence #CommunityBuilding #WomenInBusiness #SelfGrowth #Consistency #Discipline #DefineYourPath #Inspiration #GirlPower

    Show more Show less
    16 mins
  • 19 - Tech Scholarships and Grants - In School and Young Professionals. Discover the financial support that can launch your tech career.
    Nov 4 2024

    Maximize your chances of winning scholarships with our key strategies! We discuss the importance of listing available scholarships, organizing your applications, and finding mentors. Research thoroughly and pursue every opportunity to secure that scholarship you've been dreaming of!


    Question 1: Why are scholarships and grants so important for students and early-career professionals in tech?

    Scholarships and grants can significantly reduce financial burdens, allowing students and early-career professionals to focus on their studies and career development. They can also provide access to valuable resources, mentorship opportunities, and networking connections.

    Question 2: What types of tech scholarships and grants are available for students and young professionals?

    • Academic scholarships: Awarded based on academic merit and GPA.
    • Need-based scholarships: Granted to students with financial need.
    • Diversity scholarships: Targeted towards underrepresented groups in tech.
    • Research grants: Supporting research projects and innovation.
    • Professional development grants: Funding for certifications, conferences, or workshops.

    Question 3: How can listeners find tech scholarships and grants that are right for them?

    • Online databases: Websites like FastWeb, Scholarships.com, and Chegg offer extensive databases of scholarships and grants.
    • University financial aid offices: Consult with your university's financial aid office for guidance and information.
    • Professional organizations: Many professional organizations offer scholarships to their members.
    • Company-specific programs: Tech companies often provide scholarships and grants to support students and early-career professionals.

    Question 4: What are some common mistakes applicants make when applying for scholarships and grants?

    • Not reading instructions carefully: Failing to follow specific guidelines and requirements.
    • Submitting incomplete applications: Missing required documents or information.
    • Poor writing and grammar: Using poor writing and grammar can negatively impact your application.
    • Not tailoring applications: Failing to customize your application to each specific scholarship.
    • Not following up: Neglecting to follow up with the scholarship committee after submitting your application.

    Question 5: What tips do you have for writing a standout scholarship or grant application?

    • Tell your story: Share a personal story that highlights your passion for technology and your goals.
    • Quantify your achievements: Use specific examples to demonstrate your skills and accomplishments.
    • Proofread carefully: Ensure your application is free of errors and typos.
    • Seek feedback: Ask a friend, mentor, or advisor to review your application.
    • Be persistent: Don't get discouraged if you don't receive a scholarship on your first try.

    Question 6: How can young professionals leverage grants to further their tech careers?

    • Fund certifications: Use grants to obtain certifications that can advance your career.
    • Attend conferences: Attend industry conferences to network and learn from experts.
    • Start a business: Use grants to fund your own startup or side project.
    • Pay for educational expenses: Cover tuition fees or other educational costs.

    Question 7: What actionable steps can listeners take today to start their search for tech scholarships and grants?

    1. Create a list of potential scholarships: Research scholarships and grants that align with your academic and career goals.
    2. Set a timeline: Create a schedule for completing applications and meeting deadlines.
    3. Gather necessary documents: Collect transcripts, letters of recommendation, and other required documents.
    4. Start drafting your essays: Begin writing your personal statements and essays well in advance.
    5. Seek guidance: Consult with a mentor, advisor, or career counselor for advice and support.

    #ScholarshipTips #EducationSuccess #StudentFinance #MentorshipMatters #ResearchSkills #ScholarshipPreparation #OpportunityKnocks #CollegeFunding #AcademicExcellence #FutureLeaders

    Show more Show less
    17 mins
  • 18 - Horror Stories in Tech: Lessons learned from the disasters that keep us up at night.
    Oct 30 2024

    Discover how to prevent industry horror stories with effective monitoring and automation techniques. Don’t miss out on vital insights that can save your projects!


    Sponsored by TutorialsDojo: Your One-Stop Learning Portal for AWS Certification & Other Cloud Topics ⁠⁠⁠⁠⁠⁠⁠https://tutorialsdojo.com/⁠⁠


    Question 1: Can you tell us about the most unforgettable tech disaster you've experienced?

    One of the most unforgettable tech disasters I experienced involved a major website outage during a high-traffic event. The website, a crucial platform for online sales, suddenly became inaccessible to millions of users. This resulted in significant financial losses and damaged the company's reputation.

    Question 2: What were the immediate steps taken to handle the situation once disaster struck?

    Once the outage was detected, our team immediately activated the incident response plan. We quickly mobilized a team of engineers to investigate the root cause of the issue. We also implemented a workaround solution to minimize the impact on users.

    Question 3: Looking back, what do you think could have been done differently to avoid this disaster?

    While we had regular system checks, we could have implemented more rigorous load testing to identify potential bottlenecks under heavy traffic. Additionally, a more robust disaster recovery plan could have mitigated the impact of the outage.

    Question 4: What long-term effects did the disaster have on your career, team, or project?

    The outage had a significant impact on the team's morale and trust. It also led to a reevaluation of our disaster recovery procedures and a renewed focus on system reliability.

    Question 5: What key steps can developers or IT professionals take to prevent similar disasters?

    • Regular system monitoring: Continuously monitor system performance and identify potential issues.
    • Robust testing: Conduct thorough testing, including load testing, stress testing, and security testing.
    • Disaster recovery planning: Develop a comprehensive disaster recovery plan and regularly test it.
    • Version control: Use version control systems to track changes and facilitate rollbacks.
    • Security best practices: Implement strong security measures to protect against cyberattacks.
    • Regular backups: Regularly back up critical data to prevent data loss.

    Question 6: Are there any specific tools or processes you recommend to minimize tech failures?

    • Monitoring tools: Use tools like Prometheus, Grafana, or Datadog to monitor system performance.
    • Logging and alerting: Implement robust logging and alerting systems to detect and respond to issues promptly.
    • Continuous integration and continuous delivery (CI/CD): Automate the build, test, and deployment process to reduce errors.
    • Infrastructure as Code (IaC): Use tools like Terraform or Ansible to automate infrastructure provisioning.

    Question 7: What’s your biggest takeaway from surviving a tech horror story?

    The biggest takeaway is the importance of being prepared. No matter how well-planned a system is, unexpected failures can occur. By having a solid disaster recovery plan, a strong team, and a proactive approach to problem-solving, it's possible to minimize the impact of such events.


    #TechHorrorStories #AWS #CloudComputing #Automation #Certifications #TechEducation #PreventiveStrategies #Observability #TechTips


    Show more Show less
    14 mins
  • 17 - Overcoming Imposter Syndrome in IT. Believe in your skills and conquer self-doubt.
    Oct 28 2024

    Join us as we explore the impact of imposter syndrome on personal and professional growth. Discover how to recognize your true skills, confront self-doubt, and embrace your achievements while navigating today’s competitive environment. Let's break free from insecurity together!


    Sponsored by TutorialsDojo: Your One-Stop Learning Portal for AWS Certification & Other Cloud Topics ⁠⁠⁠⁠⁠⁠https://tutorialsdojo.com/⁠⁠


    Question 1: What is imposter syndrome, and why is it so prevalent in the tech industry?

    Imposter syndrome is a psychological pattern in which people doubt their accomplishments and have a persistent fear of being exposed as a fraud. It's particularly common in the tech industry due to the rapid pace of technological advancements, the constant need to learn new skills, and the high standards of excellence.


    Question 2: How can recognizing imposter syndrome help professionals move past it?

    Recognizing imposter syndrome is the first step towards overcoming it. By acknowledging the feelings of self-doubt, professionals can challenge negative thoughts and replace them with positive affirmations. Understanding that these feelings are common and not unique to them can help alleviate anxiety and build confidence.

    Question 3: What are some practical strategies for dealing with imposter syndrome in a tech career?

    • Celebrate achievements: Acknowledge and celebrate your successes, no matter how small.
    • Practice self-compassion: Be kind to yourself and avoid self-criticism.
    • Set realistic goals: Break down large projects into smaller, achievable tasks.
    • Seek feedback: Ask for constructive feedback from colleagues and mentors.
    • Learn from mistakes: View mistakes as opportunities for growth and learning.
    • Build a strong support network: Connect with others who understand and can empathize with your experiences.

    Question 4: How can mentorship and peer support help combat imposter syndrome?

    Mentorship and peer support can provide valuable guidance, encouragement, and validation. Mentors can offer advice and share their own experiences with imposter syndrome, while peer support groups can foster a sense of belonging and understanding.

    Question 5: What role does self-awareness play in overcoming imposter syndrome?

    Self-awareness is crucial in recognizing and addressing imposter syndrome. By understanding your thoughts, feelings, and behaviors, you can identify patterns of negative self-talk and challenge them.

    Question 6: How can IT professionals reframe self-doubt into opportunities for growth?

    Instead of viewing self-doubt as a weakness, reframe it as a motivator for growth. Use self-doubt as a catalyst to learn new skills, take on challenges, and step outside of your comfort zone.

    Question 7: What actionable steps can listeners take to build confidence and overcome imposter syndrome?

    • Practice self-affirmations: Repeat positive affirmations to boost your self-esteem.
    • Challenge negative thoughts: Identify and challenge negative self-talk.
    • Set realistic expectations: Avoid setting unrealistic goals and expectations.
    • Celebrate small wins: Acknowledge your accomplishments, no matter how small.
    • Seek professional help: Consider therapy or counseling to address underlying issues.
    • Join a support group: Connect with others who are experiencing similar challenges.


    #ImposterSyndrome #PersonalGrowth #SkillsDevelopment #SelfDoubt #ConfidenceBoost #MentalHealthAwareness #SuccessMindset #ProfessionalGrowth #OvercomingChallenges #EmbraceYourSelf

    Show more Show less
    14 mins
  • 16 - Negotiating Salaries and Benefits. Secure the compensation package you deserve.
    Oct 23 2024
    Negotiating your salary can be crucial, especially in new roles or during yearly reviews. We explore when and how to negotiate effectively, especially when taking on additional responsibilities in a shrinking team. Don’t miss these essential tips for maximizing your earnings! Sponsored by WhiteCloak: Lead people at the frontier of technology ⁠⁠⁠https://www.whitecloak.com/careers/⁠ Question 1: Why is negotiating your salary so important, especially in IT? Negotiating your salary is crucial in the IT industry because it directly impacts your earning potential and financial security. A successful negotiation can lead to a higher salary, better benefits, and greater job satisfaction. In the fast-paced and competitive IT industry, it's essential to advocate for yourself and ensure you're being compensated fairly for your skills and experience. Question 2: What should someone do before entering a salary negotiation? Research industry standards: Understand the average salaries for similar roles in your geographic area.Assess your value: Evaluate your skills, experience, and accomplishments.Prepare a salary range: Determine a realistic salary range you're comfortable with.Practice negotiation techniques: Role-play with a friend or mentor to improve your negotiation skills.Gather evidence: Collect documentation to support your salary request, such as performance reviews, awards, or certifications. Question 3: How can IT professionals confidently present their case during a negotiation? Be prepared: Research the company and the specific role you're applying for.Highlight your accomplishments: Quantify your achievements and contributions.Be assertive: Express your value and expectations clearly and confidently.Listen actively: Pay attention to the employer's perspective and be prepared to compromise.Be flexible: Show a willingness to negotiate and find common ground. Question 4: What are common mistakes people make when negotiating salaries and benefits? Underestimating their worth: Settling for less than they deserve.Not doing enough research: Lacking knowledge of industry standards.Being too aggressive: Coming across as demanding or inflexible.Focusing solely on salary: Ignoring other valuable benefits.Not having a backup plan: Failing to consider alternative options if a negotiation fails. Question 5: What are some benefits IT professionals should consider beyond salary? Health insurance: Comprehensive health coverage for you and your family.Retirement plans: 401(k) or similar retirement savings plans.Paid time off: Vacation, sick leave, and personal time.Professional development: Opportunities for training, certifications, and career advancement.Remote work options: Flexible work arrangements that allow you to work from home.Stock options or bonuses: Incentive-based compensation. Question 6: How should someone respond if their salary request is rejected? Remain calm and professional: Avoid getting emotional or defensive.Ask for clarification: Understand the reasons for the rejection.Counteroffer: If possible, propose a counteroffer that addresses the employer's concerns.Be prepared to walk away: If the negotiation doesn't go in your favor, be prepared to consider other opportunities. Question 7: What actions should listeners take now to prepare for their next salary negotiation? Start tracking your accomplishments: Document your achievements and contributions.Network with colleagues: Build relationships and gather information about industry standards.Research salary data: Stay informed about salary trends in your field.Practice negotiation skills: Role-play with a friend or mentor.Be patient: Negotiating your salary may take time, so be prepared to be patient and persistent. #SalaryNegotiation #CareerTips #JobSkills #NegotiationStrategies #WorkplaceSuccess #ProfessionalGrowth #CareerAdvice #EarningsBoost #JobMarket #SkillsDevelopment
    Show more Show less
    16 mins
  • 15 - The Developer Plateau: How to Break Through?
    Oct 21 2024
    From Junior to Middle and Senior: Climbing the IT Ladder. Steps to accelerate your growth in the tech industry. Then Overcoming the challenges and stagnation in mid-level roles. Unlock the secrets to advancing from a junior to a senior developer. We explore essential skills, timeline expectations, and tips to elevate your career—from mentorship to technical prowess. Join us for valuable insights and actionable strategies! Sponsored by TutorialsDojo: Your One-Stop Learning Portal for AWS Certification & Other Cloud Topics ⁠⁠⁠⁠⁠https://tutorialsdojo.com/⁠⁠ Question 1: What are the main differences between a junior and a middle developer? Experience: Middle developers have more experience and a deeper understanding of software development principles and practices.Independence: Middle developers are more independent and can work on complex projects with minimal supervision.Technical expertise: Middle developers have a broader range of technical skills and can solve more challenging problems.Mentorship: Middle developers often take on mentorship roles, guiding junior developers and contributing to team development. Question 2: What technical skills should a junior developer focus on to make the leap to a middle developer role? Programming languages: Proficiency in multiple programming languages.Data structures and algorithms: A strong understanding of data structures and algorithms.Software design patterns: Familiarity with common design patterns.Testing and debugging: Proficiency in writing unit tests and debugging code.Version control: Mastery of version control systems like Git. Question 3: How can junior developers build confidence in handling more complex projects? Seek mentorship: Work with experienced developers to learn from their expertise.Break down projects: Divide complex projects into smaller, more manageable tasks.Practice problem-solving: Regularly challenge yourself with coding problems and puzzles.Celebrate achievements: Acknowledge and reward your progress. Question 4: What are some signs that a developer has hit this plateau in their career? Lack of growth: Feeling stagnant or unchallenged in your current role.Decreased motivation: Loss of interest or enthusiasm for your work.Difficulty learning new skills: Struggling to acquire new technical knowledge.Limited career opportunities: Lack of advancement or promotion opportunities. Question 5: What role do soft skills play in overcoming the plateau? Communication: Effective communication skills are essential for collaborating with team members and stakeholders.Leadership: Developing leadership skills can help you take on more responsibility and influence others.Problem-solving: Strong problem-solving skills are crucial for tackling complex challenges.Adaptability: The ability to adapt to new technologies and changes in the industry is essential for career growth. Question 6: How can developers push for new opportunities within their current roles to avoid stagnation? Take on new projects: Volunteer for challenging projects or initiatives.Seek additional responsibilities: Ask for more responsibilities or leadership roles.Network with colleagues: Build relationships with other professionals in your field.Attend industry events: Stay updated on industry trends and connect with potential opportunities. Question 7: What should middle developers do now to avoid future career plateaus? Continue learning: Stay up-to-date with the latest technologies and trends.Seek mentorship: Mentor junior developers and learn from experienced professionals.Build a strong network: Connect with people in your industry and expand your professional relationships.Set career goals: Define your long-term career objectives and create a plan to achieve them. #DeveloperCareer #JuniorToSenior #TechSkills #SoftwareDevelopment #DevMentorship #CareerGrowth #Programming #TechAdvice #CodingJourney #SoftwareEngineering
    Show more Show less
    14 mins