Skip to main content
NEW New tools added every week — PDF, XML, Image & more Explore Tools
My Personal Portfolio
Deepak Choudhary
Developer · Designer · AI User · Automator — based in Faridabad, India

Deepak Choudhary

I'm a Founder|

0Years Experience
0Tools Shipped
0AI Projects
0Self-Built
01
About Me

A Bit More About Me

I started coding because I hated doing the same thing twice. That's still the core of how I work — if something can be automated, built into a tool, or handled by a well-written script, I'd rather spend the time building that once than doing the task manually ten times.

That mindset is what turned into Deecliq. I built the whole thing by myself — the public site, 60+ tools, the CRM, the admin panel, the theming system. No team, no freelancers. Just me, a lot of coffee, and AI tools I actually know how to use properly.

I'm not the guy who adds "AI" to a resume because it sounds good. I use Claude, ChatGPT, and Gemini every single day — for coding, research, writing, image work, and automation. I know what these tools can and can't do, and I know how to get the most out of them. That's a skill on its own, and it makes everything else I do faster and better.

Outside of code — I'm into design, photography, and figuring out how things work under the hood. That curiosity is what makes me good at what I do.

info@deecliq.com
+91 96256 77008
Faridabad, Haryana, India
Available for freelance work
Get in Touch

Built Deecliq alone — the site, tools, CRM, admin panel. 60+ working tools shipped. No team, no co-founder, no shortcuts.

Uses Claude, ChatGPT, and Gemini every day — not because it sounds good on a resume, but because they actually make the work faster.

If something has to be done more than twice, I'll automate it. That's just how I think — and it's why I'm good at what I do.

Oracle-certified in database programming. The certificate is real, and so is the hands-on experience behind it.

I fix bugs fast — not to look good, but because broken things genuinely bother me more than they probably should.

Generates images with Midjourney and DALL-E 3, edits them with AI in Photoshop — and uses them in real projects, not just for fun.

Knows databases properly — schema design, indexing, query optimization. Not just "I know SQL" from watching a few videos.

PHP JavaScript Python SQL Claude AI ChatGPT Gemini HTML5 CSS3 AI Prompting Figma REST APIs Automation PHP JavaScript Python SQL Claude AI ChatGPT Gemini HTML5 CSS3 AI Prompting Figma REST APIs Automation
02
Under The Hood

What Went Into Building This

This page you're on right now — it's part of the same platform. Same code, same design system, same me.

A Theming System I Built Because I Wanted One

5 accent themes, each with a light and dark version — switched live, instantly, no reload. I built it because I wanted the platform to feel personal to each user. No theme library, just CSS variables and a bit of logic.

The Robot That Follows Your Cursor

That animated mascot across the site — it tracks your cursor in 3D, reacts to clicks, and behaves differently on each page. Written entirely in CSS and vanilla JS. No libraries. Took way too long and was completely worth it.

60+ Tools That All Feel Like One Product

PDF tools, OCR, XML validators, data converters — they all share one design system. You can jump between any two of them and it feels seamless. That kind of consistency doesn't happen by accident.

Security That Was Built In, Not Bolted On

CSRF tokens, bcrypt passwords, prepared statements, role-based access, session management, audit logs. I didn't add these after the fact — they were part of the architecture from day one.

AI

I Build With AI, Not Just Near It

Claude, ChatGPT, Gemini — I use all of them daily for real work. Not to generate boilerplate and paste it in blindly, but as actual tools I know how to direct. That's a different skill, and it shows in the output.

Automation I Actually Use Myself

The scraping scripts, data pipelines, and conversion tools I've built for clients — I use versions of the same things for my own work. If it's worth automating for someone else, it's worth automating for myself too.

03
Selected Work

Selected Projects

A platform, a toolkit, and the systems that hold them together.

AI
AI Skills — Real, Not Buzzword

What I Actually Do With AI

I'm not listing "AI" because it's on every job description right now. I use these tools daily, in real projects, for real output. Click Read More on any card — everything in there is specific and true.

Prompt Engineering

Writing structured prompts that make LLMs produce consistent, production-ready output — every time.

