Skip to content
View oldschoolmoron's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report oldschoolmoron

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
oldschoolmoron/README.md

Masterhead

Hi there, I'm Ananya Pathak

- I’m a Software Developer with 2.8 years of experience at BT Group, working with Java, Spring Boot, and Microservices.

Alongside this, I’m learning and exploring full-stack web development, backend development with Node.js, and blockchain technologies such as smart contracts and decentralized applications (dApps).

Connect with me:

kodegambler askananya 19790606 oldskoolmoron oldskoolmoron kodegambler

📊 GitHub Stats

GitHub Stats Top Langs

Pinned Loading

  1. LintingRustProjects.md LintingRustProjects.md
    1
    # Rust Linting and Code Quality Tools
    2
    
                  
    3
    The Rust ecosystem provides several tools to help maintain code quality and enforce best practices. While the official Rust style guide and tools like `rustfmt` and Clippy are great starting points, they don't cover everything, such as enforcing custom rules, checking for unused dependencies, or identifying semantic versioning (semver) violations. Below is an overview of tools that address these gaps.
    4
    
                  
    5
    ---
  2. Myportfolio Myportfolio Public

    A responsive portfolio website built with Next.js to share my projects, skills, and technical journey.

    JavaScript

  3. VeriFi VeriFi Public

    Quickly check if images or crypto addresses are safe and real.

    JavaScript

  4. web3-workbench web3-workbench Public

    JavaScript

  5. React Counter Component with Conditi... React Counter Component with Conditional Rendering and Interval Cleanup
    1
    import { useEffect, useState } from "react"
    2
    
                  
    3
    function App(){
    4
      let coutervisible = true;
    5
      return <div>
  6. How to Write and Use a README.md File How to Write and Use a README.md File
    1
    # 📘 How to Write and Use a README.md File
    2
    
                  
    3
    This guide will help you understand what a **README.md** file is, why it’s important, and how to create and format one properly using **Markdown syntax**.  
    4
    It’s perfect for beginners who are learning GitHub or creating their first project documentation.
    5