Giter Club home page Giter Club logo

Mariam Pavlenishvili πŸ‘©β€πŸ’»


Software Developer

Contact information


Hi, I am Mariam, 20 years old, junior full stack Developer. I have been working for almost a year in TBCNet. I'm programmer who has many interests in life and passion to study programming and use it in a creative way...

My 2022-2023 goals πŸ†

  • Become professional full stack developer
  • Study abroad
  • Learn data science
  • Improve soft and technical skills

Code Example

Find panagrams with php

Pangrams are words or sentences containing every letter of the alphabet at least once; the best known English example being A quick brown fox jumps over the lazy dog.

function detectPangram($string) {
    $string = array_unique(str_split
    (strtolower(preg_replace('/[^a-z]/i', '', $string))));
    return (count($string) > 25) ? True : False;

}

print_r(detectPangram("5B!e i J x*p F h d!A:o q D y n6L%u9i.G9f2g4C a h+K!m+z:R t!j:B w s C"));

Programming languages I have experience with:


JavaScript Php Python Python Python

Frameworks and labraries I have experience with:


React Laravel MaterialUI

Other technical skills:


HTML CSS Postman Bitbucket Git Debian Debian AWS

Education

where? what?
3th year IT student in BTU
C#
Javascript basics

Other interests 🎲

  • Movies
  • Board Games
  • Books
  • Music

English level

B2-C1

Mariam Phavlenishvili's Projects

Mariam Phavlenishvili doesn’t have any public repositories yet.

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.