Certifications

The Full-Stack

The course features a hands-on full-stack capstone, building and refactoring Django applications end-to-end. From implementing MySQL models, to RESTful API endpoints, and form-driven pages, paired with responsive HTML/CSS/JavaScript UIs, the course covered core full-stack concepts and deployment environments while delivering a production-style app.

APIs

The course features a hands-on course covering REST fundamentals, HTTP workflows, serialization, routing, and basic authentication. Work includes building Django-based API backbones with CRUD endpoints, testing and optimizing performance, and producing developer-ready documentation, with exposure to emerging API technologies and design patterns.

Django Web Framework

A hands-on course on building, securing, and administering web apps with Django. Topics include app architecture (models, views, templates, and URL routing), the HTTP request–response cycle, ORM data modeling, dynamic forms and validation, the Django Template Language, admin customization, and security hardening (authentication, CSRF, permissions). Emphasis is placed on deployment and testing best practices.

Introduction to Git and GitHub

The course provides a practical introduction to Git and GitHub, covering version control fundamentals, branching and merging, conflict resolution, and history inspection for debugging and recovery. It also walks through configuring remotes and collaborating via GitHub—forks, pull requests, code reviews, and issues the aids in managing team workflows and publish a professional portfolio.

Using Python for Automation

A practical, task-focused course on automating everyday workflows with Python. It covers file system operations and batch renaming, CSV/Excel processing, text parsing (including regex), command-line scripting with argparse, robust error handling/logging, web scraping with Requests/BeautifulSoup, browser automation with Selenium, and working with APIs.