Giter Club home page Giter Club logo

Hi there 👋

import developer as me
from skills import machine_learning, ai, python, database, csharp
import coffee
import keyboard
from datetime import time
import random

def start_workday():
    me.consume(coffee.espresso()) ☕
    me.open_ide() 💻
    me.crack_knuckles() 👐

def write_code():
    if random.choice([True, False]):
        me.use_skill(python) 🐍
        print("Indentation is life! 🚀")
    else:
        me.use_skill(csharp) #️⃣
        print("Semicolons everywhere! 😅")

def tackle_ml_problem():
    me.use_skill(machine_learning) 🤖
    me.use_skill(ai) 🧠
    print("Is this AI or just a bunch of if-statements? 🤔")

def wrestle_with_database():
    me.use_skill(database) 🗃️
    print("SELECT * FROM problems WHERE solution IS NOT NULL 🔍")

def end_workday():
    me.save_progress() 💾
    me.close_ide() 🔌
    me.stretch() 🧘

while time.now() < time(17, 0):  # 5 PM ⏰
    start_workday()
    for _ in range(100):
        write_code()
        if keyboard.is_pressed('ctrl+c'):
            print("Copy-paste from Stack Overflow complete! 📋✅")
        if random.random() < 0.1:
            tackle_ml_problem()
        if random.random() < 0.2:
            wrestle_with_database()
    end_workday()

print("Another day, another bug squashed (or created)! 🐛💪")

Massimo Di Paolo's Projects

autobogus icon autobogus

A C# library complementing the Bogus generator by adding auto creation and population capabilities.

awesome-dotnet-core icon awesome-dotnet-core

:honeybee: A collection of awesome .NET core libraries, tools, frameworks and software

azure-search-openai-demo icon azure-search-openai-demo

A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure Cognitive Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.

clean-architecture-manga icon clean-architecture-manga

:cyclone: Clean Architecture with .NET5, C#9 and React+Redux. Use cases as central organizing structure, completely testable, decoupled from frameworks

dotnet-fake-json-server icon dotnet-fake-json-server

Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.

extcore icon extcore

Free, open source and cross-platform framework for creating modular and extendable web applications based on ASP.NET Core

pixel-identity icon pixel-identity

Bootstrapper for https://github.com/openiddict/openiddict-core and Asp.net Identity with a blazor based UI .

posh-build icon posh-build

Powershell based build tools for the dotnet CLI.

privategpt icon privategpt

Interact privately with your documents using the power of GPT, 100% privately, no data leaks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.