I write system prompts, chain-of-thought (CoT) instructions, few-shot examples, and role-based contexts that get reliable, clean output from any LLM. I know how to structure prompts so the model doesn't hallucinate, stays on task, and formats output exactly as needed (JSON, markdown, structured text).

  • System Prompt Design — defining model behavior, tone, constraints, and output format upfront
  • Chain-of-Thought (CoT) — guiding the model to reason step-by-step before answering
  • Few-Shot Prompting — giving examples inside the prompt for consistent output style
  • Role Prompting — assigning personas to get domain-expert quality responses
  • Instruction Tuning — iterating and testing prompts until output quality is production-grade
Tools: Claude, ChatGPT-4o, Gemini, system message design
System PromptsChain-of-ThoughtFew-ShotRole Prompting

LLM API Integration

Calling OpenAI, Anthropic, and Gemini APIs from real PHP & Python backends — with streaming, rate limits & fallbacks.

I integrate LLM APIs directly into web applications and scripts — not just demo projects, but production-grade integrations with proper error handling, cost awareness, and fallback logic. I've built this into Deecliq's tooling and client projects.

  • OpenAI API — GPT-4o, GPT-4 Turbo via completions and chat endpoints
  • Anthropic API — Claude 3.5/4, streaming responses, system messages
  • Google Gemini API — multimodal input, large-context processing
  • Streaming Responses — real-time token streaming to browser UI via SSE/fetch
  • Rate Limiting & Retry Logic — handling 429s, exponential backoff, model fallbacks
  • Token Management — estimating cost, truncating context, staying within model limits
Languages: PHP, Python  |  APIs: OpenAI, Anthropic, Gemini
OpenAI APIAnthropic APIGemini APIStreaming

AI-Powered Automation

End-to-end pipelines where AI handles the "thinking" — classify, extract, rewrite, flag — with zero manual steps.

I build automation systems where AI is one layer in a larger pipeline. The script handles data movement; the LLM handles decisions that would normally require a human. This is not "ChatGPT button" integration — it's architected workflows that run unattended.

  • Data Classification — feeding hundreds of records to an LLM and getting back labelled, sorted output
  • Field Extraction — pulling structured fields (name, date, amount) from unstructured text
  • Content Rewriting — bulk rewriting product descriptions, error messages, or UI copy at scale
  • Anomaly Flagging — using AI to spot outliers in data that rule-based checks miss
  • Scheduled Pipelines — cron-triggered Python scripts that run, process, and deliver output automatically
Stack: Python · PHP · OpenAI/Anthropic APIs · cron · JSON output
Data ExtractionClassificationContent RewritingPipelines

Document & Data Intelligence

PDFs, HTML, XML, scanned images — feed them to AI and get back clean structured data.

I've built document processing pipelines for publishing and data clients that take messy, unstructured input and produce clean structured output — automatically. This includes OCR for scanned documents and AI for interpretation.

  • PDF Processing — extracting text, tables, and metadata from PDFs using pdfplumber, PyMuPDF
  • Tesseract OCR — running OCR on scanned images/PDFs and post-processing with AI to fix errors
  • XML/HTML Parsing — parsing structured markup and using AI to interpret ambiguous or malformed content
  • Summarization — condensing long documents to key points using LLMs
  • Structured Extraction — getting JSON/CSV output from freeform documents (invoices, reports, articles)
  • EPUB/MOBI Formatting — converting and structuring content for digital publishing workflows
Tools: Tesseract OCR · pdfplumber · PyMuPDF · lxml · Claude/GPT for interpretation
PDF ProcessingOCR (Tesseract)Structured ExtractionSummarization

AI-Assisted Development

Using Claude Code, GitHub Copilot & ChatGPT to ship faster — already built 60+ tools this way, solo.

AI isn't a shortcut I use carelessly — it's a precision tool. I know when to trust AI output and when to review it carefully. I use it to accelerate the mechanical parts of coding so I can focus on architecture and product decisions.

  • Claude Code (Anthropic CLI) — my primary AI coding tool for complex multi-file changes and refactoring
  • GitHub Copilot Pro — in-editor autocomplete, test generation, docstring writing
  • ChatGPT Canvas — iterative document and code editing with inline AI feedback
  • Code Review with AI — reviewing my own code for bugs, security issues, and optimization before pushing
  • Debugging — pasting error stacks into Claude/ChatGPT with context and getting surgical fixes
  • Proof of Output — 60+ working tools shipped on Deecliq in under 2 years, alone
Tools: Claude Code · GitHub Copilot Pro · ChatGPT-4o Canvas
Claude CodeGitHub CopilotRefactoringCode Review

