by Md. Ashiqul Islam | Jan 14, 2022 | Programming & Development |
জাভাস্ক্রিপ্ট ল্যাংগুয়েজ টি আসলে কম্পিউটারের কাছে বোধগম্য নয়। এই ল্যাংগুয়েজ দিয়ে কাজ করার জন্য আমাদের দরকার এমন একটি প্রোগ্রাম যেটা জাভাস্ক্রিপ্ট-কে কম্পিউটারের জন্য বোধগম্য ভাষায় রূপান্তর করতে পারে। জাভাস্ক্রিপ্ট ইঞ্জিন বলতে আমরা আসলে এই প্রোগ্রাম টিকেই বোঝাচ্ছি।...
by Rezwanul Haque | Dec 30, 2021 | Data, Personal, Programming & Development, Technology |
Critical Severity Web Vulnerability When it comes to open-source projects there is a general assumption, as it’s an open-source project, many members(sometimes a lot) are watching and constantly reviewing this codebase so it should have fewer errors and...
by Md. Ashiqul Islam | Dec 22, 2021 | Programming & Development |
React is Javascript library for building fast and interactive user interfaces. It was developed at Facebook in 2011 and it’s the most popular Javascript library for building user interfaces. If you see in the Google trends, React is dominating the space of...
by Md. Ashiqul Islam | Dec 13, 2021 | Programming & Development |
JavaScript is one of the most popular and widely used programming languages in the world right now. It’s growing faster than any other programming language, big companies like Netflix, Walmart, Paypal, build entire applications around JavaScript. So, it’s...
by Nayeem Iqubal | Sep 30, 2021 | Programming & Development, Technology |
DocuSign is an online platform where people can send a document to others for signature electronically. Sometimes our application needs to know the status of a document (Envelope Status) and based on that we may want to do something in our integration. DocuSign...
by Rezwanul Haque | Jul 29, 2021 | Programming & Development |
Recently I was working on an open-source project on my current company where all requests come to the API gateway service then the gateway redirects the request to the appropriate service based on the URL pattern. Those who work with Gateway services know there are...