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
98 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | May May | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
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
Contribution activity
May 2025
DataEnggNerd has no activity
yet for this period.