Congratulations to the beehiiv team on releasing their revamped developer documentation! Check 'em out --> https://lnkd.in/gN4rwDgi Kudos to Jacob Wolf & Noah Pryor who have been a pleasure to Slack-and-forth with.
Fern (YC W23)’s Post
More Relevant Posts
-
Day 35 of #100DaysOfCode I've created a completed task project where users can add tasks they've completed. The time of task completion is automatically recorded. Users can edit tasks, but the completion time remains unchanged. Tasks can also be deleted. On the homepage, only today's tasks are displayed. There's a separate page where all previous dates are listed. Users can select a specific date to view all tasks performed on that date.
To view or add a comment, sign in
-
💡 How LeetCode problems helped me Cut Report processing Time by 50% I was working on a report that processed massive amounts of data and noticed a performance issue. After every initial API call, the system made repeated secondary API calls for object details. The details became available progressively, but we kept hitting the API unnecessarily. LeetCode-style thinking, where efficiency matters, helps in these cases, especially for data-heavy tasks. I decided to use a dictionary (hashmap) to store object details progressively and avoid second redundant API calls for objects already present in the dictionary. Instead of repeatedly hitting the server, I could pull the data directly from the dictionary in constant time, reducing the report creation time by about 50%! ⚡ Problem-solving techniques and optimization can make a difference in real-world situations. With today's large capacity and availability, it's easy to forget performance. Have you used problem-solving techniques to improve performance in your projects? #PerformanceOptimization #LeetCode #TechTips #ProblemSolving #DeveloperLife #Efficiency #DataProcessing
To view or add a comment, sign in
-
🔴 Clean Code Tip 01: Meaningful Names _____ 🔵Choosing clear and meaningful names in code : 🔹️Saves future developers (and yourself) time and effort. 🔹️Acts like documentation, making code easier to understand. 🔹️Improves the readability and maintainability of your code. ▪ My Telegram Channel : https://t.me/algolab_2024 #cleancode #clean_code #CleanCode
To view or add a comment, sign in
-
Hey developers! Our API examples are now structured as blocks (just like Notion itself) 🧱 See what’s possible with the API, learn it piece by piece, then bring your vision to life: https://lnkd.in/gpfpWSmi
To view or add a comment, sign in
-
There’s a single bold difference between code and prompt-as-code. Introducing a bug in prompt-as-code is 100 times easier and 100 times harder to spot. No stack traces, blank pages, not found routes, etc. It just works as usual, with the difference that some outcomes are simply wrong, sometimes. This means: continuous tests and validations will become critical as hell, way more than they are right now! Be prepared.
To view or add a comment, sign in
-
Working on an old legacy project can be quite challenging, especially when the previous developer has implemented temporary solutions that make the codebase complex and difficult to navigate. Functions are scattered, data is being fetched from unpredictable locations, and tracing errors becomes a daunting task. Despite the challenges, it's an opportunity to bring stability and efficiency to the system by cleaning up the code and implementing best practices. #LegacyCode #CodeMaintenance #Debugging #SoftwareDevelopment #CodeRefactoring #TechChallenges #CodeOptimization
To view or add a comment, sign in
-
Check out a shared snippet library for developers that aims to boost productivity with repetitive code snippets. It provides quick access to these snippets for developers everywhere, allowing them to copy the snippets for their own use or contribute popular snippets that can help more developers out there. https://lnkd.in/dZh6uy5S
To view or add a comment, sign in
-
Some say Git rebase can lead to data loss, but it’s a safe and powerful tool when used correctly. Follow these two simple rules to minimize risk, even if you’re not fully familiar with how it works: 𝗥𝗲𝗯𝗮𝘀𝗲 𝗼𝗻𝗹𝘆 𝘁𝗵𝗲 𝗯𝗿𝗮𝗻𝗰𝗵𝗲𝘀 𝘆𝗼𝘂 𝗰𝗿𝗲𝗮𝘁𝗲𝗱 and communicate with your team to ensure no one else is working on them. 𝗕𝗲𝗳𝗼𝗿𝗲 𝗿𝗲𝗯𝗮𝘀𝗶𝗻𝗴, 𝗿𝘂𝗻 𝗴𝗶𝘁 𝗳𝗲𝘁𝗰𝗵 --𝗮𝗹𝗹 𝗮𝗻𝗱 𝘂𝘀𝗲 𝗮 𝗚𝗶𝘁 𝗚𝗨𝗜 to visually check your branch's position. Pro Tip: Even if you "lose" data, Git retains it until garbage collection, giving you time to recover. P.S. Don’t fear rebase—learn it well. Know your tools!
To view or add a comment, sign in
-
🚀 I'm excited to share that I just published my first article on Medium "Beyond Cleanup: Pydantic's Role in Elevating Code Quality and Refactoring" 🚀 In this article, I delve into how the clean code principles and Pydantic can significantly improve code quality and streamline the refactoring process. Through practical insights and examples, I aim to show how leveraging Pydantic can lead to cleaner, more maintainable code. Your comments, views, and shares are incredibly valuable to me and greatly appreciated! Your feedback not only supports my journey as a writer but also enriches the conversation around code quality and software development practices. 😉 A big shoutout to Dror Sholomon for his review and contributions to the article. His expertise and insights have profoundly enriched the content. 👉 Feel free to read the article here:
To view or add a comment, sign in
-
💻 'Go run' command - extremely important for developers when it comes to compile and run code without external build tools or complex setups. Here are more details! ⬇️ #go #goruncommand #programminglanguage #code #vontech #it #techcompany #itserviceprovider #development #itnews VON Consulting, Vivien Untaru
To view or add a comment, sign in
2,521 followers