An open API service indexing awesome lists of open source software.

https://github.com/arbdoescode/arbdoescode


https://github.com/arbdoescode/arbdoescode

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

Hi ![](https://user-images.githubusercontent.com/18350557/176309783-0785949b-9127-417c-8b55-ab5a4333674e.gif) My name is Arb Koçi
=========================

*

Graduate Computer Enginner at Epoka University


*

Senior Developer at Unionnet


### Skills


SwiftUI
SwiftUI
C++
C#
Java
Python
PHP
HTML5
CSS3
Javascript
React
Bootstrap
NodeJS
MySQL
.NET
Photoshop

### Other Skills


DockerBlender
FigmaArduinoRaspberry Pi

### Socials

```python
#!/usr/bin/python
# -*- coding: utf-8 -*-

class ComputerEngineer:

def __init__(self):
self.name = "Arb Koçi"
self.role = "Computer Engineer"
self.language_spoken = ["English", "Albanian", "German"]

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

me = ComputerEngineer()
me.say_hi()
```