STYAVA.DEVstyava.hashnode.dev·Aug 12, 2024How to gain experience as a developer without actually doing it🤔💭In the ever-changing tech world, gaining experience can sometimes feel like a catch-22—how do you get experience if you need experience to start? First off, let me say that there's no way to gain experience without spending some time—unless you have ...DiscussDeveloper
Priyapeeplika.hashnode.dev·Jul 22, 2024Google Summer of Code 24 -Phase 1 (Experience and Learnings)Participating in Google Summer of Code has been wonderful , it has given me the opportunity to work on a real world project. I am contributing to The Virtual Brain project of INCF organization. I will share what challenges I faced and what I learnt t...Discuss·45 readsgsoc
Sarathi Swebrevo.hashnode.dev·Apr 19, 2024Exploring the Power of WebGLIn the vast web development landscape, technological advancements continue to push the boundaries of possibilities within browser limits and one of the most notable such innovations is WebGL. It’s not just another tool in the developer’s kit; It is t...DiscussWebGL
Ben Orloffblog.benorloff.co·Apr 16, 2024Build a Slider With DOM EventsIntro Sliders (or "carousels") are a great UI option for displaying large blocks of content in a way that doesn't clutter the UX. They come in all shapes and sizes, but ultimately they share a common goal: allow the user to interact with content beyo...Discuss·32 readsDOM
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Apr 11, 2024OBJECT ORIENTED PROGRAMMING SYSTEM(OOPs) IN JAVASCRIPTOOPS IN JAVASCRIPT Despite being primarily known as a scripting language for web development, JavaScript offers powerful object-oriented programming (OOP) capabilities. OOP allows you to create reusable and modular code, leading to more maintainable ...Discuss·32 likesJS OOPS
Kofi / IllestpreachaProblog.illestpreacha.com·Apr 9, 2024NaPoWriMo x NaPoGenMo 2024 - Day 8: DronifiedPoemsPoetic Dronification For Drone Jam(itch.io/jam/drone), I wanted to Dronify the Human experience and incorporate the 5+ senses within prompts and scenarios. There will be multiple versions of this experience to fully flesh out the idea. In the 8th day...DiscussNaPoGenMo X NaPoWriMo 2024JavaScript
Priyapeeplika.hashnode.dev·Mar 16, 2024Interactive Visualization With Jupyter -Hey everyone, I was researching similar libraries to ipywidgets as I am preparing for a GSoC project. To my surprise, there are so many! I would like to mention this paper - (https://www.researchgate.net/publication/350539347_Interactive_Data_Visuali...Discuss·10 likesjupyter widgets
Dacosta Solomon Aboagyedacostasolomon-codeman.hashnode.dev·Feb 20, 2024Harnessing the Power of the Intersection Observer API for Enhanced Web PerformanceLet's dive right in and discover the amazing power of IntersectionObserver, but before everything, I think a small introduction will not hurt 😁😁. In today's fast-paced digital landscape, optimizing website performance is crucial for providing a sea...Discuss·1 like·41 readsIntersectionObserver
Md Faizan Alamsololearner.hashnode.dev·Feb 15, 2024Zero UI and Beyond…Picture this: you wake up in the morning, and as you walk towards your bathroom, the lights automatically adjust to your preferred brightness. Your smart mirror displays the weather forecast and your schedule for the day. No buttons, no screens, just...Discuss·36 readszero ui
Gulshan Kumarperfinsights.hashnode.dev·Jan 20, 2024Guess Number Higher or LowerWe are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wrong, I will tell you whether the number I picked is higher or lower than your guess. You call a pre-de...DiscussJava SolutionBinary Search Algorithm