Maciej Tyra

Full-Stack Developer · CTO & Co-Founder at Digitay.pl

I build fast, scalable digital experiences that perform with purpose

Crafting premium web products, modern applications, and technical systems that merge engineering quality with measurable business outcomes.

View projectsContact me
Available for freelance, product builds & technical partnerships
Full-Stack DevelopmentNext.jsTypeScriptReactWordPressSEO ArchitectureUI PerformanceAPI IntegrationsAnalyticsTechnical SEOPostgreSQLDockerNode.jsTailwind CSSConversion OptimizationClean DeploymentsFull-Stack DevelopmentNext.jsTypeScriptReactWordPressSEO ArchitectureUI PerformanceAPI IntegrationsAnalyticsTechnical SEOPostgreSQLDockerNode.jsTailwind CSSConversion OptimizationClean Deployments

About me

Maciej Tyra developer,
builder, strategist

I'm a full-stack developer and CTO & Co-Founder at Digitay.pl, where we deliver web development, SEO, and marketing solutions for businesses across Poland and beyond.

I work at the intersection of technology, performance, UX, and business goals. My approach combines clean engineering with product thinking. I create solutions that don't just look good, but deliver measurable results.

From architecture to deployment, from frontend polish to analytics implementation. I cover the full spectrum of modern web development with a focus on speed, scalability, and business impact.

Current Role

CTO & Co-Founder

Digitay.pl, a digital agency specializing in web development, SEO, Google Ads, and marketing automation for businesses.

digitay.pl →

Location

Poland

Focus

Full-stack web apps, premium business websites, dashboards, API integrations, analytics, and SEO-oriented architecture.

CTO

at Digitay.pl

Full-Stack

Developer

5+

Technologies

SEO

& Analytics

Next.jsReactTypeScriptNode.jsPostgreSQLDockerWordPressTailwind CSSREST APIsGitLinux / VPS

Core Strengths

What I bring to every project

Full-Stack Development

End-to-end application architecture: database schema, API design, polished responsive interfaces. Building complete systems that scale with your business.

High-Performance Frontend

Pixel-perfect interfaces built with React, Next.js, and TypeScript. Optimized for Core Web Vitals, accessibility, and fluid user experience across all devices.

Backend & Integrations

Robust server-side logic with Node.js, REST APIs, PostgreSQL, and Docker. Connecting systems, automating workflows, and building reliable data pipelines.

WordPress & Custom Websites

Professional business websites with custom themes, component-driven development, and conversion-focused design. Reliable, fast, and easy to manage.

SEO-Conscious Architecture

Technical foundations built for organic visibility. Proper meta structure, semantic HTML, performance optimization, and search-friendly architecture from day one.

Analytics & Tracking

Implementation of Google Tag Manager, Google Analytics, conversion tracking, and marketing tech stack integration. Data-driven decisions from proper measurement.

Case Studies

Real projects, real results

Machine Learning / Computer Vision100% Python codebase

AI Trainer

Custom AI model development project focused on image recognition and object detection. Built and iteratively trained a machine learning model from scratch, with a pipeline for data preparation, cascade training, and HSV/edge filtering. Designed as the vision backbone for future automation bots and intelligent agents.

PythonOpenCVCascade ClassifiersComputer VisionNumPyImage Processing
Algorithms / Logic Engineering7 Repositories

C++ Algorithms & Data Structures

A collection of standalone C++ projects exploring core computer science fundamentals: sorting algorithms, queue-based data structures, file processing, and time logic. Each repo is a focused implementation of a specific algorithmic concept, built from scratch with emphasis on understanding complexity, memory management, and low-level control flow.

C++AlgorithmsData StructuresMemory ManagementPOSIXLinux

Technology

Tools I work with daily

Frontend

Next.jsReactTypeScriptJavaScriptTailwind CSS

Backend / Infrastructure

Node.jsDjangoPostgreSQLDockerREST APIsLinux / VPSNginx

CMS / Web Platforms

WordPressCustom ThemesHeadless CMSComponent Architecture

Analytics / Marketing Tech

Google Tag ManagerGoogle AnalyticsMeta AdsGoogle AdsTechnical SEO

Workflow / Delivery

GitVPS DeploymentPerformance OptimizationCI/CDTechnical SEO Audits

Code Quality

Clean code, real engineering

api/dashboard/route.ts
1import { NextResponse } from "next/server";
2import { db } from "@/lib/database";
3import { validateRequest } from "@/lib/auth";
4import { cache } from "@/lib/redis";
5
6// Analytics-enriched API endpoint
7export async function GET(request: Request) {
8 const session = await validateRequest(request);
9
10 if (!session.valid) {
11 return NextResponse.json(
12 { error: "Unauthorized" },
13 { status: 401 }
14 );
15 }
16
17 const metrics = await db.query(`
18 SELECT COUNT(*) as total_views,
19 AVG(load_time) as avg_performance
20 FROM analytics
21 WHERE user_id = $1
22 `, [session.userId]);
23
24 return NextResponse.json({
25 data: metrics,
26 timestamp: new Date().toISOString()
27 });
28}

Process

How I deliver real value

Not just a coder. I combine product thinking, performance engineering, search visibility, and measurable outcomes into every project.

01

Understand the business goal

Every project starts with understanding the real objective. Not just features, but the outcome you need: revenue, leads, efficiency, growth.

02

Design the technical approach

Selecting the right stack, architecture, and infrastructure based on project scope, scalability needs, and long-term maintainability.

03

Build fast and scalable

Clean, modular development with modern tooling. Every component, API endpoint, and database query built for performance and reliability.

04

Optimize performance & conversions

Core Web Vitals, load times, UX flows, and conversion paths. Optimized through data, testing, and continuous improvement.

05

Deploy and iterate intelligently

Production-ready deployments with monitoring, analytics, and a clear path for iteration based on real user behavior.

Contact

Let's build something
remarkable together

Have a project in mind, need a technical partner, or want to explore a collaboration? Send me a message.

Prefer email directly?

m.tyra@digitay.pl

Response time

Usually within 24 hours