AI Content & Copy Pipelines

Multi-step AI workflows: brief in → polished content out, with quality control built in.

I design content pipelines where AI does the heavy lifting and humans review the result — not the other way around. This means setting up the workflow so AI output is already 90% correct before a human ever looks at it.

  • Blog & Article Drafts — structured outlines, first drafts, SEO-optimized versions from a brief
  • Product Descriptions — bulk generation from product specs with tone and brand consistency
  • UI Copy — error messages, tooltips, empty states, onboarding text — written with AI, refined by hand
  • Multi-Step Pipelines — draft → review prompt → revision → format, chained in one automated flow
  • Human-in-the-Loop Design — building review checkpoints so AI output doesn't go live unchecked
Tools: Claude 4 · ChatGPT-4o · custom pipeline scripts · Google Docs API
Content GenerationMulti-Step WorkflowsHuman-in-LoopQuality Control

Chatbot & AI Tool Building

Full chat interfaces, AI form processors, and smart converters — built on LLM APIs with real UX.

I build actual AI-powered products — not wrapper apps around ChatGPT, but tools where AI is one properly engineered component. Syra (Deecliq's AI chatbot) is a working example of this.

  • Chat UI — message bubbles, typing indicators, auto-scroll, markdown rendering in browser
  • Response Streaming — token-by-token streaming from API to browser using Server-Sent Events (SSE)
  • Session Context — managing conversation history across turns, staying within token limits
  • Smart Form Processors — forms that use AI to validate, interpret, and respond to user input
  • AI-Powered Converters — tools that use LLMs to handle edge cases regular regex/code can't
Built: Syra AI chatbot (Deecliq) · AI-powered tool pages · custom SSE streaming
Chat UIStreaming (SSE)Session ContextAI Tools

Web Scraping + AI Cleanup

Scrape raw HTML with Python, pass it to AI — messy data becomes clean structured output.

Web scraping alone gives you messy HTML. Combining it with AI post-processing gives you clean, structured, usable data — automatically. I've built this for e-commerce, research, and publishing clients.

  • requests + BeautifulSoup — scraping static pages, extracting HTML content
  • Handling Dynamic Sites — understanding when to use API calls instead of scraping
  • AI Post-Processing — feeding scraped text to LLMs to parse structure, fix encoding, standardize fields
  • Data Deduplication — using AI to identify and merge duplicate entries rule-based logic would miss
  • Bulk Output — delivering structured CSV, JSON, or XML from scraped sources at scale
  • Respecting robots.txt — ethical scraping with rate limiting and proper headers
Stack: Python · requests · BeautifulSoup · lxml · Claude/GPT for parsing
BeautifulSouprequestsAI Post-ProcessingStructured Output

Database Design + AI Queries

Oracle-certified schema design + AI-assisted SQL optimization — formal training meets practical AI speed.

I'm Oracle-certified in database programming — which means I understand normalization, indexing, transactions, and query optimization formally. I combine that foundation with AI tools to work faster on complex queries and schema decisions.

  • Schema Design — normalized relational schemas (1NF/2NF/3NF), ER diagrams, foreign keys, constraints
  • SQLite — used in Deecliq's production stack; fast, portable, zero-config for web apps
  • MySQL — client and freelance projects; knows InnoDB, indexing, JOINs, transactions
  • Oracle DB — formal certification; PL/SQL, stored procedures, sequences, triggers
  • AI-Assisted Query Writing — using Claude/ChatGPT to draft complex queries, then reviewing and optimizing them
  • Query Optimization — reading EXPLAIN plans, adding indexes, rewriting slow JOINs
Databases: SQLite · MySQL · Oracle DB  |  Certified: Oracle Programmer
Schema DesignSQL OptimizationSQLite/MySQL/OracleAI Queries

AI Research & Market Intelligence

Deep research in hours, not days — competitor analysis, tech evaluation, structured reports using Perplexity + Claude.

AI has transformed how I research. What used to take days of reading articles, comparing tools, and synthesizing findings now takes hours — with better coverage and structured output. I use this for both product decisions and client deliverables.

  • Perplexity Pro — real-time web-grounded research with source citations; far better than Google for technical questions
  • Claude for Synthesis — feeding large amounts of research into Claude for structured analysis and summary
  • Competitor Analysis — mapping competitor features, pricing, positioning from public sources
  • Technology Evaluation — researching and comparing libraries, APIs, platforms before committing to them
  • Market Trends — tracking what's changing in AI/tech space and how it affects product decisions
  • Structured Reports — converting research findings into clean tables, comparisons, and recommendation docs
Tools: Perplexity Pro · Claude 4 · ChatGPT-4o · Google Scholar when needed
Perplexity ProDeep ResearchCompetitor AnalysisStructured Reports

Multi-Step AI Workflows

Chain AI calls together: scrape → clean → classify → summarize → format. One run, zero manual steps.

The real power of AI isn't a single prompt — it's chaining models and scripts so each step feeds the next. I design these pipelines so the output of one AI call becomes the input to the next, with logic between them to handle errors and edge cases.

  • Pipeline Architecture — designing the sequence: what runs first, what depends on what, where errors stop the chain
  • Chained Prompts — output of one LLM call becomes the context for the next
  • Multi-Model Routing — using fast/cheap models for simple steps, expensive models only where needed
  • Zero-Touch Output — pipelines that run unattended and deliver final output (CSV, JSON, email, file) without human involvement
  • Error Handling — retry logic, fallback steps, logging so failures don't silently corrupt output
  • Example pipeline built: scrape 500 product pages → AI extract fields → AI classify category → clean → export CSV
Stack: Python scripts · OpenAI/Anthropic APIs · JSON intermediate format · cron
Chained PromptsPipeline DesignMulti-ModelZero-Touch Output

AI Image Generation & Editing

Midjourney, DALL-E 3, Firefly for mockups & brand assets. AI Photoshop tools for production editing.

I use AI image generation practically — for UI mockups, concept visuals, and brand assets that would otherwise require a dedicated designer or stock photo budget. Combined with traditional Photoshop skills, this covers the full visual production workflow.

  • Midjourney — high-quality artistic and product images; knows prompt syntax (--ar, --style, --no, seeds)
  • DALL-E 3 — via ChatGPT; good for specific UI concepts, diagrams, and illustrated content
  • Adobe Firefly — integrated into Photoshop; Generative Fill, Remove Background, Generative Expand
  • AI Upscaling — using tools like Topaz/Magnific to upscale generated images for print/high-res use
  • Prompt Craft for Images — writing detailed image prompts that produce what you actually need, not random guesses
  • Traditional Photoshop — combining AI generation with manual Photoshop work for final polish
Tools: Midjourney · DALL-E 3 · Adobe Firefly · Photoshop · Canva AI
MidjourneyDALL-E 3Adobe FireflyGenerative Fill

AI-First Product Thinking

Knowing what AI should handle, what code should handle, and what humans should handle — and building accordingly.

The hardest skill in AI integration isn't the API calls — it's knowing where AI belongs in the product and where it doesn't. I've made enough AI decisions building Deecliq to have a clear framework for this.

  • Layer Identification — breaking a workflow into: deterministic code layer, AI reasoning layer, human review layer
  • Cost-Benefit Decisions — when a rule-based solution is faster and cheaper than an LLM call, use it; when it isn't, use AI
  • UX for AI — designing interfaces where AI output feels helpful and trustworthy, not random
  • Failure Mode Planning — every AI feature needs a graceful fallback when the model is wrong
  • Model Selection — picking the right model for the task: speed, cost, context length, reasoning quality
  • Avoiding AI Overuse — not using AI just because it's possible; using it where it genuinely adds value
Applied in: Deecliq platform design · Syra chatbot architecture · client automation projects
Product ArchitectureAI Layer DesignHuman-in-LoopUX for AI

Multilingual & Translation AI

Hindi↔English workflows, bulk translation, localization — AI-powered with regional tone accuracy.

Working in India means knowing how to build for and communicate in multiple languages. I use AI translation tools professionally — not just for translating text, but for building localized experiences that feel native.

  • Hindi ↔ English — daily bilingual work; I can review AI translation quality in both languages
  • Bulk Translation — feeding large batches of strings, product names, or content to AI with consistent tone instructions
  • Regional Tone Adjustment — prompting models to use Indian English conventions or specific regional formality levels
  • Localization Review — checking AI-translated content for cultural accuracy, not just literal correctness
  • Multilingual UI — building interfaces that handle Hindi/Devanagari text correctly (font, direction, encoding)
Tools: Claude 4 · ChatGPT-4o · DeepL (comparison) · native bilingual review
Hindi / EnglishBulk TranslationLocalizationRegional Tone

RAG — Chat with Your Own Data

Feed AI your PDFs, XMLs, HTML docs and get answers grounded in your actual content — not made-up facts.

RAG (Retrieval-Augmented Generation) is what turns a generic AI into something that actually knows your business. Instead of hoping the model guessed right, you give it the real document and let it answer from there. I've built this pattern into document tools and XML processing pipelines.

  • PDF & XML chunking — splitting large documents into searchable pieces the model can work with
  • Prompt injection of context — feeding the right chunk of content directly into the prompt so the model answers from your data
  • AI Error Assistant pattern — parse a broken XML, feed the error + schema to the model, get a fix suggestion back
  • Document Q&A — upload a file, ask a question, get a sourced answer instead of a hallucination
  • Structured output extraction — using AI to pull specific fields from unstructured documents reliably
Tools: Claude API · OpenAI API · custom chunking logic · PHP / Python backends
RAGPDF / XMLContext InjectionDocument Q&A

AI Agents & Tool Calling

Wire AI to real tools — databases, APIs, file systems — so it can actually do things, not just talk about them.

The real power of modern AI isn't the chat — it's connecting the model to tools so it can take actions. I build lightweight agent patterns where AI decides what to call, calls it, and uses the result to complete a task end-to-end.

  • Function/tool calling — defining functions the AI can invoke (database lookup, API call, file read) and parsing its structured output
  • API-connected agents — agents that hit external REST APIs and summarize or act on the response
  • Database agents — natural language → SQL → result → AI summary; built for internal admin tools
  • Multi-step reasoning — chaining multiple AI calls where each step depends on the previous result
  • Human-in-the-loop — designing workflows where AI proposes, human approves, then AI continues
Tools: OpenAI function calling · Claude tool_use · Flask/FastAPI · REST APIs · SQLite / MySQL
Tool CallingAPI AgentsDB QueriesMulti-Step

AI Testing & Response Evaluation

Checking if the AI actually got it right — accuracy, hallucinations, latency, and API cost — before it ships.

Shipping AI features without testing them is how you get embarrassing hallucinations in production. I test AI outputs the same way I'd test any other code — systematically, with real inputs, and with clear pass/fail criteria.

  • Prompt regression testing — running the same prompts before and after changes to catch silent degradation
  • Hallucination checks — comparing AI output against a known source document; flagging claims that aren't in the context
  • Latency & cost monitoring — tracking token usage and response time per call to keep AI features within budget
  • Output format validation — using JSON schema or regex to confirm the model returned structured output correctly
  • Manual review loops — sampling AI outputs regularly and scoring them for accuracy and tone before they reach users
Tools: Claude API logs · OpenAI usage dashboard · custom test scripts · Python assertions
Hallucination DetectionCost TrackingPrompt TestingOutput Validation
If you're a recruiter — here's the short version
I can build internal tools that use AI to replace repetitive manual work in your team's workflow
I write Python scripts that take raw messy data and turn it into clean structured output — automatically
I build full web apps — from database to UI — that have AI baked in where it actually helps
I can handle document processing: PDFs, scanned files, XML, HTML — extract what you need, discard what you don't
I use Midjourney, DALL-E, and Photoshop AI tools for visual work — mockups, concepts, brand assets
I work independently, communicate clearly, and I don't need someone to tell me what to do next
Let's Talk View My Resume
04
Honest Assessment

What It's Actually Like Working With Me

I Own the Whole Thing

Backend, frontend, database, design, deployment — I'm comfortable with all of it. You won't get "that's not my part" from me. If something's broken, I'll find it and fix it, wherever it is.

I Ship, Then Improve

60+ tools live on Deecliq. None of them are perfect — but all of them work. I'd rather have something real in production that I can improve than something perfect that never launches.

Small Details Bother Me

A hover state that's slightly off, a transition that feels too slow, a button that's 2px out of alignment — I notice these things and I fix them. Not because anyone asked, just because it matters.

No Jargon, No Confusion

I explain what I'm doing and why in plain language. If I'm making a technical decision that affects you, you'll understand what it means before I make it. No mystery, no walls of technical terms.

05
What I Work With

Skills & Tools

PHP 95%
JavaScript 88%
Python 78%
SQL / Databases 88%
HTML / CSS 97%
AI Prompting 90%
Automation 85%
Figma / UI 80%

AI Tools I Use Daily

Claude Anthropic · Claude 3.5 Sonnet, Claude 4 Sonnet/Opus Code generation, debugging, system design, long-context analysis, writing
ChatGPT OpenAI · GPT-4o, GPT-4 Turbo Problem solving, automation ideas, multi-step task planning, API integration
Gemini Google · Gemini 1.5 Pro, Gemini 2.0 Flash Multimodal tasks, document understanding, large-context processing
Perplexity Perplexity AI · Pro Plan Real-time research, fact-checking, web-grounded answers
Meta AI / Llama Meta · Llama 3.1, 3.2, 3.3 Open-source experimentation, local deployments, custom fine-tuning
GitHub Copilot Microsoft / OpenAI · Copilot Pro In-editor code completion, refactoring, test generation

Design & Tools

PhotoshopIllustrator FigmaCanva

AI & Automation

AI Prompting Claude API ChatGPT API LLM Integration Tesseract OCR Automation Scripts Prompt Engineering

Database & Data

SQLiteMySQL Oracle DBDatabase Design XML / HTML Data Data ConversionWeb Scraping REST APIs
Credentials

Certifications & Recognition

Oracle-Certified Programmer Database & SQL — formal Oracle certification backing all data-layer work on the Deecliq platform.
Full-Stack Web Development End-to-end web builds with PHP, JS, MySQL — demonstrated by 60+ self-built tools on Deecliq.
UI/UX Design Practical design experience across Figma, Photoshop, and Illustrator — applied to the Deecliq brand and client projects.
Privacy-First Development All Deecliq tools run 100% client-side — zero file uploads, zero tracking. Built with security from day one.
AI Tools Power User Daily professional use of Claude, ChatGPT-4o, Gemini, and Perplexity — applied to real development, automation, and client workflows.
Automation & Scripting Python automation scripts, data pipelines, scraping tools, and workflow systems — built for Deecliq and external clients.
06
Experience

How I Got Here

2023 — Present

Founder & Lead Developer, Deecliq

Built and lead the entire Deecliq platform — architecture, the public site, the tools suite, and the internal CRM.

Freelance

UI/UX Design, Web Development & Photography

Independent client work spanning interface design, full websites, and photography — alongside Deecliq.

Certification

Oracle-Certified Programming

Formal certification backing the hands-on database, SQL, and data-handling work behind Deecliq's data tools.

Creative AI

AI Image Generation & Visual Work

I use AI image tools the way a designer uses Photoshop — as part of a real workflow, not just to make pretty pictures.

Midjourney

I know the prompt syntax — aspect ratios, style parameters, seeds, negative prompts, remix mode. I use it for UI concepts, product mockups, and visual branding. Not random generation — directed, specific output.

--ar 16:9--style raw--noRemix ModeVary Region
DALL-E 3

Good for specific scenes, illustrated content, and UI diagrams where I need something that looks intentional. I access it through ChatGPT-4o and iterate with follow-up prompts to get closer to what I actually want.

ChatGPT-4oIllustrationUI ConceptsIterative Prompting
Adobe Firefly + Photoshop AI

Generative Fill is genuinely useful — extending images, replacing backgrounds, removing objects cleanly. I combine it with traditional Photoshop skills to get output that looks intentional, not AI-generated.

Generative FillRemove BackgroundGenerative ExpandObject Selection
How I Use It in Real Work

Hero images for web projects, social media visuals, product concept mockups, brand asset generation, thumbnail designs. The workflow is: generate a rough version → bring into Photoshop → refine with traditional tools → final output.

Web VisualsBrand AssetsMockupsThumbnailsSocial Media

The thing most people get wrong with AI image generation is treating the prompt like a Google search. It's not. Writing a prompt that actually produces what you want — with the right composition, lighting, style, and mood — is a skill that takes real practice. I've put in that practice, and it shows in the output.

I'm looking for the right opportunity.

Freelance projects, full-time roles, or just a conversation — if what you've read here matches what you need, let's talk.

Get in Touch Download My Resume
We use cookies to improve your experience. By using Deecliq you agree to our Cookie Policy.
Learn More
Listening… ✕ Stop
🤖 Syra is ready!
✨ Try next
👋
Welcome!
Step 1 of 6

Description