Skip to content
Sandny Blog
  • Home
  • Java
  • JavaScript
  • AWS
  • Embedded
  • About
How to host GoDaddy domain with AWS EC2 AWS

How to host GoDaddy domain with AWS EC2

  • November 23, 2019November 23, 2019
  • by Coder Kai

Many newbies find AWS and domain providers such as GoDaddy confusing to connect. But it is not a difficult task and you can host GoDaddy domain with AWS EC2 instantly.

To connect AWS with the domain we will have to use a service called Route53 (53 refers thee TCP/UDP port 53 for DNS serving). And also there won’t be any direct way to do without this service. You can use any AWS public gateway provider such as EC2, ELB, S3 to serve your website or server to the public domain you have on GoDaddy. The AWS usually charges about .51 USD per month to maintain this zone entry as well.

Read more “How to host GoDaddy domain with AWS EC2” →
Java 13 features Java

Java 13 (JDK 13) -The New Features

  • November 18, 2019December 19, 2019
  • by Coder Kai

Java Development Kit (JDK) 13, the latest version of standard Java, is now available and release with some new features of,

1. Switch Expressions

This is one of the preveiew language feature defined in java 13.

Java 13 extends the previous Java 12 Switch Expressions by adding a new yield keyword to return a value from switch expression.So breaks syntax is no longer compiled in Java 13, it uses yield instead.

Read more “Java 13 (JDK 13) -The New Features” →

Java

Java 13 Switch Expressions

  • November 17, 2019November 20, 2019
  • by Coder Kai

This is another preview language feature defined in java 13. Java 13 extends the previous Java 12 Switch expressions by adding a new yield keyword to return a value from switch expression. So break syntax is no longer compiled in Java 13, it uses yield.

As traditional switch statement, there are many break statements make it unnecessarily verbose and hard to debug errors.

Read more “Java 13 Switch Expressions” →
Docker

Nginx Load Balancer with docker for nodejs services

  • November 3, 2019December 11, 2019
  • by Coder Kai

Nginx Load Balancer with docker has become a fine recipe for managing services in closed systems. Although services like Kubernetes provide container orchestration, sometimes architecturally it could be an overkill. In this example, I will be showing how to use docker services using Nginx load balancer.

Nginx Load Balancer with docker

Read more “Nginx Load Balancer with docker for nodejs services” →

JavaScript

Create React App Using npx

  • November 3, 2019November 11, 2019
  • by Coder Kai

Here we are discussing creating react app using npx create-react-app. npx comes with npm 5.2 and higher.

Prerequisite: You need to install Node >= 8.10 on your machine.

Creating an app using npx command

npx create-react-app my-app

create-react-app set up the main structure of the application.

Important: If you previously installed create-react-app using npm, uninstall before using npx. Because npx always refer the latest version of libraries.

Read more “Create React App Using npx” →

JavaScript

Difference Between npx and npm

  • November 2, 2019November 3, 2019
  • by Coder Kai
  • npm – Javascript package manager
  • npx – Execute npm package binaries ( a tool for executing node packages )

npx comes bundled with npm version 5.2+.

npm

If you want to run a package using npm, you must specify that package in your package.json file and install a package locally on a project:

npm install package-name

npx

npx is a npm package runner.

Read more “Difference Between npx and npm” →

Categories

  • android 3
  • Apollo Client 1
  • AWS 8
    • AppSync 5
    • EC2 1
    • EKS 1
    • Route53 1
    • S3 1
  • AWS Amplify 1
  • Chakra UI 1
  • Docker 1
  • Embedded 1
  • EmberJS 1
  • FCM 1
  • Godaddy 1
  • GraphQL 3
  • ios 1
  • Jasper 1
  • Java 10
    • Java 11 1
    • Java 14 1
  • JavaEE 2
  • JavaScript 39
    • Express.js 4
    • Javascript Guide 7
    • Node.js 3
    • react-native 4
    • React.js 17
    • Typescript 1
  • Kubernetes 1
  • machine learning 1
  • Maven 2
  • OCaml 3
  • PostgreSQL 1
  • Python 2
  • react-native 4
  • ReactJS 3
  • sass 1
  • Server 6
  • spark 1
  • Terraform 2
  • Ubuntu 4
  • Uncategorized 1
  • webpack 2

Recent Comments

  • Stormdft on Debounce and avoid multiple clicks event generation on React.js components using Lodash
  • Giselle1803 on How to save pandas Dataframe to a file and read back
  • Alondra579 on How to save pandas Dataframe to a file and read back

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Archives

  • October 2022 3
  • September 2022 7
  • May 2022 1
  • December 2021 1
  • August 2021 1
  • July 2021 6
  • June 2021 3
  • February 2021 1
  • July 2020 1
  • December 2019 5
  • November 2019 6
  • October 2019 3
  • August 2019 1
  • March 2019 1
  • February 2019 1
  • January 2019 2
  • December 2018 1
  • September 2018 2
  • August 2018 1
  • June 2018 1
  • February 2018 1
  • November 2017 2
  • October 2017 5
  • September 2017 1
  • June 2017 1
  • May 2017 10
Sandny Blog space
Theme by Colorlib Powered by WordPress