PinnedWhat happens when you type holbertonschool.com in your browser and press Enter.This post will understand how the web stack works, Defining topics such as Database, DNS Request, TCP / IP, etc. When we surf the internet, we have never asked ourselves, how does it work? How do I access web pages? …Webstack3 min readWebstack3 min read
Jun 24, 2021API STRIPE IMPLEMENTED IN BANKITY APP.The project to implement the API Stripe in the Bankity app was designed for users in the USA (principally), where the API would facilitate to the management of data (Transaction, users, amount, balance, etc) to the level of our app. The users would manage their balances and administrate your spent…2 min read2 min read
Published inAnalytics Vidhya·Sep 8, 2020Member-onlyDifferences between static and dynamic libraries.Why using libraries? Typically C functions/C++ classes and methods which can be shared by more than one application are broken out of the application’s source code, compiled, and bundled into a library. The C standard libraries and C++ STL are examples of shared components that can be linked with your code. The benefit…Programming4 min readProgramming4 min read