Articles by Deepak Prasad
Python string startswith another string [SOLVED]
Use startswith() method to check if python string startswith another string or sub string. Check starting of character with char limit.
Python pass Vs break Vs continue [1-1 Comparison]
Comparison and differences between pass vs break vs continue statement in python with 1-1 comparision and examples.
Python pass statement Explained [Beginners Guide]
When do we use python pass? Understand python pass statement usage with practical examples.
Python continue Explained [Beginners Guide]
Using python continue statement in for loop, while loop, if condition, nested for loop, nested while loop, multiple continue statement with examples
3 ways to read file into variable in Golang
We will cover following 3 methods which can be used to read file and store content into a variable in go i.e. go:embed, ioutil.ReadFile(), os.Open()
Beginners Tips for Learning Python
But how do you learn Python as a beginner? Well, there are multiple ways you can go about it.
5 commands to copy file from one server to another in Linux or Unix
commands to copy file from one server to another in Linux or Unix with examples using sftp scp rsync sshfs nfs. copy using shell script between two machine
6 Proven Methods to Check if Key Exists in Object JS
Discover the most efficient and robust methods to check if key exists in object in JavaScript. This comprehensive guide covers techniques suitable for beginners …
Bash while loop to run command for specific time with examples
Run shell script for 5 min bash while loop Linux sleep. bash wait. bash for loop. bash script for loop in shell script. bash sleep. script timer bash sleep
Cinder vs Swift storage in OpenStack - Basic Difference and Comparison
Understand what is the difference between cinder vs swift storage OpenStack. Compare cinder vs swift storage in OpenStack with logical architecture diagram.
Create cron job or schedule jobs using bash scripts in Linux or Unix
How to update crond using a shell script? Schedule cron job using command line bash shell script in Linux? Create cron job using crontab shell script Unix
Fix: cpio premature end of archive, List (lsinitrd) & Extract initramfs in RHEL Linux
How to extract/unpack/uncompress the contents of the initramfs image on RHEL7 and RHEL8? How do I list initramfs image file content? How do I modify the …
HackerRank Solution: Python Check Strict Superset
Explore four solutions for HackerRank's "Check Strict Superset" problem in Python. Learn how to use the issuperset method, the all function, for loops, and list …
HackerRank Solution: Python Check Subset
Explore three solutions for HackerRank's "Check Subset" problem in Python. Learn how to use the issubset method, comparison operators, and a combination of for …
HackerRank Solution: Python Set Mutations
Explore three solutions for the HackerRank "Set Mutations" problem in Python. Learn how to use direct set methods, dynamic method calls with eval, and …
