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

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                 28 hrs 15 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   64.11 %
JavaScript                 5 hrs 36 mins   β–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   12.74 %
GitIgnore file             3 hrs 2 mins    β–ˆβ–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   06.89 %
Nginx configuration file   1 hr 50 mins    β–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   04.19 %
YAML                       1 hr 21 mins    β–“β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   03.07 %

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