🚀 Announcing Major Release on crackonce.com 🚀 We’re excited to share our latest update, packed with new features and improvements! Here’s what’s new: • 🔗 Slack Integration • 🎨 New UI Look: A fresh and intuitive interface to enhance your user experience. • ⚙️ Improved Workflows Deployment and Runtime: Faster, more reliable workflow executions. • 🛡️ Upgraded XSS Catcher: More reliable payloads and performance improvements • 🛠️ CLI Minor Issues Patched: Various bugs fixed for a smoother command-line experience. 🎥 Check out our PoC video to see these updates in action and explore what you’ll be able to use in the upcoming public beta!
Javier Corral’s Post
More Relevant Posts
-
🙈 Caught myself in a classic dev trap last week: Got totally sucked into making my app's windows work just like Vim (cool, but definitely not mission-critical). Meanwhile, the actual business logic of the interface? Crickets. Classic case of bike-shedding - you know, when you spend ages picking the perfect shade of blue while the house has no roof! Lesson learned: A slick UI means zilch if the core product isn't solid. Sometimes we need to resist those shiny distractions and focus on what actually moves the needle. Here's to shipping what matters!
To view or add a comment, sign in
-
If you’re a developer looking to supercharge your terminal experience, it’s time to check out Warp! 🚀 ✨ Block-based UI for better readability and editing 🤝 Collaboration-ready for team productivity ⚡ AI-powered commands to speed up your workflow 🌈 Customizable themes to fit your style I’ve been using Warp, and it’s been a game-changer for productivity and efficiency. Whether you’re working solo or with a team, Warp offers a seamless experience that makes coding feel less like work and more like magic. ✨ Ready to try it? Check it out here: https://lnkd.in/ea6Ydmyt Let me know if you’ve already tried it or if you’re curious to learn more. Let’s keep leveling up together! 🚀💻
To view or add a comment, sign in
-
‼️ Exciting news from AppSpector! Version 2.0.19 brings enhancements and fixes that elevate your debugging experience: 📱Bug fixes in the Log Monitor for smoother text selection, copying, and context menu interactions. Boosted Log Monitor performance for more efficient debugging. Resolved the issue of accepting the "last seat" invite for smoother team collaboration. Now catching bugs just got a level up in efficiency. 💻 Dive into the update and make debugging more effective than ever! #AppSpectorUpdate #DebuggingMadeEasy
To view or add a comment, sign in
-
Have you heard of compose multiplatform? When it comes to cross-platform development, we think it's here to change the game. Check out our overview below!
Compose Multiplatform: a quick overview | CodigoDelSur
https://www.youtube.com/
To view or add a comment, sign in
-
What other features should we include? We're about 75% done with livestream 2.0. This will take care of the bugs, allow for more scalability, and is more user-friendly based on feedback we've received so far (thanks!) Now that the major components are mostly complete we're working on features. What do you want that isn't currently on there? What would make it more engaging for you? What could be better? What do you hate? give it all to us!
To view or add a comment, sign in
-
In our last masterclass, we did a deep dive into how you can use Platformatic alongside Fastify to build apps quickly and easily! Watch the recording👇 https://hubs.ly/Q02qKB5W0 📥 You can also access the demo code, key links and resources mentioned during the class by submitting the form on this page: https://hubs.ly/Q02qKhB90
Masterclass | Building Robust Applications at Speed with Fastify & Platformatic
https://www.youtube.com/
To view or add a comment, sign in
-
Did you know that you can try out our individual collaborative components on the Velt (YC) website? You can explore how fully featured our comments are with threading, emoji reactions, and so much more! This video shows pinned comments, which is just one of the many styles Velt SDK supports.
To view or add a comment, sign in
-
Exploring the usage of side effects in jetpack compose #jetpackcompose #android #androiddevelopment
Jetpack Compose Side Effects in Details
link.medium.com
To view or add a comment, sign in
-
Compose Tips 💡 Hey #androiddev 👋 Just a quick tip regarding how you can configure components to receive clicks, double clicks, and long clicks via input or accessibility "click" event in Compose Here is one modifier extension 𝗠𝗼𝗱𝗶𝗳𝗶𝗲𝗿.𝗰𝗼𝗺𝗯𝗶𝗻𝗲𝗱𝗖𝗹𝗶𝗰𝗸𝗮𝗯𝗹𝗲() which allows us to implement clicks like normal-click, long-click, and double-click easily. • 𝗼𝗻𝗟𝗼𝗻𝗴𝗖𝗹𝗶𝗰𝗸: (() -> 𝗨𝗻𝗶𝘁)? -> will be called when user long presses on the element • 𝗼𝗻𝗗𝗼𝘂𝗯𝗹𝗲𝗖𝗹𝗶𝗰𝗸: (() -> 𝗨𝗻𝗶𝘁)? -> will be called when user double clicks on the element • 𝗼𝗻𝗖𝗹𝗶𝗰𝗸: () -> will be called when user clicks on the element #jetpackcompose #androidtips
To view or add a comment, sign in