Jun 4How to conduct UX research & UX Design? | Discovery & ExplorationUser Experience — User Research — UX Design — Prototyping — Project Overview: BusAssistant App — High-fidelity Wireframe: User experience is at the heart of every successful product, and conducting effective UX research is the key to achieving it. In this article, we’ll dive into the fundamentals of UX research and explore practical tips and techniques to conduct it like a pro. …UX Design39 min readUX Design39 min read
Mar 6, 2022How to build a CRUD App on Heroku with Php & Pdo & Github Deployment & ClearDB & MySQL WorkbenchLet’s begin with Heroku. “Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.” Developers can easily deploy their application from Github and configure MySQL Database with its free plan. So, we will deploy our CRUD Application from “Github”…Heroku5 min readHeroku5 min read
Feb 28, 2022Agile Daily Scrum App | How to create a basic “C.R.U.D. App” | Php & Pdo & SQL | RDB (One To Many) & OOP & Procedural (Login & Register & Users)To begin with, a basic crud application is quite a good way to create an internal app for scrum teams. We will create the tables in database (SQL) then create “Log In” & “Register” & “Daily Notes” & “Users” and other pages with PHP. Object-Oriented: Demo App: https://agile.herokuapp.com/users.php Github: https://github.com/mertkgursoy/agile-scrum-daily-app-oop Create SQL Database: …Pdo15 min readPdo15 min read
Feb 9, 2022Jira Automation - Changing Status & Creating Clone & Adding Comment| Best PracticesTo begin with, Jira Automation may seem a little bit confusing but I’ll try to explain how and why we use it. Let’s start with the most necessary ones. To create a new automation rule please follow up the following steps below. Go to the Project > From “Left Nav…Jira Automation4 min readJira Automation4 min read
Feb 8, 2022Agile & Scrum (Software Development)AGILE & SCRUM Table of Contents: Agile & Scrum Scrum Events Scrum Team Scrum Artifacts Reports & Charts Agile MenifestoAgile12 min readAgile12 min read
Dec 2, 2021How to create a Scrum Sprint Report? (Software Development)If you lead a software team, probably you think that how these Jira Reports & Charts should be reviewed. At the end of the sprint dynamically a few reports are generated. The following steps below are the ways for you to review this reports and create a report for the…Sprint Report8 min readSprint Report8 min read
Nov 21, 2021How to change / spoof MAC Address from Terminal on MacOS | MAC Address Spoofing1) Open Macbook Terminal on your Macbook. cmd(button) + space bar(button) => Search “Terminal” — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — — 2) We need to know…Mac Address Spoofing2 min readMac Address Spoofing2 min read
Oct 26, 2021How to migrate the Jira issues dynamically from Jira to a new “Product Management Tool” | Jira Rest API & Favro Rest API Postman & PHPGithub: https://github.com/mertkgursoy/JiraToFavroMigTool Export the tasks that we want to migrate from Jira to Favro as a csv file via Jira Advanced Search Select “Filter > Advanced Search” Then create your query and select only “KEY” column and belowJira9 min readJira9 min read
Aug 1, 2021How to get the number of issues for each jira query (JQL) dynamically?Jira queries are awesome. However, we need more to prepare our weekly reports. What we need is the number of issue for each jira query. But, if we have more than 50 Jira queries, it could be a nightmare. To overcome this issue, the following code that I created…Number Of Task3 min readNumber Of Task3 min read
Jul 4, 2021How to add your existing project to “Git” from Terminal Command Line1) Open Terminal (cmd + shift and type terminal) 2) Select your folder with cd command cd desktop cd yourProjectFolderGit2 min readGit2 min read