Skip to content
View DataEnggNerd's full-sized avatar
🤠
Fail fast!
🤠
Fail fast!

Sponsoring

@python
@ritchie46
@Kludex

Block or report DataEnggNerd

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
DataEnggNerd/README.md
from typing import Optional, List
from pydantic import BaseModel, Field, EmailStr, HttpUrl

class SelfIntroduction(BaseModel):
    full_name: str = Field(..., default="Santhosh Solomon")
    current_work: str = Field(..., default="Data Engineering @ Advarisk")
    location: Optional[str] = Field(None, default="Pune, India")
    email: Optional[EmailStr] = Field(None, default="[email protected]")
    website: Optional[HttpUrl] = Field(None, default="https://thedataengineer.substack.com")
    skills: List[str] = Field(..., default=["Python", "requests", "Pydantic", "Polars", "SQL", "Git"])
    current_interest: List[str] = Field(..., default=["Rustification of Python", "Data Engineering", "Developer tools"])
    interests: List[str] = Field(description="Topics I am interested in exploring and working on",
                            default=["Web Scraping", "Backend Engineering", "Databases", "Developer tools"])

Pinned Loading

  1. DataEnggNerd Public

    Config files for my GitHub profile.

  2. oxidation Public

    Rust learning from scratch with Python.

    Rust

98 contributions in the last year

Contribution Graph
Day of Week May June July August September October November December January February March April May
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Activity overview

Contributed to DataEnggNerd/MH370, DataEnggNerd/point-zero-one, DataEnggNerd/oxidation and 19 other repositories
Loading A graph representing DataEnggNerd's contributions from May 19, 2024 to May 22, 2025. The contributions are 74% commits, 15% issues, 10% pull requests, 1% code review.

Contribution activity

May 2025

DataEnggNerd has no activity yet for this period.
Loading