Skip to content
View AienTech's full-sized avatar
πŸ˜€
Looking to find something interesting to work on!
πŸ˜€
Looking to find something interesting to work on!

Highlights

  • Pro
Block or Report

Block or report AienTech

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

πŸ‘‹ Hello! I'm Aien (Δ€yΔ«n or Ψ’ΫŒΫŒΩ†).

Website β€’ LinkedIn

  • 🌱 Computer Science grad,
  • πŸ’¬ You can ask me about Go, JavaScript, Software Architecture, DevOps and Algorithms
  • πŸ“« Want to reach me? I'm @Alien on LinkedIn,
  • πŸ“§ And my email is aien[dot]saidi[at]gmail[dot]com.

πŸ“ Latest Blog Posts


πŸ“Š Weekly development breakdown

TypeScript   24 hrs 48 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘   75.18 %
PHP          5 hrs 51 mins   β–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   17.76 %
.env file    40 mins         β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   02.05 %
Bash         33 mins         β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.69 %
Prisma       27 mins         β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.37 %

Pinned Loading

  1. vanillia-state vanillia-state Public

    Forked from stevenferretti/vanilla-state

    Vanillia JS State Management

    JavaScript

  2. Check for browser name Check for browser name
    1
    var isOpera = (!!window.opr && !!opr.addons) || !!window.opera || navigator.userAgent.indexOf(' OPR/') >= 0;
    2
    var isFirefox = typeof InstallTrigger !== 'undefined';
    3
    var isSafari = /constructor/i.test(window.HTMLElement) || (function (p) { return p.toString() === "[object SafariRemoteNotification]"; })(!window['safari'] || (typeof safari !== 'undefined' && safari.pushNotification));
    4
    var isIE = /*@cc_on!@*/false || !!document.documentMode;
    5
    var isEdge = !isIE && !!window.StyleMedia;
  3. Most common HTTP error codes with a ... Most common HTTP error codes with a function to find error by status code
    1
    const codes = [
    2
    	{
    3
    		"status" : 400,
    4
    		"title"  : "Bad Request",
    5
    		"message": "The request cannot be fulfilled due to bad syntax.",
  4. 99designs/gqlgen 99designs/gqlgen Public

    go generate based graphql server library

    Go 9.8k 1.1k

  5. quire-cli quire-cli Public

    A CLI app made for Quire

    Go 6