Tagged: Linked List

0

Linked List: Fake or Mock SMTP Servers for Email Testing

To test SMTP integration, you can either send emails using the production SMTP or you can run a test SMTP server just for testing. But its not easy for every developer in your team to do that or make it part of your CI/CD. This is where Fake or Mock SMTP servers play a role. They can run on a developers machine and expose an SMTP endpoint to connect and send test emails. They usually have web access to view the test emails to check formatting etc, manually. Some of them also expose a web API to retrieve the content for CI/CD integration. Here are some of my favorite mock SMTP servers.

0

Linked List: Tools for SQL Developers

I love SQL. There is nothing like playing with the data once you know it. I give it all the respect a programming language deserves. I store it in files as .sql files, add them git, use configuration to set schema name, etc. I use quite a few tools to deal with SQL (and databases). Here are my most used.

0

Tools for Screencasting

I have been doing longer screencasts these days. Some of them are for private consumption, and some are public. I am yet to master it fully. But I have come a long way. These are the tools that have helped me.

0

Linked List: FOSS Tools to Debug and Test Webhooks

Webhooks are part and parcel of today’s web applications. It’s the primary way to get informed about the events happening on an external system, whether it’s payment or communication. So any developer needs to know and use webhooks today. Here are some of the tools that I use daily to test and integrate webhooks (Also async APIs). I hope they are helpful to you too.

0

Linked List: Three Firefox Add-ons for Power Users

A browser is q sandboxed area where you can access, view, and manipulate the data. Somehow the ability to manipulate the data (website) locally; to suit users’ needs doesn’t get noticed much. This feature is a potent tool in the hands of capable users. The following addons will add to that users’ power.

0

Linked List: Three FOSS Apps for Continuous Learning

I believe in continuous learning, even if it’s in small steps. I used quite a few tools for that. Here are three of the most often used tools by me. They help me to remember things, explore and learn by building things. I hope you find them helpful too. What are your favorite learning tools?