Deesha Tech Academy
Menu

Deesha offering · 03

SkillLabs

Build practical skills.

Focused, hands-on workshops that turn important concepts into usable capability.

SkillLabs catalogue

Upcoming hands-on workshops

Find short, intensive workshops that focus on one practical technology, method, or professional capability at a time.

Next three workshops

Book a seat, or read the full plan · 2 more dated below

  • AI SkillLab

    Idea to Internet

    Sat & Sun · 09:00 – 17:00

    In person · Sangli
    • No code needed
    • Your own live domain
    • AI builds, you direct
    ₹2,700Book a seat
  • SkillLab

    Git, GitHub and GitHub Actions for Developers

    Sat & Sun · 09:00 – 17:00

    Online + SangliFree
    • 7 of 10 sessions on Actions
    • A pipeline you build and keep
    • Secrets, matrices, containers
    ₹2,700FreeBook a seat
  • SkillLab

    Docker & Kubernetes for Developers

    Sat & Sun · 09:00 – 17:00

    Live online
    • Spring Boot, three ways
    • React image under 60MB
    • Kubernetes in a day
    ₹2,700Book a seat
20 workshops
AI & Agentic AIDeesha AI7 workshopsNext workshop: 26 Sept 2026Inside: Agent Builder LabAI App Engineering LabGround the Model: RAG Engineering LabIdea to InternetAgents in the Wild: Production Agent LabBreak It Before Users Do: AI Reliability LabGive Your Agent Hands: MCP Tooling Lab

AI SkillLab· On request

Agent Builder Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days building your first real agent (a goal, tools, boundaries and the ability to act), starting from use-case discovery, because the expensive mistake in agentic AI is building an agent for a problem that needed a workflow. You leave with a working tool-using agent and a reusable design template.

  • 2 days hands-on
  • Practitioner-led
  • Agent vs workflow, decided
  • Tools with boundaries
  • Human approval built in
  • Traces you can read

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

AI SkillLab· On request

AI App Engineering Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days turning a language model into something users can actually use: model APIs, structured outputs, streaming, tool calling and an end-to-end AI feature inside a real application, with the failure handling and cost controls that make it shippable.

  • 2 days hands-on
  • Practitioner-led
  • Your stack, not ours
  • Structured, typed outputs
  • Tool calling done safely
  • Costs you can predict

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

AI SkillLab· On request

Ground the Model: RAG Engineering Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days grounding AI in your own data and making the answers trustworthy: ingestion, chunking, embeddings, hybrid retrieval, reranking and grounded generation with citations, evaluated instead of eyeballed. You leave with a working knowledge assistant.

  • 2 days hands-on
  • Practitioner-led
  • Your documents, grounded
  • Citations, not vibes
  • Retrieval you can measure
  • Reranking that earns its keep

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

AI SkillLab· Open

Idea to Internet

₹2,7002 days · 16 hours09:00 – 17:00 each day

The AI Website Builder Lab. Plan your website, learn to describe it in the language AI understands, build and refine it hands-on, then deploy it and connect your own domain: a real website on the internet, not a demo. Build it with AI. Launch it yourself.

  • 2 days hands-on
  • Practitioner-led
  • No code needed
  • Your own live domain
  • AI builds, you direct
  • Live by Sunday evening

Scheduled date

  • Offline · Sangli

See the full plan

Book a seat

AI SkillLab· On request

Agents in the Wild: Production Agent Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days taking an agent from a working demo to a production system: containerised and deployed, its state persisted across restarts, failures handled without losing work, every run observable, and the operating rules written down before real users arrive.

  • 2 days hands-on
  • Practitioner-led
  • Your agent, deployed for real
  • State that survives restarts
  • Failures without lost work
  • Runbook written, not implied

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

AI SkillLab· On request

Break It Before Users Do: AI Reliability Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days making an AI application's behaviour measurable and dependable: an eval suite that catches regressions, retrieval and agent evaluation done separately, guardrails and injection defence, and the tracing that puts a cost and latency number on every answer.

  • 2 days hands-on
  • Practitioner-led
  • An eval suite that gates CI
  • RAG and agents, measured
  • Injection caught, not hoped
  • Cost and latency, on a graph

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

