The Lightning KeysendFor the longest time, the lightning network payment mechanism has revolved around BOLT 11 (BOLT stands for Basics of Lightning Technology and covers all Lightning Network specifications). This involves invoice generation, where the user can pay the i...May 31, 2023·8 min read·105
Understanding the famous SOLID principleThis is just the tiresome part of interviews for most junior developers. I can’t imagine how much PTSD data structures and algorithms, Object-Oriented Programming, and architectural principles have caused people. Well, if you have heard of OOP, then ...Oct 29, 2021·5 min read·350
How to Extract text content from uploaded PDF and store in MongoDB database using Node.js (5 Easy Steps)So I started working on a Machine Learning project recently, and part of the feature required that I be able to upload a file, extract PDF contents, and store both the book and the text content in a database (MongoDB in this case). Although I saw art...Sep 7, 2021·17 min read·1.4K
Query a SQL Server using SSMSHey guyssssssssssssss.... How have we been, if this is your first time reading my article, you are welcome, do well to check other related articles by me, you might find it useful. On that note, let's get down to business. Today we would be learni...Dec 4, 2020·9 min read·206
Learning SSRSSQL Server Reporting Services, shortly called as SSRS is one of the trending reporting tool in the market. Although it is the most powerful reporting tool, it is quite easy to learn. SSRS is a sever based reporting platform used to create and manage...Nov 29, 2020·22 min read·73
Becoming a Data engineerData engineering is a type of software engineering that focuses deeply on data — namely, data workflows, pipelines, and the ETL process (Extract, Transform, Load). If you have heard about data science, then there is every probability that you might h...Nov 20, 2020·12 min read·101