8000 MariamPhavlenishvili (Mariam Phavlenishvili) Β· GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View MariamPhavlenishvili's full-sized avatar
πŸ‘©β€πŸ’»
Working from anywhere
πŸ‘©β€πŸ’»
Working from anywhere

Block or report MariamPhavlenishvili

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

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

Popular repositories Loading

  1. ResumeGeneratorRedberry ResumeGeneratorRedberry Public

    JavaScript 2

  2. todoList-rest-api todoList-rest-api Public

    laravel to-do-lists rest api

    PHP 1

  3. portfelioWebsite portfelioWebsite Public

    JavaScript 1

  4. fullstackopen2022 fullstackopen2022 Public

    JavaScript 1

  5. whatsapp whatsapp Public

    TypeScript 1

  6. mariam_pavlenishvili_davaleba2 mariam_pavlenishvili_davaleba2 Public

    PHP

0