LaptrinhX
  • My
  • News
  • Tiktok
  • Tag
  • Author
  • Ebook
  • Theme
  • Tutorial
  • Funny
  • IT Job
  • Video
  • Tools
  • Hacker News
  • India (বাংলা)
  • Česká republika (čeština)
  • Danmark (Dansk)
  • Österreich (Deutsch)
  • Schweiz (Deutsch)
  • Deutschland (Deutsch)
  • Ελλάδα (ελληνικά)
  • United Arab Emirates (English)
  • Australia (English)
  • Canada (English)
  • United Kingdom (English)
  • Ireland (English)
  • India (English)
  • Malaysia (English)
  • New Zealand (English)
  • Philippines (English)
  • Singapore (English)
  • United States (English)
  • International Edition (English)
  • South Africa (English)
  • Argentina (español)
  • Chile (español)
  • Colombia (español)
  • España (español)
  • México (español)
  • Perú (español)
  • United States (español)
  • Venezuela (español)
  • América Latina (español)
  • Suomi (suomi)
  • Belgique (français)
  • Canada (français)
  • Suisse (français)
  • France (français)
  • Afrique francophone (français)
  • India (हिंदी)
  • Magyarország (magyar)
  • Indonesia (Bahasa Indonesia)
  • Italia (italiano)
  • 日本 (日本語)
  • 한국 (한국어)
  • India (मराठी)
  • Norge (norsk, bokmål)
  • België (Nederlands)
  • Nederland (Nederlands)
  • Polska (polski)
  • Brasil (português)
  • Portugal (Português)
  • Россия (Pусский)
  • Sverige (svenska)
  • India (తెలుగు)
  • ไทย (ไทย)
  • Türkiye (Türkçe)
  • Việt Nam (Tiếng Việt)
  • 中华人民共和国 (简体中文)
  • 香港特别行政區 (繁體中文)
  • 台灣 (繁體中文)

    Authors ::

    Chamika Kasun

    11 posts •


    Add Eslint Support to your React Native Project with React Hooks
    • twitter
    • facebook
    • email
    swlh 2020-06-15 07:15

    Add Eslint Support to your React Native Project with React Hooks

    Add Eslint Support to your React Native Project + React Hooks RulesEslint with React NativeRecently I came across a requirement where I needed to add eslint support for my one of React Native project. In this article,...

    Chamika Kasun
    C Chamika Kasun
    2 min read
    Deep Dive into React Hooks Part #1: Introduction
    • twitter
    • facebook
    • email
    swlh 2020-06-12 18:20

    Deep Dive into React Hooks Part #1: Introduction

    React HooksReact Hooks are the newest addition to the React ecosystem starting with React 16.8. The basic form of React Hooks lets you use state and other React features without writing a class. So will it replace...

    Chamika Kasun
    C Chamika Kasun
    3 min read
    Cherry pick with Git
    • twitter
    • facebook
    • email
    @chamikakasun 2019-02-12 12:35

    Cherry pick with Git

    If you are working with several teams in a large scale project you might have come an across a situation where you need to merge few commits from other teams branches to your team working or your private branch without...

    Chamika Kasun
    C Chamika Kasun
    2 min read
    JavaScript Prototype and Prototype Chain explained.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-02-05 09:50

    JavaScript Prototype and Prototype Chain explained.

    In this article, I’m trying to explain some of the core concepts in the JavaScript related to the Prototype and Prototype Chain. Before deep dive into those concepts let’s see what is the requirement of having...

    Chamika Kasun
    C Chamika Kasun
    17 min read
    Muditha Sumanathunga even though this is irrelevant to the article, I would like to give you some…
    • twitter
    • facebook
    • email
    @chamikakasun 2019-02-01 09:32

    Muditha Sumanathunga even though this is irrelevant to the article, I would like to give you some…

    Muditha Sumanathunga even though this is irrelevant to the article, I would like to give you some points related to what you are asking here. According to your requirements, there are 4 operations in your API,...

    Chamika Kasun
    C Chamika Kasun
    1 min read
    JavaScript Factory functions vs Constructor functions.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-02-01 08:38

    JavaScript Factory functions vs Constructor functions.

    When it comes to the JavaScript Language comparing to other programming languages there are lots of words that you may hear or see really confusing to understand. One of them would be factory functions and the...

    Chamika Kasun
    C Chamika Kasun
    8 min read
    Rest API Load testing with Apache JMeter
    • twitter
    • facebook
    • email
    @chamikakasun 2019-01-31 08:23

    Rest API Load testing with Apache JMeter

    In this article, we are going to do a basic load testing with Apache JMeter which is an open source software and It can be used to simulate loads of various scenarios and output performance data in several ways,...

    Chamika Kasun
    C Chamika Kasun
    11 min read
    How to install Git, Docker, Docker-Compose, and Node in an EC2 instance.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-01-21 09:12

    How to install Git, Docker, Docker-Compose, and Node in an EC2 instance.

    Hope you have already provisioned an EC2 instance, if not you can follow my article on Provisioning an AWS on-demand EC2 instance and then provision an EC2 instance and login to that instance via the local...

    Chamika Kasun
    C Chamika Kasun
    5 min read
    How to Provision an AWS on-demand EC2 instance.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-01-21 08:50

    How to Provision an AWS on-demand EC2 instance.

    In this article, I’m going to teach you how to provision an EC2 instance in AWS.To create instances, go to the EC2 section from the AWS Services main menu. Then select Instances from the left menu and then you will...

    Chamika Kasun
    C Chamika Kasun
    5 min read
    An AWS RDS DB instance in a VPC Accessed by an AWS EC2 instance in the Same VPC.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-01-17 21:38

    An AWS RDS DB instance in a VPC Accessed by an AWS EC2 instance in the Same VPC.

    Creating a VPC with Private and Public Subnets and access RDS from EC2 in the same VPC.In this article, I’m going to cover how to access RDS from EC2 in the same VPC. Following diagram depicts what we are trying to...

    Chamika Kasun
    C Chamika Kasun
    25 min read
    Installing MySQL in an EC2 instance.
    • twitter
    • facebook
    • email
    @chamikakasun 2019-01-17 11:08

    Installing MySQL in an EC2 instance.

    In this article, I’m going to tell you how to install MySQL on an EC2 instance. To do that you need to first spin up an EC2 instance as follows.To create instances, go to the EC2 section from the AWS Services main...

    Chamika Kasun
    C Chamika Kasun
    5 min read
    LaptrinhX © 2023
    Latest Posts News raoxyz congtyaz