Global Talent Visa: How to Move to the UK Without an Employer

If you want to relocate to the UK, this blog is for you. In this blog, I will share information about the Global Talent Visa (GTV). I am a GTV holder and did this without the help of any lawyers or agencies. In this blog, I will share my experience with you.In this blog, we […]

How to Structure Your Backend Code in Node.js (Express.js)

When developing a Node.js application using Express.js, structuring your codebase effectively is crucial for maintainability, scalability, and ease of collaboration. A well-organized project structure allows you to manage complexity, making it easier to navigate and understand the code. In this blog, we’ll explore a typical folder structure for an Express.js application and explain the purpose […]

How to – Process CSV in Power Automate

Its still crazy to me that Microsoft did not create an out of the box action to process a csv (or .xls files too 😣 ). Fortunatley there are a few ways to do it, 4 in fact, some cool, some easy, some crazy, but all interesting (well I think so 😎) so I want […]

Opinion: Great budget, Ottawa, but how to execute it when Canada fails to retain talent?

Open this photo in gallery: People walk through the business district in downtown Toronto on July 30.Christopher Katsarov/The Globe and Mail Lisa Lalande is chief executive officer of Century Initiative. You can’t win a war if you’re unaware you’re in the fight. And right now, unbeknownst to many, Canada is fighting a global war for […]

PODCAST: How to develop the next generation of leaders

Brian Fassett wants to grow leaders from within. Advantis Credit Union’s director of learning and development joins today’s episode of the America’s Credit Union podcast to share how the $2 billion asset credit union in Portland, Ore., goes about finding and developing prospective leaders within the organization. “A number of years ago our CEO and […]

How To Become An AWS Hero

Photo by Gabriel Bassino on Unsplash Ever since I was named an AWS Hero, lots of people have been asking me how they can become an AWS Hero. In my opinion, this is the wrong question to be asking. I never had the goal to become an AWS Hero. I did and will continue to […]

How to Implement Micro Frontends Using SystemJS: A Comprehensive Guide

In the ever-evolving landscape of web development, the need for scalable, maintainable, and flexible architectures has never been greater. Enter micro frontends, a design approach that breaks down the frontend monolith into smaller, more manageable pieces. Much like microservices have revolutionized backend development by decomposing complex applications into smaller services, micro frontends aim to achieve […]

Power Automate – How to Test your Flows

There are 2 things developers hate, testing and documentation. I know it doesn’t matter how important they are, they are just boring 😎 But I look at them as an investment, 10 minutes of testing = hour saved of debugging, and the only thing worst than debugging is debugging when it’s in production. There are […]

How to overcome writer’s block as a developer blogger?

This year, I decided to solidify my writing habit by publishing an article every week. It went well for the first couple of weeks, but as time went on, it began to feel like a drag. Ideas kept slipping away, and words seemed to escape me. Writing became a chore. I found myself scrambling every […]

Database 101: How to Model Leaderboards for 1M Player’s Game.

Ever wondered how a game like League of Legends, Fortnite, or even Rockband models its leaderboards? In this article, we’ll find out how to properly model a schema to handle them in a monstrously performative way! If you’re just getting started with databases in general or databases, you might want to start off by reading […]