Skip to content
View AcensJJ's full-sized avatar
📸
42
📸
42
Block or Report

Block or report AcensJJ

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
AcensJJ/README.md
jacens

School  School

42

Analytics  GitHub Analytics

School  Languages Learn

MIPS Assembly C C++

HTML CSS PHP

JavaScript TypeScript NodeJS

Symfony Wordpress MySQL PostgreSQL

Docker  Kubernetes

document.write("Hello World");

import SoftwareDeveloper from 'Jacens';

var status = 
{ 
  _learning : [NodeJs],
  _workingOn: [null]
}

class Skills extends SoftwareDeveloper {
  languages    = ['C', 'C#', 'Cpp', 'Python', 'Bash', 'Html', 'Css', 'Php', 'Javascript', 'Asm', 'Node.js'];
  technologies = ['Docker', 'Kubernetes', 'Grafana', 'Wordpress', 'PhpMyAdmin', 'Wamp'];
  ide          = ['Vs Code', 'Android Studio'];
  libraries    = ['Jquery', 'Axios'];
  frameworks   = ['Bootstrap', 'Symfony', 'NestJS', 'Angular'];
  databases    = ['MySql', 'PostgreSQL', 'Influxdb'];
}

Developer dev = new Developer(AcensJJ);
while(dev.isCoding(status._workingOn) && dev.isStuck(status._learning))  
{
  dev.openBrowser();
  dev.openStackOverFlow();
  dev.pasteCodeInIde();
  dev.feelProfessional();
}

My Github stats

GitHub LinkedIn Facebook Instagram

Popular repositories Loading

  1. webserv webserv Public

    This project is here to make you write your own HTTP server. You will follow the real HTTP RFC and you will be able to test it with a real browser. HTTP is one of the most used protocol on internet…

    C++ 2

  2. 42-piscine 42-piscine Public

    🏊

    C 1

  3. ft_transcendence ft_transcendence Public

    This is not C or C++ basic functions ! To do something that you’ve never done before whitout a piscine. Remind yourself at the beginning of your journey in computer science. Now look where you are …

    TypeScript 1

  4. ft_linear_regression ft_linear_regression Public

    Ce projet vous servira a faire vos premiers pas dans l'IA et plus precisement le machine learning. Vous allez commencer par algo simple. Vous coderez un program qui peut predire le prix d une voitu…

    Python 1

  5. PPE3 PPE3 Public

    PPE 3 est un site vitrine d'une boutique en ligne (e-commerce), il a été réalisé à l'aide du Framework Symfony 4.

    CSS

  6. Friends Friends Public

    SoSy est un mixe entre un site de réseaux sociaux et de site de rencontres.

    CSS