• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer
  • Home
  • Create a VM ($25 Credit)
  • Buy a Domain
  • 1 Month free Back Blaze Backup
  • Other Deals
    • Domain Email
    • Nixstats Server Monitoring
    • ewww.io Auto WordPress Image Resizing and Acceleration
  • About
  • Links

IoT, Code, Security, Server Stuff etc

Views are my own and not my employer's.

Personal Development Blog...

Coding for fun since 1996, Learn by doing and sharing.

Buy a domain name, then create your own server (get $25 free credit)

View all of my posts.

  • Cloud
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • How to buy a new domain and SSL cert from NameCheap, a Server from Digital Ocean and configure it.
    • Setting up a Vultr VM and configuring it
    • All Cloud Articles
  • Dev
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • How to setup pooled MySQL connections in Node JS that don’t disconnect
    • NodeJS code to handle App logins via API (using MySQL connection pools (1000 connections) and query parameters)
    • Infographic: So you have an idea for an app
    • All Development Articles
  • MySQL
    • Using the free Adminer GUI for MySQL on your website
    • All MySQL Articles
  • Perf
    • PHP 7 code to send object oriented sanitised input data via bound parameters to a MYSQL database
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • Measuring VM performance (CPU, Disk, Latency, Concurrent Users etc) on Ubuntu and comparing Vultr, Digital Ocean and UpCloud – Part 1 of 4
    • Speeding up WordPress with the ewww.io ExactDN CDN and Image Compression Plugin
    • Setting up a website to use Cloudflare on a VM hosted on Vultr and Namecheap
    • All Performance Articles
  • Sec
    • Using the Qualys FreeScan Scanner to test your website for online vulnerabilities
    • Using OWASP ZAP GUI to scan your Applications for security issues
    • Setting up the Debian Kali Linux distro to perform penetration testing of your systems
    • Enabling TLS 1.3 SSL on a NGINX Website (Ubuntu 16.04 server) that is using Cloudflare
    • PHP implementation to check a password exposure level with Troy Hunt’s pwnedpasswords API
    • Setting strong SSL cryptographic protocols and ciphers on Ubuntu and NGINX
    • Securing Google G Suite email by setting up SPF, DKIM and DMARC with Cloudflare
    • All Security Articles
  • Server
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • All Server Articles
  • Ubuntu
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • Useful Linux Terminal Commands
    • All Ubuntu Articles
  • VM
    • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
    • All VM Articles
  • WordPress
    • Speeding up WordPress with the ewww.io ExactDN CDN and Image Compression Plugin
    • Installing and managing WordPress with WP-CLI from the command line on Ubuntu
    • How to backup WordPress on a host that has CPanel
    • Moving WordPress to a new self managed server away from CPanel
    • Moving a CPanel domain with email to a self managed VPS and Gmail
    • All WordPress Articles
  • All

Developing software and staying on track

June 18, 2017 by Simon

Following proper project and task management allows you to estimate your time, schedule, and critical path (shortest path) to completing a project.

Here is an old well-known project management graphic.

001

Project Management Triangles

There are many project management methodologies but the project management triangles exist where you have to pick two corners (you cannot pick three corners of a triangle).

project mgmt triangleproject mgmt triangle

Project Management Methodologies

You can choose a well-known project management methodology like PRINCE2, Agile Software Management Methodology, PMI/PMBOK. Sequential Waterfall/Kanban scheduling /Xtreme Programming etc. Each methodology is different and you should try different methodologies if one does not fit. You can use software development methodologies for software development or for non-software development projects. In most projects procrastination, perfectionism is the enemy but project management keeps you on track.

Read more about project management and software development methodologies here https://www.wrike.com/project-management-guide/methodologies/

Spoiler: As a software developer I use Agile and the JIRA Software but I have previously used and liked PRINCE 2 as it pre-defines outcomes and responsibilities that Agile does not.  The rest of this guide assumes you are using AGILE and JIRA Software from Atlassian. I like Agile and JIRA because I can throw hundreds of tasks (measurable/technical) and cherry-pick the next tasks to do in planned stated called sprints.  I can add tasks and forget them.