AI SkillLab· On request

Give Your Agent Hands: MCP Tooling Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days connecting an AI application to real systems: tool calling done properly, MCP servers wired in and scoped, safe reads from a live database, business actions gated behind human approval, and the tracing that tells you what the model actually did with the access you gave it.

  • 2 days hands-on
  • Practitioner-led
  • Your AI, acting on real systems
  • MCP wired in and scoped
  • Approval before consequence
  • Traces of every tool call

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule
Cloud & DevOps7 workshopsNext workshop: 3 Oct 2026Inside: Docker & Kubernetes for DevelopersGit, GitHub and GitHub Actions for DevelopersShip It on AWS: Cloud Deployment for DevelopersLinux Command Line EssentialsLogging & Monitoring for ProductionPerformance & Production ReadinessRedis & Caching for Java Services

SkillLab · Open

Docker & Kubernetes for Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Day one turns your own application into small, secure containers: Spring Boot three ways, React under nginx, the whole stack on one Compose command. Day two hands them to Kubernetes: deployed with zero downtime, reachable on one URL, and diagnosed when they break.

  • 2 days hands-on
  • Practitioner-led
  • Spring Boot, three ways
  • React image under 60MB
  • Kubernetes in a day
  • Zero-downtime rollout

Scheduled date

  • Online

See the full plan

Book a seat

SkillLab · Open

Git, GitHub and GitHub Actions for Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days that get you from Git essentials to real CI/CD: one session of Git, two of GitHub as a team, then seven sessions deep in GitHub Actions: workflows, triggers, artifacts, caching, secrets, matrices, containers, custom actions, security and a gated release. You leave with the pipeline you built.

  • 2 days hands-on
  • Practitioner-led
  • 7 of 10 sessions on Actions
  • A pipeline you build and keep
  • Secrets, matrices, containers
  • Releases through approvals

Scheduled date

  • Hybrid · Sangli

See the full plan

Book a seat

SkillLab · On request

Ship It on AWS: Cloud Deployment for Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days from your machine to a public URL on AWS: a VPC you built, one deploy by hand on EC2 so nothing stays magic, a load balancer with real HTTPS, a managed database, then Beanstalk and ECS, a pipeline that ships on merge, and a Terraform rebuild to close.

  • 2 days hands-on
  • Practitioner-led
  • Your app on a public URL
  • A VPC you built yourself
  • EC2 by hand, then ECS
  • Zero-downtime deploys

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

Linux Command Line Essentials

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days on a real server with no graphical interface: navigating processes permissions logs networking and shell scripting, ending in a diagnosis of a live incident on a machine you have never seen before. You leave with the scripts and the runbook you wrote.

  • 2 days hands-on
  • Practitioner-led
  • Diagnose a live incident
  • systemd and journal logs
  • Scripts that survive
  • SSH done properly

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

Logging & Monitoring for Production

₹2,7002 days · 16 hours09:00 - 17:00 each day

Two hands-on days making a running service explain itself - structured logs a machine can query, metrics that answer a question, traces that find the slow call, and alerts that are worth waking up for. You leave having diagnosed a live incident from the evidence alone.

  • 2 days hands-on
  • Practitioner-led
  • Logs a machine can query
  • Trace one slow request
  • Alerts worth waking for
  • Diagnose a live incident

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

Performance & Production Readiness

₹2,7002 days · 16 hours09:00 - 17:00 each day

Two hands-on days finding out why a system is slow and proving you fixed it - profiling, load testing, database tuning, JVM behaviour and a readiness review. You leave with a measured improvement on your own code and a checklist you can apply to any service.

  • 2 days hands-on
  • Practitioner-led
  • Measure, never guess
  • Find the real bottleneck
  • Fix an N+1 for real
  • A readiness checklist

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

Redis & Caching for Java Services

₹2,7002 days · 16 hours09:00 - 17:00 each day

Two hands-on days making a slow service fast for the right reasons: what to cache, where to put it, how to invalidate it, and how to prove the improvement. You leave with a cached service, a measured before and after, and a cache you can reason about under failure.

  • 2 days hands-on
  • Practitioner-led
  • Measure before you cache
  • Invalidation that works
  • Survive a cache outage
  • Stampedes and how to stop them

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule
Data & databases1 workshopInside: SQL for Application Developers

