Categories AWS

[AWS Lightsail] – SSH to your instance

You can ssh to your instance with filezilla with this tutorials:Transfer files securely to Lightsail Linux instances with SFTP You can also connect to your instance using command prompt. Go into the directory where your private key file locates and enter this command to the window: Related posts:…

Read More
Categories AWS

[AWS CLI] – Basic Operations

Tải AWS CLI trên mạng về. Config nó với rootkey file, cái này bạn chỉ có thể có khi khởi tạo tài khoản lần đầu. Bạn có thể tạo lại nó ở trang chủ console, click vào tên tài khoản của bạn -> Security credentials. Bạn cũng có…

Read More
Categories Cloud

[Jenkins Tutorials – 01] Start Jenskins with Docker

Bạn có thể tìm và cài đặt jenkins bằng giao diện của Docker hoặc dùng CLI với đoạn mã sau -d: để run detached–name: tên container-p: expose port-v: expose volumne Dùng 1 free tool để tunnel localhost lên internet (Ở đây mình dùng pinggy). Sau đó bạn vào…

Read More
Categories Cloud

Hướng dẫn gửi Email bằng Spring Boot

Trong bài này mình sẽ hướng dẫn các bạn gửi email trong ứng dụng spring boot. Đầu tiên các bạn vào https://start.spring.io để tạo project mới, giữ mọi thứ mặc định, đổi tên group, artifact và name theo ý bạn muốn. Mục Add Dependencies, chọn Java Mail Sender…

Read More
Categories Javascript

Typescript Functions Clone C

TypeScript has a specific syntax for typing function parameters and return values. Read more about functions here. Return Type The type of the value returned by the function can be explicitly defined. Related posts: Typescript Functions Clone A Typescript Functions Clone B

Read More
Categories Javascript

Typescript Functions Clone B

TypeScript has a specific syntax for typing function parameters and return values. Read more about functions here. Return Type The type of the value returned by the function can be explicitly defined. Related posts: Typescript Functions Clone A Typescript Functions Clone C

Read More
Categories Javascript

Typescript Functions Clone A

TypeScript has a specific syntax for typing function parameters and return values. Read more about functions here. Return Type The type of the value returned by the function can be explicitly defined. Related posts: Typescript Functions Clone B Typescript Functions Clone C

Read More
Categories Typescript

TypeScript Functions

TypeScript has a specific syntax for typing function parameters and return values. Read more about functions here. Return Type The type of the value returned by the function can be explicitly defined. Related posts: Typescript Functions Clone A Typescript Functions Clone B

Read More
Categories Typescript

Typescript Classes

TypeScript adds types and visibility modifiers to JavaScript classes. Members: Types The members of a class (properties & methods) are typed using type annotations, similar to variables. Members: Visibility Class members also be given special modifiers which affect visibility. There are three main visibility modifiers in TypeScript. Related…

Read More