Plan/Scope

All projects need a plan of what you are doing. If you are developing software you may need to create a mock-up of your software first. You cannot plan what you don’t know.

A good plan, violently executed now, is better than a perfect plan next week. – General George S. Patton

Pre-Requisites

When you know what you need to develop you can document and prioritise what needs to be created first. Group things into things together into “must be done” and “should be done”.  Don’t be caught up doing things that don’t need to be done to complete the project (and are not part of the minimum viable product or critical path).

Goals

Do have a minimum viable product (MVP) in mind and do not have a never-ending backlog of stories that you hope to arrive at. At some point, you need to have realistic goals and aim to meet them. Break down larger tasks (epic and stories) into smaller tasks (or issues). Having idle resources/people (or people with assumptions) is not a good idea.

Meetings

Set regular meetings with project stakeholders and talk about progress and issues.

Defining Your Resource

If you are developing an app or product you will need to decide on what you need to do and who will do it. Are you doing everything yourself on an Ubuntu server and managing the full stack or are you building a solution entirely in the cloud with existing services like AWS Aurora and AWS Lambada?  Will you be outsourcing work?

Time

You should estimate how long it will take to develop certain components (website, database or API) and try and stay on track.  Should you outsource or pay for templates, advice or do courses?

Have a tidy work area

Don’t expect to be productive in an untidy area.

Digging yourselves into holes
Quite often experience or ego can cause you to “just keep digging” when you hit a brick wall. Hours or days may be lost when you think you can learn something or find a solution. You should admit defeat earlier and maybe do some Rubber Duck Debugging, ask for help or outsource. Recently I wasted a few hours because I assumed a problem was related to something else (I assumed some software was installed when it was not). Luckily I admitted defeat and asked for help on Twitter and a solution was handed to me. Project management allows you to stay on track.

In some cases doing more debugging, research or outsourcing may fix/prevent problems but stay on track and use tools to help you stay on track.

Research

Do research before choosing a solution, is IIS on Azure ok or do you need something that will work on Digital Ocean, AWS? Should you use .NET or NodeJS?

Cost

Also, be careful of what are the immediate costs and long-term costs of choosing certain technology. Things may be cheap under low usage buy cost a lot under high usage scenarios. Digital Ocean may be OK but what about network traffic costs when you exceed the quota, AWS may be ok but what about CPU limitations (will scaling up or using too many credits be too expensive)?

Scalability and Performance

I like to measure the performance at every stage of research and development. You don’t want to be painted into a scalability, performance ceiling or pay more than you need.

Risk and Flexibility

Every technology stack you choose will offer higher or lower risks and flexibility. You need to choose ones that offer low risk and support and higher flexibility. This is something that is hard to determine on an app by app basis.  One app may favour aaS solutions where another may not.

aaS (as a service)

Beware, I have found that aaS can be a blessing or a curse, it may be cheap upfront but will cost loads in the end. aaS is also hard to secure, attach to our app logic and inhibits scalability.  I prefer (via experience) to roll my own solutions and tightly integrate my own logic and develop fast solutions.  FYI Today MongoDB launched a Stitch backend as a service solution to allow developers to create layers over the database.

I try and stay away from aaS as it increases the costs, increases latency, opens up security endpoints and vendors can close down id disappear or be bought out (e.g Parse or StormPath).

Documentation

Documenting your work is a good idea and can help you to understand why you chose or dropped a certain technology and what you still need to do.

Project management charts

  • GANTT Charts: I use Smartsheet to generate GANNT Chats online.

Gannt Chart

  • MIND MAPs: I enjoy using Mind Node Pro by IdeasOnCanvas to visually display the areas of my development process. This helps me see where tasks belong and see the task or technology links and the big picture.

Mind Map

Expertise

Sometimes if deadlines need to be met you may need to hire experts to stay on track and complete tasks

Backup

