ayashir.hashnode.devHow to create a new Java Project using Maven?Introduction In this post, I’ll share how to create a Java Maven project with the FREE highly popular IntelliJ Idea IDE in a matter of seconds. New Project Open IntelliJ Idea IDE and click on New Project. Note that you can download the Free Community...Apr 29, 2022·2 min read
ayashir.hashnode.devThis is how I’m trying to build a Pictionary Game helper with Python.What’s the goal? At work, we’ve recently been playing Pictionary online game for some time now as it helps break the work routine. This can be a fun game to play with your team members. However, for me, at the scheduled time, on a Friday afternoon, m...Feb 7, 2022·4 min read
ayashir.hashnode.devHow to start learning programming today?Introduction Software is eating the world. Companies having only brick and mortar models are being forced to downsize or literally go out of business. The demand for Developers is ever-growing even throughout the Covid Pandemic. If you're a student, ...Jan 29, 2022·1 min read
ayashir.hashnode.devHow to create and delete a folder in Python using Pathlib?Folder Manipulation These are the codes that I'm implementing for creating and deleting a folder. What I like with Python for automating stuff is the language simplicity. With a few lines of code, you can do amazing things. I can also use PowerShell ...Jan 21, 2022·2 min read
ayashir.hashnode.devHow I try to automate a repetitive task of extracting a token from a stringUse case I'm using Swagger to load mock values into a system. To do that, I need to authenticate using a bearer token from another system that also uses swagger. I also need to do at least one request to get the curl request that contains the token. ...Jan 14, 2022·3 min read