© 2022 Hashnode
#programming-blogs
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…
LinkedIn is the world's largest networking platform for professionals. A whopping 830 million people across 200+ countries use LinkedIn, with India accounting for 118 million users alone. Lakhs of can…
My name is Edmond Hui and I am a coding bootcamp alumnus, and I'm here to tell you everything you need to know about diving into tech. If you haven't read my journey about becoming a software engineer…
In the current job market, I believe that every new developer should have a portfolio showcasing projects they have built. As someone who doesn't have experience, a portfolio is how you can stand out …
What is uber? Uber is an independent taxicab company that hires drivers who use their personal vehicles while logged into the Uber app on a mobile device. Passengers request rides using the app, input…
Travel and life vlogs are popular among app users: Those videos are telling, covering all the most attractive parts in a journey or a day. To create such a video first requires great editing efforts t…
Constraints: The number of nodes in the list is n. 1 <= k <= n <= 5000 0 <= Node.val <= 1000 ```class Solution { public ListNode reverseKGroup(ListNode head, int k) { ListNode dummy = new ListNode(-1, head); ListNode e…
Web3 is a growing industry. For beginners and engineers interested in Web3 there are lucrative opportunities in Web3. Let's take a deep dive and discover what Web3 is all about. What is Web3? Web3 ca…
Rust is a systems programming language developed at Mozilla, it has a syntax similar to C++ has performance comparable to C++. Rust has ranked as the most loved programming language for the seventh ye…
Regex is, without a doubt, the most helpful text processing tool ever invented. It helps us find patterns rather than exact words or phrases in a text. And regex engines are noticeably faster too. Yet…
The stack — VB6, C The Experience — 2 Years The Job — High school Isn’t learning fun? To set the scene, it was early 2000s in a small farming village. Yes we had internet, but it was dial up, and no …
Webvium Web Browser for Android OS was designed and programmed from scratch without any 3rd party libraries added or implemented in the source codes. https://mrepol742.github.io/webvium/ ULTRA LIGHTWE…
Objective: To retrieve stock quantity (physical inventory) at a specific inventory dimension. Code: public static void main(Args _args) { WMSLocation wmsLocation; In…