ASH84
Software Engineer focused on turning complexity into simplicity. Co-founder at Payhere. Previously Tech Lead of remit team at Banksalad.
Experience
- Head of tech Payhere.Inc, 2024βpresent
- CTO Payhere.Inc, 2020β2023
- TechLead, Banksalad, 2018β2020
- Senior Software Engineer Danal, 2014β2018
Latest Blog Posts
-
Jul 27, 2016Python flake8 μ¬μ©νκΈ°[pep8](https://pypi.python.org/pypi/pep8), [flake8](http://flake8.pycqa.org/en/latest/) λ±μ ν΄μ΄ νμ΄μ¬ μ½λμ μ μ κ²μ¬λ₯Ό νλ ν΄μ΄λ€. ```python $ python -m pip install flake8 flake8 --count --exclude ./tests,./docs --ignore E501,F401 # --count : μλ° κ°μ νμ # --exclue : νΉμ λλ ν 리 μ μΈ, μΌνλ‘ κ΅¬λΆ # --ignore : 무μ κ·μΉ λͺ μ, ...