Skip to content
View AienTech's full-sized avatar
πŸ˜€
Doing some interesting stuff
πŸ˜€
Doing some interesting stuff

Highlights

  • Pro

Organizations

@Dorehami

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 hi[at]aien[dot]me.

πŸ“ Latest Blog Posts


πŸ“Š Weekly development breakdown

PHP                   43 hrs 53 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   65.34 %
Twig                  13 hrs 50 mins  β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   20.60 %
.env file             3 hrs 35 mins   β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.35 %
CSS                   3 hrs 33 mins   β–ˆβ–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   05.28 %
YAML                  49 mins         β–’β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘   01.23 %

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 10.4k 1.2k

  5. quire-cli quire-cli Public

    A CLI app made for Quire

    Go 6