Bama Charan Chhandogibamacharan.hashnode.devยทAug 9, 2024Introducing JavaSnippet: Boost Your Productivity in Visual CodeWhat is JavaSnippet? JavaSnippet is a comprehensive collection of efficient Java code templates that cover a wide range of common programming scenarios. From basic class structures to complex data structures and I/O operations, JavaSnippet has got yo...javasnippet
Lucian Ghindaallaboutcoding.ghinda.comยทMay 16, 2024Add code snippet in RubyMine and Visual Studio Code to binding.breakHere is a quick way to add a manual breakpoint in the code using code snippets. The code What I usually want to see directly when I debug Ruby code and I cannot (or don't have time to set up the RDBG) is the variables and methods of the current objec...375 readsRuby
Loรฏc Yabililyabs.hashnode.devยทNov 24, 2023Share code efficiently on TelegramTelegram is a multi-platform messaging application that have more than 700 million active users in 2023. Telegram and developers Over time, Telegram has become one of the most popular messaging applications among developers, particularly thanks to it...97 readstelegram
BuildBearbuildbear.hashnode.devยทNov 10, 2023๐๐ Exciting Feature Update! โ Web3 Code Snippet Magic! ๐๐We are thrilled to announce that BuildBear now generates code snippets for your favorite web3 libraries! ๐ ๏ธ When you create a Private Testnet with BuildBear, code snippets for popular web3 libraries like Web3.js, Ethers, Wagmi, Web3j, and Web3.py wi...web3.js
Rajarshi Samaddarrajarshisamaddar.hashnode.devยทOct 18, 2023Generate Table Of Content From MarkdownCreating a Table of Contents manually is a very intimidating task. So in this post, I will share my code snippet that will help you to dynamically generate a Table of Contents from Markdown files programmatically. type TableItem = { level: number; he...29 readssnippets
Koushik Roykoushikroy.hashnode.devยทJun 7, 2023Java Code Snippets IJava Code Snippets Questions & Answers public class Test { public static void main(String[] args) { args[1] = "Day!"; System.out.println(args[0] + " " + args[1]); } } /* Question: >javac Test.java >java Test Good What is the...Java
Vigo Websvigowebs.hashnode.devยทNov 11, 2022Awesome 6 tools to create beautiful images of your code snippetsWhen you are coding, you may want to take a photo of your work to share it in your social media or presentations. Here, I am going to share 5 tools that help you to create beautiful code snippet images. Code Snapshot Code Snapshot is simple VS code e...34 reads#designtool
Hattie Tavareshattietavares.hashnode.devยทAug 25, 2022BRB... Joining Codewars AnonymousI have an addiction. Codewars has it's hooks in me. I have to purposely limit the number I do each day or I'd probably spend all day (and night) doing them. I've always loved puzzles and figuring things out, and doing katas just gives me that hit of ...6 likesยท120 readsCodewars