Category: How To

Unleashing the Power of AI for Business Success

Staying competitive is paramount in the rapidly evolving business landscape. One way to ensure this is by harnessing the power of AI. This blog post will delve into how we can use AI to simplify tasks, make decisions, organize our

Posted in AI, How To, Technology Tagged with: , , , , ,

A Guide to Customer Success in Fintech

As a technology leader in the fintech industry, I’ve observed that the key to a successful fintech platform is its ability to serve and retain its customer base. In this blog, we’ll delve into what fintech companies can do better,

Posted in How To, IT, Metrics, Success Tagged with: , , , , ,

What is Jira Query Language (JQL)?

Jira Query Language (JQL) is a text-based query language used to extract specific data from the Jira database. Jira is a swamp of tickets that can weigh you down in the mud of ambiguity, but JQL can help you navigate

Posted in AI, Copilot, How To, Skills, Uncategorized Tagged with: , , , , , , ,

Balancing Onshore and Offshore Engineering Teams

Introduction In today’s globalized world, many companies leverage onshore and offshore engineering teams to optimize resources and maximize productivity. However, striking a balance between these teams and ensuring their success can be challenging. As a VP of Engineering, I’ve learned

Posted in How To, Leadership, Manager, Success, Team, Team Lead Tagged with: , , , , , , ,

Crafting a Successful Software Development Roadmap – A Guide for Product Managers 

Introduction As a product manager, one of your key responsibilities is creating and managing the software development roadmap. This strategic document serves as the guiding light for your development team, outlining your product’s vision, direction, and priorities over time. But

Posted in Developement, How To, Ideas, Leadership, Manager, Metrics, Professional Development Tagged with: , , , , , , , ,

Secure Software Development Life Cycle – Best Practices 

Security has become a paramount concern in the rapidly evolving world of technology. As developers, we must ensure our applications are secure from the ground up. Here are some best practices for a secure software development life cycle (SDLC): 

Posted in Better Coding, Developer, How To, Personal Learning and Growth, Planning, Professional Development Tagged with: , , , , , ,

5 Essential Elements for a Successful Software Roadmap

Creating a successful software roadmap is akin to charting a course for a ship. It guides the team toward their goals, ensuring they stay on track and reach their destination. For engineers, a well-crafted roadmap is essential to meet targets

Posted in Deployment, Developer, How To, Ideas, Leadership, Manager, Personal Learning and Growth, Planning, Professional Development, Project, Project Manager, Team Tagged with: , , , ,

Importance of Building Internal Tools

I recently sat through a few meetings where we described doing the same thing many times and in the same way. I was seeing a pattern that could be automated. Since seeing a pattern, I began to think about tools

Posted in Business, Contributing, Creativity, Developer, Goals, How To, Listening, Uncategorized

Personal Branding

I am not a marketing person, but I do believe in personal branding. How I display myself professionally in my networks is who I am. My personal branding is consistent throughout everything I do so that people have something to

Posted in entrepreneurship, How To, Ideas, Mentor, Personal Thoughts

Simple MVC AJAX GET Method

MVC makes doing AJAX calls simple.  As I have said before, I do not like the AJAX controls and methods that the Microsoft ships with the MVC platform.  I prefer to create my own AJAX methods instead of posting a

Posted in DotNet, How To, jQuery, JSON, Web