Don’t forget to backup your databases, websites and code along the way, don’t leave it until the end as you will never know when you may have a crash, ransomware or need to restore. Having a cheap low-end Digital Ocean Server and an open SSH connection for you to schedule automatics backups too is an inexpensive way to backup.

Trello Software

https://trello.com is a great online software package where you can create projects, checklists and share tasks between people. You can create teams in Trello and add other Trello users to your projects/lists.

Add

It is advisable to create teams before creating new Trello boards. You can grant people admin or normal status when creating groups. Now you can create a Trello board for a project.

Add

Now you can add tasks to the Trello board.

Title

Depending on your desired project management methodology you can create lists as desired (I have created three example lists: “Important List 001”, “Low Priority Project List 002” and “Before Launch 003”).List

Trello allows you to easily add tasks to a list.

Trello allows you to easily throw tasks as a task list, assign people, assign colours, add descriptions, add due dates, add checklists, record edits and drag and drop items to new lists.

The big Issue I found with Trello is I would end up with dozens of lists and hundreds of tasks and did not know where to start next.

Over Planning

A wise person once said “Less planning and more doing”. You can spend too much time planning and not achieve anything. You have to start sometime and pivot later. The more unclear an agile team is about what they are meant to be doing is directly correlated to the output (or participation dropouts).

JIRA Software

Atlassian purchased Trello for $425 million recently and I decided to check out their software offerings. The Atlassian JIRA software package is a dedicated cloud-based Project and issues tracking solution.