SkillLab · Registering interest

SQL for Application Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days on a database large enough to hurt: window functions execution plans index design transaction isolation and the query patterns that quietly destroy an application under load. You leave having taken a nine-second query under fifty milliseconds.

  • 2 days hands-on
  • Practitioner-led
  • 9s query under 50ms
  • Window functions
  • Read a query plan
  • Fix an N+1

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule
Java2 workshopsNext workshop: 12 Dec 2026Inside: Events in Motion: Kafka & Messaging for Java DevelopersTest It Before You Ship It: Java API Testing Lab

SkillLab · Open

Events in Motion: Kafka & Messaging for Java Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days building services that communicate without waiting for each other: topics, partitions and consumer groups from first principles, then the reliability work that separates a demo from production: retries, dead-letter topics and consumers that survive being delivered the same event twice.

  • 2 days hands-on
  • Practitioner-led
  • Partitions, finally clear
  • A rebalance, watched live
  • Dead letters and replays
  • Idempotency you can prove

Scheduled date

  • Online

See the full plan

Book a seat

SkillLab · Open

Test It Before You Ship It: Java API Testing Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days building a test suite you can actually trust: JUnit 5, Mockito, Spring Boot slices, Testcontainers against a real database, REST Assured and Karate from the outside, and a CI gate at the end, so production stops being the place your API gets tested first.

  • 2 days hands-on
  • Practitioner-led
  • The pyramid, made concrete
  • Real database, real tests
  • Tests from the outside in
  • A CI gate that means it

Scheduled date

  • Online

See the full plan

Book a seat
JavaScript & web3 workshopsInside: Secure the Frontend: Authentication & Web Security LabTest the User Journey: Frontend Testing LabTypeScript for Application Developers

SkillLab · On request

Secure the Frontend: Authentication & Web Security Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days connecting a frontend to secured APIs without creating new problems: the OAuth login flow end to end, tokens handled honestly, protected routes and interceptors, then the browser's own battles: CORS, XSS, CSRF and roles enforced, not hidden.

  • 2 days hands-on
  • Practitioner-led
  • The login flow, end to end
  • Tokens stored honestly
  • CORS fixed, not silenced
  • XSS attacked and defended

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

Test the User Journey: Frontend Testing Lab

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days testing what users actually do, not just whether components render: component and integration tests that survive refactors, API mocking that keeps them honest, then real-browser end-to-end journeys with Playwright, tamed against flakiness and wired into CI with failure traces you can actually read.

  • 2 days hands-on
  • Practitioner-led
  • Test behaviour, not markup
  • Mocked APIs, honest tests
  • Real journeys in Playwright
  • Flakiness tamed, CI gated

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

SkillLab · On request

TypeScript for Application Developers

₹2,7002 days · 16 hours09:00 – 17:00 each day

Two hands-on days turning JavaScript into code the compiler helps you maintain: types that model your data honestly, narrowing and generics without fear, typed API boundaries with validation at the edge, and strict mode switched on in a real codebase without tears.

  • 2 days hands-on
  • Practitioner-led
  • Strict mode from hour one
  • Types that model your data
  • Typed APIs, validated edges
  • The compiler as reviewer

Dates

Scheduled on request, for individuals and for teams.

See the full plan

Request a schedule

In preparation

Being prepared now

Dates, fees and enrolment open once each item is confirmed. Message us on WhatsApp to hear when one of these opens.

  • In preparation

    AI at Work

    2 days · 16 hours

  • In preparation

    APIs in the Real World: Integration Engineering Lab

    2 days · 16 hours

  • In preparation

    Contracts Between Teams: Microservices Testing Lab

    2 days · 16 hours

For colleges and institutes

Bring these workshops to your own campus

Curated programmes, or a series of workshops you choose, taught to your students on your premises. One package fee for the college.

See the college programmes

How the ecosystem connects

Distinct roles. A connected capability journey.

Each offering has a clear purpose. Together, they help people and organisations move from knowledge and direction to practical experience, creation, and sustained change.

SkillLabs sits alongside Academy.

Take the next step

What capability are you building?