Encryption is the act of distorting simple information to protect it from the prying eyes of third parties. In the digital world, we call the…
Leave a CommentAuthor: Praveen Anaparthi
11+ years of IT industry experience holding a wide range of skill sets and roles with significant work on PHP, Node.js, Python, Ruby, Docker, React.js, Microsoft Azure, Azure DevOps, Windows PowerShell, Shell script, Jenkins, MongoDB, SQL, MySQL, Apache, Nginx. etc. It is my passion to learn new things and implement them as a practice. Aside from work, I like gardening and spending time with pets.
Developing applications for mobile phones is a complex process. This new platform is expected to reflect a unified brand image and align with responsive and…
1 CommentIn this post, we gonna enable enable VNC in the Amazon Mac EC2 instance. Open your terminal and SSH into the amazon Mac Instance. If…
Leave a CommentIn this post, we gonna look at using Laravel’s Eloquent ORM and Query Builder methods to query data from the database where the field is…
Leave a CommentIn this post, we will be configuring Jenkins to execute the PowerShell scripts on Windows. We gonna use Jenkin’s PowerShell plugin to achieve this. Jenkins…
Leave a CommentIn this post, we gonna create a Text file using PowerShell. Using the New-Item cmdlet we can create a text file and with the Set-Content cmdlet, we can…
Leave a CommentIn this post, we gonna write a PowerShell script to SVN checkout or update the destination folder with the PowerShell script. We gonna create a…
Leave a CommentDefining MySQL database connection in the Slim 4 framework is pretty simple. In this slim framework 4 tutorial, we gonna create a project with Slim-Skeleton.…
13 CommentsIn this post, we gonna convert JSON object data into a CSV file using JavaScript in the browser and will make it downloadable. We gonna…
Leave a CommentIn the PowerShell window, type in the following command: Make sure to change the actual path of the file you want to zip and the…
5 CommentsI got this error due to backslash(\) at the end of the path. svn checkout “svn://[YOUR SVN URL]/Admin scripts” “C:\Users\arjun\Documents\WebServer\admin\” –depth empty // svn: E020024: Error…
Leave a CommentIn this article, I’ll walk you, through generating QR codes in Node.js using node-qrcode npm module. A QR Code is a 2-dimensional bar code and it is…
Leave a CommentWe gonna fix the XAMPP access denied error in windows by running the application as an administrator. You can just right-click xampp-control.exe and you can…
1 CommentExport Database To export a database, open up the terminal, making sure that you are not logged into MySQL, and execute the below command with…
Leave a Comment