Posts

Showing posts from March, 2024

-SaiMallik Rameshwaram

Image
                                                                                                                           WD401-level9 Add an error-tracking system to your React project: I used Sentry as an error-tracking system by following the below steps:    Step 1-Making Sentry Account: I started by signing up for a Sentry account since I didn't have one already. Once signed up, I created a new project specifically for my React application within the Sentry dashboard. Step 2-Installing Sentry in the react project and setting up wizard: After setting up the project in Sentry, I installed the Sentry SDK in my React ...

WD401-level8-Sai Mallik Rameshwaram

Image
                                                                                                                                  WD-401 level-8 1)Setting up  Traduora  as a collaborative translation tool: step 1-Clone the Ever Traduora Repository: First, I'll need to go to the Ever Traduora website              and download the code by clicking on the "Clone or Download" button. Then, I'll open my                        computer's terminal and follow below instructions:    ...

WD401level7-Sai Mallik Rameshwaram

Image
                                                                                                                        WD401-level7 1)Steps were taken to containerize the node-js application: -> step-1 : Create a Docker file      I created a file named Docker file in your project directory and wrote the                          following instructions:     In above Docker file:   ->The base image is defined as an official Node.js runtime based on the Alpine Linux distribution. The working directory inside the container is se...