#javascriptUnmoderated tagAll postsTrending CommunitiesWorldmappinHIVE CN 中文社区LeoFinanceSplinterlandsOlio di BalenaLifestyleActifitPhotography LoversVibesSpendHBDHive LearnersHive GamingExplore Communities...#javascriptTrendingHotNewPayoutsMutededdiespino (79)in HiveDevs • 20 hours agoHive Switcher | A Browser Extension to Quickly Change Between Hive Interfaces▶️ Watch on 3Speak Hello Hive friends! Today, I want to share a small browser extension I created to quickly switch between Hive interfaces. Its function is…agrante (68)in Programming & Dev • 2 days agoTowards a generic HTML file to run Javascript filesSharing simple scripts publicly that can run without installing anythingsmjn (60)in GAMEDEV • 6 days ago[ARW Game] Beat dancing tutorialAnother mini-game Quick video of a tutorial teaching the player how to make use of a power-up soon to be acquired. Make some sweet moves to unlock the container storing the…simplestack (17)in #algorithms • 1 hour agoDSA (Easy) - Binary Search Tree - Search in a Binary Search Tree (Python, Typescript & Go)Too easy, go for itzeal72 (61)in Hive Naija • 4 hours agoThe Biggest Lie in TechYou know that moment when you finally decide you’re going to learn to code? You feel excited, motivated, and ready to dive in. The Community welcomes you with open arms…simplestack (17)in #algorithms • yesterdayDSA (Medium) - Binary Tree - Maximum Level Sum of a Binary Tree (Python, Typescript & Go)You are gonna love this onesimplestack (17)in #softwaredevelopment • 7 days agoDSA (Easy) — Sets — Find the Difference of Two Arrays (Python, Typescript & Go)Go’s solution is interestingsimplestack (17)in #algorithms • 2 days agoDSA (Medium) - General - Print A Diamond Shape (Typescript, Python & Rust)This one really took me by surprise on an interviewsimplestack (17)in #algorithms • 2 days agoDSA (Medium) - Binary Tree - Binary Tree Right Side View (Typescript, Python & Rust)Here is a hint, use a queuesimplestack (17)in #algorithms • 3 days agoDSA (Medium) — Binary Tree — Lowest Common Ancestor of a Binary Tree (Python, Typescript & Rust)Way simpler that it seemssimplestack (17)in #nestjs • 5 days agoWhy NestJS Isn’t Necessary for Your ProjectSo there I was…thinking on how to overengineer things to satisfy my ego and make my life harder…yet again — Anon....simplestack (17)in #softwaredevelopment • 6 days agoWTH is a Headless Platform?!For real, sometimes developers assume you know everythingsimplestack (17)in #algorithms • 6 days agoDSA (Medium) — Linked List — Maximum Twin Sum of a Linked List (Python, Typescript & Go)This one had me in the second half. I knew the concept but never thought about doing it for Linked Listssimplestack (17)in #storybook • 6 days agoStorybook — How to Use Decorators? (+ React Examples)The simple no bs guidesimplestack (17)in #aws • 6 days ago3 Types of Redirects ExplainedYes, there isn’t only your classic redirect within a Node.js or Python app. There are levels above.simplestack (17)in #algorithms • 6 days agoDSA (Medium) — Binary Tree — Count Good Nodes in Binary Tree (Python, Typescript & Rust)Given a binary tree root, a node X in the tree is named good if in the path from root to X there are no node.....simplestack (17)in #javascript • 6 days ago4 Reasons You Should Be Using useId in ReactIf you don’t, you either won’t get a job or will get fired. I’m serious.simplestack (17)in #javascript • 6 days agoTypeOrm View Entities ExplainedOh yeah, let’s nail them downsimplestack (17)in #algorithms • 6 days agoDSA (Medium) —Linked List — Odd Even Linked List (Python, Typescript & Go)Given the head of a singly linked list, group all the nodes with odd indices together followed by the nodes with...simplestack (17)in #algorithms • 6 days agoHow To Reverse Words in a String (Python, Typescript and Go)Oh yeah, another easy one