Warning: Constant WP_DEBUG already defined in /home/u115568463/domains/williamtower.me/public_html/wp-config.php on line 94
Qualifications – WilliamTower.Me
Skip to main content

William
Tower🚀

Seeking entry level position as junior python developer, junior cybersecurity analyst or full stack web developer.

Certifications

October 2, 2024 | Certification number: 8CAE98-35B421

Microsoft 365 Certified: Fundamentals

Skills measured:
  • Describe cloud concepts
  • Describe Microsoft 365 apps and services
  • Describe security, compliance, privacy, and trust in Microsoft 365
  • Describe Microsoft 365 pricing, licensing, and support
April 15, 2002 | Retired

Microsoft Certified Systems Engineer: Windows 2000

The Microsoft Certified Systems Engineer (MCSE) Windows 2000 certification measures the skills needed to design, develop, and manage computing environments. The certification track includes:

Designing: Design systems and complex solutions, including network infrastructure, directory infrastructure, and security
Implementing: Implement, administer, and troubleshoot network interconnection
Building: Build, deploy, operate, maintain, and optimize Microsoft-based systems
Troubleshooting: Emphasizes troubleshooting

Specializations

September 12, 2024| Microsoft | Coursera.Org

Microsoft IT Support Specialist

Course Certificates Completed

Introduction to Computers
Cybersecurity and Privacy
Essential Aspects of Software, Hardware, and Data Backup
Introduction to Secure Networking
Technical Diagnostics and Troubleshooting Techniques
The Microsoft 365 Ecosystem

December 10, 2024 | Vanderbilt University | Coursera.Org

ChatGPT: Master Free AI Tools to Supercharge Productivity

Course Certificates Completed
Prompt Engineering for ChatGPT
Advanced Prompt Engineering for Everyone
OpenAI GPTs: Creating Your Own Custom AI Assistants

November 16, 2024 | IBM | Coursera.Org

Generative AI Fundamentals

Course Certificates Completed
Generative AI: Impact, Considerations, and Ethical Issues
Generative AI: Business Transformation and Career Growth
Generative AI: Introduction and Applications
Generative AI: Prompt Engineering Basics
Generative AI: Foundation Models and Platforms

December 9, 2024 | IBM | Coursera

Generative AI for Software Developers

Course Certificates Completed
Generative AI: Introduction and Applications
Generative AI: Prompt Engineering Basics
Generative AI: Elevate your Software Development Career

November 19, 2024 | IBM | Coursera

AI Foundations for Everyone

Course Certificates Completed
Introduction to Artificial Intelligence (AI)
Generative AI: Introduction and Applications
Generative AI: Prompt Engineering Basics
Building AI Powered Chatbots Without Programming

Projects

Simple Forum Light
December, 2024 | Simple Forum Light

Discussion Forum

Based on the codebase, this is a full-featured forum application built with Flask. Here’s a comprehensive description:

Project: Modern Forum Platform

This is a feature-rich forum application built with Python and Flask, offering a modern approach to online discussions.

Key Technologies:

  • Backend: Python/Flask
  • Database: SQLAlchemy ORM with PostgreSQL
  • Frontend: Bootstrap 5, jQuery, and Summernote rich text editor
  • Authentication: Flask-Login
  • Forms: Flask-WTF
  • Markdown support for post formatting

Key Features:

  1. User Management:

    • User registration and authentication
    • Profile customization with avatars
    • User roles (admin/regular users)
  2. Forum Structure:

    • Hierarchical organization with sections and categories
    • Threaded discussions
    • Rich text posting with URL preview support
  3. Gamification:

    • Achievement system
    • User points and levels
    • Activity tracking
    • Post likes/reactions
  4. Administrative Features:

    • User management
    • Content moderation
    • Forum structure management
    • Category organization
  5. Modern UI Features:

    • Responsive Bootstrap design
    • Rich text editing
    • Automatic URL previews
    • Real-time markdown rendering

The application uses modern Flask practices including blueprints for modularity and Flask-Migrate for database migrations, making it both scalable and maintainable.