griffinannshual.hashnode.devDocker Notes: Simplifying Development with ContainerizationProblem Statement ❓ In today's software development landscape, ensuring consistent environments across different setups can be challenging. Developers often work in diverse local environments, making it difficult to maintain consistency. Here's where...Mar 21, 2024·2 min read
griffinannshual.hashnode.devBuild your own NodeJS CLI & publishWould you like to create a CLI (Command Line Interface) application with your friends? Follow these steps to get started: Create a new directory for your CLI app: mkdir cli-app cd cli-app npm init Install the necessary packages for beautiful...Mar 12, 2024·3 min read
griffinannshual.hashnode.devEvolution of Sky Sense:About Us: We are a team of four students from Sri Eshwar College of Engineering. We have decided to work on a project for the project expo that aims to solve a real issue. This project gave birth to SkySense. We have improved upon your idea at every ...Jul 18, 2023·3 min read
griffinannshual.hashnode.devHow can a good GitHub profile get you a job:In today's digital age, having a strong online presence is essential for professionals, especially those seeking jobs in the tech industry. A good Github profile, in particular, can be a valuable asset that can help job seekers stand out from the cro...Apr 15, 2023·3 min read
griffinannshual.hashnode.devThree JS: Unleashing the Potential of the WebIntroduction Three.js is a powerful and flexible 3D library that makes it possible to create stunning visualizations on the web. It is built on top of WebGL, a web standard for rendering 3D graphics in real +time, making it easy for developers to cre...Apr 5, 2023·4 min read