CodeBriefly
Tech Magazine

About @codebriefly

codebriefly.com is a Tech Magazine covering technologies and language used in the web era. The basic motive to build this website is spread knowledge with others. Also, Code Briefly is open for other users to submit their articles, snippets, tutorials and other resources.

  • All
  • Angular
  • AWS
  • Laravel
  • Laravel 9
  • Laravel Code Snippet
  • Linux
  • Next Js
  • ReactJs
  • Shopify
  • SSH
  • TailwindCSS
  • Ubuntu
  • Windows Subsystem Linux

How to Setup and Install Next.js App?

In this article, we will discuss “How to Setup and Install Next.js App” from scratch. What is React.js and Next.js? “React.js” is a JavaScript library for building user interfaces (elements that users see and interacting on-screen). Basically, React provide us some helpful functions to build UI, and leaves it on us where to use those […]

Difference between Kinesis Data Stream and Kinesis Firehose

In this article, we will discuss “Difference between Kinesis Data Stream and Kinesis Firehose”. Today, I will explain the difference between Kinesis Data Stream and Kinesis Firehose. AWS constantly offering the new features and functionality. Kinesis is known as highly available communication channel to stream messages between data producers and data consumers. Data Producers: Source […]

How to setup Amazon Kinesis Data Stream with Amazon Pinpoint (Part 3)?

In this article, we will discuss “How to setup Amazon Kinesis Data Stream with Amazon Pinpoint (Part 3)?”. This article is the third part of our Amazon Pinpoint Series. For better understanding, I recommend to readout the previous article. How to Setup AWS Pinpoint (Part 1) How to Setup AWS Pinpoint SMS Two-Way Communication (Part […]

How to Setup AWS Pinpoint SMS Two Way Communication (Part 2)?

In this article, we will discuss “How to Setup AWS Pinpoint SMS Two Way Communication?”. As previously, I already explained the Pinpoint project setup. So I recommend going through the previous article for a better understanding. Enable Two-Way Communication You have to enable two-way communication for each of the numbers separately. I explained in my […]

How to Add a New Key Pair to an AWS EC2 Instance for SSH?

In this article, we will discuss “How to Add a New Key-Pair to an AWS EC2 Instance for SSH”. After creating an AWS EC2 instance, you might want to setup multiple SSH accounts for each user. Then you have to create new Key-Pairs, when you think that the user doesn’t need to connect via SSH […]

How to Use SSH with AWS EC2 Instance?

In this article, we will discuss “How to Use SSH with AWS EC2 Instance?”. As I already explain the setup of EC2 Instance and the use of an Elastic IP in my previous article. Today, we will learn how to connect an EC2 instance using SSH. If still, you have not read my previous articles […]

How to Manage Elastic IP in AWS?

In this article, we will discuss “How to Manage Elastic IP in AWS?”. Here, you will learn the use of Elastic IP addresses and how to assign it to your EC2 Instance. If you are new with EC2 Instance then check out my previous article, “How to setup an EC2 Instance on AWS”. EC2 (Amazon […]

How to Setup an EC2 Instance on AWS?

In this article, we will discuss “How to Setup an EC2 Instance on AWS?”. An Amazon EC2 instance is a virtual server in Amazon’s Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure. It provides scalable computing capacity in the Amazon Web Services (AWS) Cloud. There are four main options […]

How to Setup TailwindCSS in Angular?

In this article, we will discuss “How to Setup TailwindCSS in Angular”. “TailwindCSS” is known as utility first CSS framework, we can rapidly build modern websites without ever leaving the HTML. TailwindCSS is different from other CSS frameworks like Bootstrap, etc. You can create whatever you want as per the required UI using the given […]

How to Fix the Color Swatch Issue in Shopify

In this article, we will discuss “How to fix the color swatch issue in Shopify”. Mostly, Shopify themes provide a color swatch feature on the product and collection page. Color swatches replace the traditional dropdown for variant option color. However, if you are using some color names that are non-standard (like “Ivory”, “zebra black”, “denim blue” […]

How to Manage AWS Lambda Versioning and Aliases

In this article, we will discuss “How to Manage AWS Lambda Versioning and Aliases”. The use of AWS Lambda versioning and Aliases are the safest way to manage and deploy the Lambda functions. We can split our production and testing environment easily. No one can apply any kind of change in the published version, because […]

Features of Laravel 9

The new version of Laravel 9 is released on 8 February 2022, it’s an LTS version of Laravel. In this article, we will discuss the features of Laravel 9. No introduction is required for Laravel, it’s a mostly used PHP framework for a long time now. Laravel Support Policy Laravel 9 provides long-term support, similar […]

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. AcceptRead More