Saifur Rahman

With over 3 years of versatile experience in IT Specialist, Project Manager, CTO, and Coding Instructor roles, I bring a comprehensive skill set to my current position as a Senior IT Support Analyst at RBC Capital Markets. I am proficient in stakeholder management, envisioning, producing, and delivering well-tested software products, and optimizing business processes. My passion lies in two key areas: technical writing and cloud engineering. My expertise in technical writing is evidenced by published works on esteemed platforms like Techflow360, FreeCodeCamp, and Elsevier. In the realm of cloud engineering, I am further bolstered by my Google Cloud Associate Cloud Engineer certification. At She Thinks Code, I actively contribute to offering computer science education to women from Least Developed Countries, harnessing technology to empower individuals. I am eager to explore collaborations and initiatives that capitalize on my expertise in diverse technical environments, including leveraging my cloud engineering skills.

Step-by-Step Guide: Creating Your First App Engine Application in Google Cloud

App Engine is a robust platform within Google Cloud that empowers developers to create and deploy web applications at scale.…

1 year ago

Django: The Powerful Python Framework for Building High-Quality, Secure Web Applications

Django is an open-source web framework that helps developers to create and maintain high-quality, secure and reliable web applications. Built…

3 years ago

Convert Zigzag Patterned String in ‘PAYPALISHIRING’ Using Given Number of Rows – Code Solution

The problem of converting a string in a zigzag pattern is a classic problem in computer science and can be…

3 years ago

How to integrate htmx in Django with example

Htmx is short for high power tools for HTML. It simplifies tedious work for developers. A developer can access modern…

4 years ago

How to Build a Simple Django CI/CD pipeline for Heroku using Github Actions

As your Django project starts growing; the process of testing and deployment gets cumbersome with time. If we rely heavily…

4 years ago

How to Easily Deploy Django Channels by configuring Nginx to run both Gunicorn and Daphne

Django Channels enables a developer to use WebSockets and other non-HTTP protocols in any Django project. By, using non-HTTP protocol…

4 years ago

How to Perform Django Form Validation with Regex

This tutorial will help you perform form validation for your model fields. An example is provided which focuses on validating…

4 years ago

How to build Django Rest API with OAuth 2.0

Django is an open-source Python web framework. It follows the model-template-views architectural pattern. If you are familiar with some other…

4 years ago

How to Easily Perform Form Validation in Laravel with SQL Transaction Statements and Output Error Message

Laravel is an amazing framework. You can build almost any powerful applications with it. I have personally built amazing applications…

5 years ago

How to Easily Schedule Jobs in Laravel

Scheduling a repetitive task is a great way of saving time. Often we might need to schedule a task to…

5 years ago