© 2022 Hashnode
Introduction I recently built a simple NFT Marketplace leveraging Thirdweb, and I was awed by how clean and simple it was to use their React SDK. Having used their platform to ship a marketplace contr…
Introduction We all have a variety of stocks in our stock portfolio. Each individuals stock portfolio is different as it depends on an investors risk appetite, his likeness for that stock and that com…
Software development is a field that demands continuous skill improvement. Technology advances rapidly and to be successful you must find a balance between a destructive attempt to be up-to-date at al…
Switching to a new debugger and potentially changing your debugging process could be scary. So I hope this post can help you get familiar with ruby/debug and make the migration smoother. (In the rest of the article, I'll use debug to refer …
Kubernetes is a colossal beast. You need to understand many different concepts before it starts being useful. When everything is set up, you'll probably want to expose some pods to the outside of the …
You may be working in a large technology company, it may be publicly listed or private. Or, you may have never worked in tech but are excited about working as an Engineer a Product Manager, or a Desig…
If you've been using React for a while, you'll have noticed some cases where the freedom and wild nature of JavaScript works against you (and not because of JS 😄), especially if you're working in a t…
Introduction In this multi-part series, I'll be going over some of the basics of Pandas, NumPy and Matplotlib that I've learned over the past few weeks. In part one I covered the following topics: Im…
5th Aug 2022, Peerlist marks its first year! A big deal? Obviously, yes! Looking back in time and seeing a year has passed, building a product from scratch is overwhelming. Too many thoughts, learni…
As a developer, finding and fixing errors in your code can be extremely difficult at times. The tool that makes resolving errors so much easier is the Chrome Developer Tools (also referred to as Chrom…