Code Monkey home page Code Monkey logo

Hello there πŸ‘‹

visitors Open Source Love

I'm a Full stack Developer, Technology enthusiast, Amateur Data Scientist and Great Cook!!!

  • πŸ”­ I’m currently working on Matlab Based Projects πŸ˜‚
  • 🌱 I’m currently learning Django, Node.js and helping tech community through my writing.
  • πŸ‘― I’m willing to collaborate on building communitites, and research projects.
  • πŸ“« How to reach me: E-mail and Linkedin
  • ⚑ Fun fact: Banging your head against a wall for one hour burns 150 calories.
#!/usr/bin/python
# -*- coding: utf-8 -*-


class SoftwareEngineer:

    def __init__(self):
        self.name = "Bishikh Pal"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US","Hindi", "Bengali"]
        
    def technology_stack(self):
        self.backend = {"js":["Node","Express"], "python":"Django", ".NET" :[".NET Core","WCF",".NET Framework"]}
        self.databases = ["Mysql","Postgres","mongo","sqlite"]
        self.devops = ["Docker🐳", "Kubernetes", "Jenkins", "AWS"]
        self.frontend = ["React", "Angular"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.technology_stack()
me.say_hi()

πŸ”§ Technologies & Tools

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! :)

Bishikh Pal's Projects

anmol098 icon anmol098

If you are forking please do not forget to star the repo

clean-code icon clean-code

Learn to Write Clean Code with Java. Get Hands-on with 20+ Code Examples involving 4 principles of Simple Design, Refactoring and TDD.

meetupapi icon meetupapi

This repository contains information about .NET Core Rest API's

netwebapi icon netwebapi

This repository is used to practise .NET web API's

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.