blog.rabbyhasan.com.bd Open in urlscan Pro
76.76.21.164  Public Scan

URL: https://blog.rabbyhasan.com.bd/
Submission: On November 16 via api from US — Scanned from DE

Form analysis 1 forms found in the DOM

<form class="flex flex-col sm:flex-row">
  <div><label for="email-input"><span class="sr-only">Email address</span><input autocomplete="email" class="focus:ring-primary-600 w-72 rounded-md px-4 focus:border-transparent focus:outline-none focus:ring-2 dark:bg-black" id="email-input"
        placeholder="Enter your email" required="" type="email" name="email"></label></div>
  <div class="mt-2 flex w-full rounded-md shadow-sm sm:mt-0 sm:ml-3"><button
      class="bg-primary-500 w-full rounded-md py-2 px-4 font-medium text-white sm:py-0 hover:bg-primary-700 dark:hover:bg-primary-400 focus:ring-primary-600 focus:outline-none focus:ring-2 focus:ring-offset-2 dark:ring-offset-black"
      type="submit">Sign up</button></div>
</form>

Text Content

Rabby Hasan's Writings
Open to work
BlogTagsProjectsAbout
Home
Blog
Tags
Projects
About


HI, I'M MD RABBY HASAN

Insights from an experienced senior full stack engineer who loves to develop
applications from passion.

I am an email away!See my portfolio


RECENT

See recent writings

solidc#cqrsclean-architecturetplazureadazuredesktopentraangulartuplecaching.net-7in-memory-cachingazure-data-factoryadfmongodbgeneric-repository
 * Published onNovember 7, 2023
   
   
   SOLID PRINCIPLES EXPLANATION USING CLEAN ARCHITECTURE AND CQRS
   
   solidc#cqrsclean-architecture
   Today we are going to discuss about solid principles in a different way. We
   are using clean architecture or CQRS. In our most of the applications.
   However, Today we're gonna see where we are maintaining solid principles in
   those architectures. It'll give us a good overview what we're doing in these
   architectures how we are maintaining solid principles in this architecture
   and so on. So let's go on.
   Read more →
 * Published onOctober 15, 2023
   
   
   INTEGRATING AZURE ACTIVE DIRECTORY WITH WINDOWS FORMS APPLICATION
   
   azureadazuredesktopentra
   Today we're gonna imlement Azure Active directory authentication in our
   Desktop windows forms app. Azure AD is one of the pioneer cloud based
   authenticaton provider. We will use OAuth protocol Azure AD to authenticate
   users into our windows forms application.
   Read more →
 * Published onOctober 6, 2023
   
   
   DYNAMIC FORMS IN ANGULAR WITH EXAMPLES
   
   angular
   Dynamic forms are forms that can be changed at runtime, such as adding or
   removing fields, or changing the validation rules. This is useful for forms
   that need to be flexible, such as a questionnaire that allows the user to add
   more questions as needed.
   Read more →
 * Published onSeptember 27, 2023
   
   
   TUPLE IN C# WITH USAGE EXAMPLES
   
   c#tuple
   A tuple in C# is a data structure that can store a sequence of elements of
   different data types. It is similar to a struct, but a tuple is immutable,
   meaning that its elements cannot be changed after it is created.
   Read more →
 * Published onSeptember 20, 2023
   
   
   MASTERING TASK PARALLEL LIBRARY (TPL) METHODS IN C#: A COMPREHENSIVE GUIDE
   
   c#tpl
   The Task Parallel Library (TPL) in C# is a powerful framework for managing
   and executing parallel tasks efficiently. It simplifies the development of
   multi-threaded and concurrent applications. In this article, we'll explore
   the core TPL methods and provide real-world examples for each one.
   Read more →

All Posts →
Subscribe to the newsletter
Email address
Sign up
mailgithublinkedintwitter
Mohammed Rabby Hasan
•
© 2023
•
Rabby Hasan's Portfolio