kysuit.net Open in urlscan Pro
2606:4700:3031::ac43:a015  Public Scan

Submitted URL: https://toilamit.github.io/
Effective URL: https://kysuit.net/
Submission: On July 27 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

<form class="gsc-search-box gsc-search-box-tools" accept-charset="utf-8">
  <table cellspacing="0" cellpadding="0" role="presentation" class="gsc-search-box">
    <tbody>
      <tr>
        <td class="gsc-input">
          <div class="gsc-input-box" id="gsc-iw-id1">
            <table cellspacing="0" cellpadding="0" role="presentation" id="gs_id50" class="gstl_50 gsc-input" style="width: 100%; padding: 0px;">
              <tbody>
                <tr>
                  <td id="gs_tti50" class="gsib_a"><input autocomplete="off" type="text" size="10" class="gsc-input" name="search" title="search" aria-label="search" id="gsc-i-id1" dir="ltr" spellcheck="false"
                      style="width: 100%; padding: 0px; border: none; margin: 0px; height: auto; background: url(&quot;https://www.google.com/cse/static/images/1x/en/branding.png&quot;) left center no-repeat rgb(255, 255, 255); outline: none;"></td>
                  <td class="gsib_b">
                    <div class="gsst_b" id="gs_st50" dir="ltr"><a class="gsst_a" href="javascript:void(0)" title="Clear search box" role="button" style="display: none;"><span class="gscb_a" id="gs_cb50" aria-hidden="true">×</span></a></div>
                  </td>
                </tr>
              </tbody>
            </table>
          </div>
        </td>
        <td class="gsc-search-button"><button class="gsc-search-button gsc-search-button-v2"><svg width="13" height="13" viewBox="0 0 13 13">
              <title>search</title>
              <path
                d="m4.8495 7.8226c0.82666 0 1.5262-0.29146 2.0985-0.87438 0.57232-0.58292 0.86378-1.2877 0.87438-2.1144 0.010599-0.82666-0.28086-1.5262-0.87438-2.0985-0.59352-0.57232-1.293-0.86378-2.0985-0.87438-0.8055-0.010599-1.5103 0.28086-2.1144 0.87438-0.60414 0.59352-0.8956 1.293-0.87438 2.0985 0.021197 0.8055 0.31266 1.5103 0.87438 2.1144 0.56172 0.60414 1.2665 0.8956 2.1144 0.87438zm4.4695 0.2115 3.681 3.6819-1.259 1.284-3.6817-3.7 0.0019784-0.69479-0.090043-0.098846c-0.87973 0.76087-1.92 1.1413-3.1207 1.1413-1.3553 0-2.5025-0.46363-3.4417-1.3909s-1.4088-2.0686-1.4088-3.4239c0-1.3553 0.4696-2.4966 1.4088-3.4239 0.9392-0.92727 2.0864-1.3969 3.4417-1.4088 1.3553-0.011889 2.4906 0.45771 3.406 1.4088 0.9154 0.95107 1.379 2.0924 1.3909 3.4239 0 1.2126-0.38043 2.2588-1.1413 3.1385l0.098834 0.090049z">
              </path>
            </svg></button></td>
        <td class="gsc-clear-button">
          <div class="gsc-clear-button" title="clear results">&nbsp;</div>
        </td>
      </tr>
    </tbody>
  </table>
</form>

Text Content

Viet Nguyen Tien

I am a web developer focusing on front-end development. Always hungry to keep
learning.


CONTACT ME

 * 
 * 
 * 
 * 
 * 

2024 © Viet Nguyen Tien

×

search
 

Custom Search

Sort by:
Relevance

Relevance
Date





> Don’t compare yourself with anyone in this world… if you do so, you are
> insulting yourself.

Bill Gates


6 TOOLS TO TURN CODE INTO BEAUTIFUL DIAGRAMS

6 tools to turn code into beautiful diagrams Diagrams Mermaid Markmap ASCII
editors PlantUML Go-Diagrams...

  Tools    —  2024, Jul 25   —  2 minute read


ARRAY.FLATMAP() LIỆU CÓ LÀM DEV NHÀN HƠN?

array.map() là một hàm mapper rất hữu ích: nó nhận 1 mảng, và 1 hàm...

  Javascript    —  2022, Jul 28   —  6 minute read


GIT: LEARN ALL ABOUT TAG

Tags trong Git thường được dùng để đánh nhãn cho các commits cụ thể nào...

  git    —  2022, Jun 07   —  4 minute read


HTTP METHODS FOR RESTFUL APIS

Tựa đề: HTTP Methods for RESTful APIs Tạm dịch: Các giao thức HTTP trong
RESTful...

  Internet    —  2021, Aug 26   —  9 minute read


EXIT INTERVIEW ĐÃ THỰC SỰ LỖI THỜI???

EXIT INTERVIEW ĐÃ LỖI THỜI ❓ Stay Interview (SI) có gì khác so với Exit...

  IT Life    —  2021, Aug 24   —  3 minute read


AUTO DEPLOY ANGULAR APPLICATION BY PHP SCRIPT - PHẦN 1 - MUỐN LÀM NGHIỆP LỚN THÌ
PHẢI CÓ TOOLS (APACHE 2.4, PHP 7.4, NODEJS)

Giải thích lý do Vì đang dùng backlog nên không có CICD Phải viết 1...

  DevOps    —  2021, Aug 12   —  6 minute read


HOW TO USE ARRAYS IN BASH

Bash is different with other standard programming languages. It doesn’t require
to define any data...

  bash-programming    —  2021, Jul 05   —  3 minute read


HOW TO COMPARE STRINGS IN BASH

Of course, in any programming language, you have to compare some values in code
such...

  bash-programming    —  2021, Jul 01   —  3 minute read


HOW TO BACKUP SQL AND UPLOAD TO AWS S3

Prerequisite aws cli mysqldump Create IAM and grant permission Access AWS IAM
console and create...

  AWS    —  2021, May 12   —  4 minute read


DO YOU UNDERSTAND "THIS" KEYWORD IN JAVASCRIPT? CAN YOU ANSWER 7 SNIPPETS
QUESTIONS?

In JavaScript this is the function invocation context. In this post, you can
learn 7...

  Javascript    —  2021, Mar 30   —  3 minute read

Page 1 / 10