For the past few years, I had the opportunity to mentor new joiners through different roles. In some aspects, I could see myself in them the same way I started years back: eager to prove themselves, jumping on the code and hacking around. I tried to think about what I learnt the hard way since […]
Within the Stream Chat Android SDK project, we use the Kotlin binary compatibility validator plugin to keep track of all the changes we make to our public API. This is a first-party plugin by JetBrains, though it’s still experimental (it’s an incubator project by JetBrains on GitHub). In this article, you’ll learn what the plugin […]
💻 7 Ways to Maintain and Write Better Code 💻 Algorithms and Data Structures Implemented in ES6 JavaScript 💻 Should you Learn Assembly to Become a Better Programmer? 💻 A Beginner’s Guide to Performance Optimization Using React.memo() Read more Technology Stories on HackerNoon.com. Four Coding Stories was originally published in HackerNoon.com on Medium, where people are […]
💻 What are Promises in JavaScript? An Introductory Guide 💻 How to Build Progressive Web Apps with Lightning Web Components 💻 Smaller, Faster, and Cheaper Coding Laptops via AWS Read more Technology Stories on HackerNoon.com. Three Coding Stories was originally published in HackerNoon.com on Medium, where people are continuing the conversation by highlighting and responding to […]
⚈ How to Find the Stinky Parts of Your Code (Part IV) ⚈ Analyzing Sentiment Of Tweets Is Really Easy If You Follow This Tutorial ⚈ Why New Hollywood Is Winning During the Pandemic ⚈ Reusable Rockets Are Democratizing Access to Space Read more Technology Stories on HackerNoon.com. Four Tech Stories was originally published in HackerNoon.com on Medium, where […]
In this episode we talk to Benjamin Harding about the fact that being a developer is more the coding. Contacting Benjamin Harding Website: http://benharding.co.nz/ Github: https://github.com/BenjaminHarding LinkedIn: https://www.linkedin.com/in/benjamin-harding-10aa2360/ Episode Editing by – RJJ Software Ltd (https://rjj-software.co.uk/ ) Source link
After covering last week how to code a Queue in Swift, it sounds natural to move on to the Stack, another really handy data structure which also find his place in iOS development. Let’s see why. Concept Similar to a Queue, a Stack execute operation in a linear order, however the ordered is reversed to […]