SWsumit warghatindevopsblog.hashnode.dev·Oct 6, 2023 · 2 min readHow to Configure Eclipse for PythonInstall Eclipse: If you haven't already, download and install Eclipse from the official website. Launch Eclipse: Open Eclipse. You'll see a workspace selection dialog. Choose or create a workspace for your Python projects, then click "Launch." ...00
SWsumit warghatindevopsblog.hashnode.dev·Sep 25, 2023 · 2 min readHow to Configure Eclipse for PythonEclipse is primarily known as an integrated development environment (IDE) for Java, but it can also be configured to support Python development through the use of plugins. Here are the general steps to configure Eclipse for Python development: Insta...00
SWsumit warghatindevopsblog.hashnode.dev·Apr 15, 2023 · 2 min readWhat is Jenkins?Jenkins is a popular open-source automation server that is widely used for Continuous Integration (CI) and Continuous Deployment (CD) of software projects. It allows developers to automate the entire software development process, from building and te...00
SWsumit warghatindevopsblog.hashnode.dev·Apr 10, 2023 · 2 min readHow to install Java & Jenkins in UbuntuJava and Jenkins are two important tools used in software development. Java is a programming language that can be used to develop applications for different platforms, while Jenkins is an open-source automation server that helps to automate software ...00
SWsumit warghatindevopsblog.hashnode.dev·Apr 3, 2023 · 4 min readBasic Linux Shell Scripting for DevOpsFor aspiring DevOps engineers, it is essential to know shell Scripting or bash scripting. In this shell scripting for DevOps guide, I will share my tips & resources to learn Linux shell scripting the right way. TABLE OF CONTENTS Shell Scripting for ...00