The Atlassian Jira software package starts at $10 for 10 users and you get your own online project workspace (e.g https://myawesomeprojectname.atlassian.net).

Once you signup you can create your own project (based on your desired project management methodology) by clicking Project then Create Project.

I prefer Scrum/Agile projects. Read up on Agile at Atlassian’s website.

You can still add tasks like Trello (but Jira calls them Issues in a Backlog), every issue is assigned a number with a name (key) that you defined when you created the project.

Task Attributes

You can add attachments, add comments and edit each issue.

Sub Tasks

When adding attributes to an issue you can also add sub-tasks.

Time Estimates

Issues can be given an Estimation of time to complete. I prefer to add in how many hours it would take me to complete this issue. Read about story point estimation.

Many Agile developers use the Fibonacci Numbering scheme when estimating issues (e.g 1, 2, 5, 8, 13, 21, 34, 55, 89, 144)

Agile Story, Bug and Epic.

Atlassian has a great page on Epics, Stories, Versions and Bugs so check it out.

Starting a Sprint

When you have enough issues (tasks) and you have estimated each issue you can create a new work sprint from the backlog screen.

Choosing Sprint Issues

You can drag and drop issues into the sprint (try and aim for 2 week sprints).

Start the Sprint

Sprint Settings

You can set sprint duration before starting a sprint.

Sprint Progress

As you complete issues in a sprint, you move them from the To Do to Progress then Done columns. All events are logged and completion estimations are displayed.

Dashboards

You can create a new project dashboard to display the progress of the project. Just click Load All Gadgets to get all gadgets after you create a new dashboard.

Dashboards can be as simple or complex as you like.

Updating your Information

Don’t forget to update Jira with the latest project status and add new issues, stories or bugs as required. Reporting and project management is only as good as the data you input.

Atlaz.io (BETA) Project Management Tool For Cross-Functional Teams the Trello and Atlassian JIRA Killer?

Check out my Atlaz.io BETA Project Management Tool For Cross-Functional Teams the Trello and Atlassian JIRA Killer review here.

Agile Project Management

I highly recommend you follow Dmitri Iarandine at http://joinagile.com/ (Agile Coach, Trainer, Host of Lean and Mean Agile). Podcast. Author of GET HIRED as SCRUM MASTER).

Dmitri can be found here too.

Soundcloud (Lean and Mean Agile Podcast):
https://soundcloud.com/user-364782318

iTunes:
https://itunes.apple.com/au/podcast/lean-and-mean-agile-podcast/id1269551866

YouTube:
https://www.youtube.com/channel/UC00OZqfM9VmznEOTVzrQQxw

Twitter:
http://twitter.com/iarandine

Udemy:
https://www.udemy.com/agile-coaching-101/

Amazon:
https://www.amazon.com/author/iarandine

Help

Atlassian has great help and support communities.

https://community.atlassian.com/

Practice

Developing software and delivering software requires practice so keep it up.

Read more about developing software ideas.

More

Installing Android Studio 3 and creating your first Kotlin Android App

So you have an idea for an app?

Donate and make this blog better




Ask a question or recommend an article
[contact-form-7 id=”30″ title=”Ask a Question”]

v1.989 added atlaz.io link

Filed Under: JIRA, Project Management, Trello Tagged With: Agile, Project Management

Advertisement:

Copyright © Fearby.com - Do not copy or duplicate (that means you laptrinhx.com)

Primary Sidebar

Poll

What would you like to see more posts about?
Results

Support this Blog

Create your own server today (support me by using these links

Create your own server on UpCloud here ($25 free credit).

Create your own server on Vultr here.

Create your own server on Digital Ocean here ($10 free credit).

Remember you can install the Runcloud server management dashboard here if you need DevOps help.

Advertisement:

Tags

2FA (9) Advice (17) Analytics (9) App (9) Apple (10) AWS (9) Backup (21) Business (8) CDN (8) Cloud (49) Cloudflare (8) Code (8) Development (26) Digital Ocean (13) DNS (11) Domain (27) Firewall (12) Git (7) Hosting (18) HTTPS (6) IoT (9) LetsEncrypt (7) Linux (20) Marketing (11) MySQL (24) NGINX (11) NodeJS (11) OS (10) PHP (13) Scalability (12) Scalable (14) Security (44) SEO (7) Server (26) Software (7) SSH (7) ssl (17) Tech Advice (9) Ubuntu (39) Uncategorized (23) UpCloud (12) VM (44) Vultr (24) Website (14) Wordpress (25)

Disclaimer

Terms And Conditions Of Use All content provided on this "www.fearby.com" blog is for informational purposes only. Views are his own and not his employers. The owner of this blog makes no representations as to the accuracy or completeness of any information on this site or found by following any link on this site. Never make changes to a live site without backing it up first.

Advertisement:

Footer

Popular

  • Backing up your computer automatically with BackBlaze software (no data limit)
  • How to back up an iPhone (including photos and videos) multiple ways
  • Add two factor auth login protection to WordPress with YubiCo hardware YubiKeys and or 2FA Authenticator App
  • Setup two factor authenticator protection at login on Ubuntu or Debian
  • Using the Yubico YubiKey NEO hardware-based two-factor authentication device to improve authentication and logins to OSX and software
  • I moved my domain to UpCloud (on the other side of the world) from Vultr (Sydney) and could not be happier with the performance.
  • Monitor server performance with NixStats and receive alerts by SMS, Push, Email, Telegram etc
  • Speeding up WordPress with the ewww.io ExactDN CDN and Image Compression Plugin
  • Add Google AdWords to your WordPress blog

Security

  • Check the compatibility of your WordPress theme and plugin code with PHP Compatibility Checker
  • Add two factor auth login protection to WordPress with YubiCo hardware YubiKeys and or 2FA Authenticator App
  • Setup two factor authenticator protection at login on Ubuntu or Debian
  • Using the Yubico YubiKey NEO hardware-based two-factor authentication device to improve authentication and logins to OSX and software
  • Setting up DNSSEC on a Namecheap domain hosted on UpCloud using CloudFlare
  • Set up Feature-Policy, Referrer-Policy and Content Security Policy headers in Nginx
  • Securing Google G Suite email by setting up SPF, DKIM and DMARC with Cloudflare
  • Enabling TLS 1.3 SSL on a NGINX Website (Ubuntu 16.04 server) that is using Cloudflare
  • Using the Qualys FreeScan Scanner to test your website for online vulnerabilities
  • Beyond SSL with Content Security Policy, Public Key Pinning etc
  • Upgraded to Wordfence Premium to get real-time login defence, malware scanner and two-factor authentication for WordPress logins
  • Run an Ubuntu VM system audit with Lynis
  • Securing Ubuntu in the cloud
  • No matter what server-provider you are using I strongly recommend you have a hot spare ready on a different provider

Code

  • How to code PHP on your localhost and deploy to the cloud via SFTP with PHPStorm by Jet Brains
  • Useful Java FX Code I use in a project using IntelliJ IDEA and jdk1.8.0_161.jdk
  • No matter what server-provider you are using I strongly recommend you have a hot spare ready on a different provider
  • How to setup PHP FPM on demand child workers in PHP 7.x to increase website traffic
  • Installing Android Studio 3 and creating your first Kotlin Android App
  • PHP 7 code to send object oriented sanitised input data via bound parameters to a MYSQL database
  • How to use Sublime Text editor locally to edit code files on a remote server via SSH
  • Creating your first Java FX app and using the Gluon Scene Builder in the IntelliJ IDEA IDE
  • Deploying nodejs apps in the background and monitoring them with PM2 from keymetrics.io

Tech

  • Backing up your computer automatically with BackBlaze software (no data limit)
  • How to back up an iPhone (including photos and videos) multiple ways
  • US v Huawei: The battle for 5G
  • Check the compatibility of your WordPress theme and plugin code with PHP Compatibility Checker
  • Is OSX Mojave on a 2014 MacBook Pro slower or faster than High Sierra
  • Telstra promised Fibre to the house (FTTP) when I had FTTN and this is what happened..
  • The case of the overheating Mac Book Pro and Occam’s Razor
  • Useful Linux Terminal Commands
  • Useful OSX Terminal Commands
  • Useful Linux Terminal Commands
  • What is the difference between 2D, 3D, 360 Video, AR, AR2D, AR3D, MR, VR and HR?
  • Application scalability on a budget (my journey)
  • Monitor server performance with NixStats and receive alerts by SMS, Push, Email, Telegram etc
  • Why I will never buy a new Apple Laptop until they fix the hardware cooling issues.

Wordpress

  • Replacing Google Analytics with Piwik/Matomo for a locally hosted privacy focused open source analytics solution
  • Setting web push notifications in WordPress with OneSignal
  • Telstra promised Fibre to the house (FTTP) when I had FTTN and this is what happened..
  • Check the compatibility of your WordPress theme and plugin code with PHP Compatibility Checker
  • Add two factor auth login protection to WordPress with YubiCo hardware YubiKeys and or 2FA Authenticator App
  • Monitor server performance with NixStats and receive alerts by SMS, Push, Email, Telegram etc
  • Upgraded to Wordfence Premium to get real-time login defence, malware scanner and two-factor authentication for WordPress logins
  • Wordfence Security Plugin for WordPress
  • Speeding up WordPress with the ewww.io ExactDN CDN and Image Compression Plugin
  • Installing and managing WordPress with WP-CLI from the command line on Ubuntu
  • Moving WordPress to a new self managed server away from CPanel
  • Moving WordPress to a new self managed server away from CPanel

General

  • Backing up your computer automatically with BackBlaze software (no data limit)
  • How to back up an iPhone (including photos and videos) multiple ways
  • US v Huawei: The battle for 5G
  • Using the WinSCP Client on Windows to transfer files to and from a Linux server over SFTP
  • Connecting to a server via SSH with Putty
  • Setting web push notifications in WordPress with OneSignal
  • Infographic: So you have an idea for an app
  • Restoring lost files on a Windows FAT, FAT32, NTFS or Linux EXT, Linux XFS volume with iRecover from diydatarecovery.nl
  • Building faster web apps with google tools and exceed user expectations
  • Why I will never buy a new Apple Laptop until they fix the hardware cooling issues.
  • Telstra promised Fibre to the house (FTTP) when I had FTTN and this is what happened..

Copyright © 2023 · News Pro on Genesis Framework · WordPress · Log in

Some ads on this site use cookies. You can opt-out if of local analytics tracking by scrolling to the bottom of the front page or any article and clicking "You are not opted out. Click here to opt out.". Accept Reject Read More
GDPR, Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT