FFranciscaincisca.hashnode.dev·May 18, 2022 · 5 min readTryHackMe: Nmap WalkthroughIn this article, I'm going to write a walkthrough of the Nmap room on TryHackMe Enjoy!!! Task 1: Deploy Deploy the attached VM Task 2: Introduction What networking constructs are used to direct traffic to the right application on a server? Answer: ...00
FFranciscaincisca.hashnode.dev·May 14, 2022 · 5 min readBuilding A Node.js Application Using DockerDocker allows us to run our applications as containers. A container is a standalone executable package that is lightweight and has everything needed to run an application be it libraries, tools, runtime, settings, or code. In this tutorial, we will b...00
FFranciscaincisca.hashnode.dev·May 13, 2022 · 8 min readGetting Started with DockerDocker is a virtualization platform used to deliver software in packages called containers. It allows an application to run instances inside of a container. Docker has become very popular nowadays. Different Versions Docker is divided into two catego...00
FFranciscaincisca.hashnode.dev·May 13, 2022 · 5 min readUnderstanding Docker ConceptsDocker, an open-source project launched in 2013, has helped popularize technology and has helped drive the trend toward containerization and micro-services in software development that’s known as cloud-native development. What is Virtualization? Virt...00
FFranciscaincisca.hashnode.dev·May 13, 2022 · 4 min readIntroduction To Cloud ComputingCloud concepts have existed for many years. Traditionally, to set up an app, you would compile some hardware and software components, and as the number of visitors to your site expanded, you purchased more resources, which required more management. C...00