The 5 Best Frameworks for Micro Frontends. Los 5 Mejores Frameworks Para Micro Frontends. 👉 https://lnkd.in/eUQERXjb #programming #coding #programación #code #webdevelopment #devs #softwaredevelopment #framework #microfrontend
Discover the top 5 frameworks for micro frontends.
More Relevant Posts
-
The scariest bug in production? Accidentally exposing sensitive data! Don't just hope you filtered your objects. Enforce it at the type level! Here's how TypeScript's Pick utility type acts as your security guard. It lets you create a "safelist" of properties. #code #coding #programming #softwareengineering
To view or add a comment, sign in
-
-
The most valuable lesson Go has taught me so far is that inheritance was a mistake and is not needed in OOP. Interfaces are abstract, testable, and are not coupled. Inheritance leads to code that is the antithesis of those things. Inheritance is characterized by two things: 1. It causes tight coupling 2. It leads to difficulty testing code When choosing an abstraction why choose one that will work against you? If you feel you need inheritance then what you probably want to be saying is that you need an interface. #go #oop #programming #software
To view or add a comment, sign in
-
⚙️ BeanFactory vs ApplicationContext Both BeanFactory and ApplicationContext are Spring containers, but they differ in functionality: 🔹 BeanFactory – The basic container that lazily initializes beans, mainly used for lightweight applications. 🔹 ApplicationContext – A more advanced container that eagerly loads beans and provides additional features like event handling, internationalization, and annotation-based configuration. #SpringFramework #Java #SpringBoot #BeanFactory #ApplicationContext #BackendDevelopment #SoftwareEngineering #Programming #TechLearning #CodeBetter
To view or add a comment, sign in
-
🖥️🛠️ The Journey of Null: Lessons for Everyday Code — In Part 3 of The Journey of Null, we step beyond language features to explore patterns, practices, and reflections that shape how we live with null in everyday code. 🔗 Read more: https://lnkd.in/dcWayE7Z #DotNet #AspNetCore #VSCode #CSharp #DevCommunity #Programming
To view or add a comment, sign in
-
For me I tried both and I got more comfortable with the first one, Basically because you could say: when (val res = fetchAddressOnline(lat: String, lon: String) { is AddressResult.Success → { onEvent(SetAddress(res.address)) } is AddressResult.Error →{ // Your Logic } } In this code fetchAddressByInternet is a suspend function that does a Retorfit API call using runCatching().
Ever noticed how some developers handle async logic with callbacks, while others use try/catch with suspend functions? What you’re seeing is Callback-based Asynchronous Programming — also known as the Callback Pattern, or in computer science terms, Continuation-Passing Style. In this style, instead of returning results or throwing exceptions, we pass functions that define what happens on success or error. It’s flexible, but can get messy compared to Kotlin’s modern suspend and async/await flow. Both patterns solve the same problem — just with different philosophies. #QuestionForGroup Which one do you prefer in your Kotlin codebases? #Kotlin #AndroidDev #Programming #CleanCode #Asynchronous #SoftwareDevelopment #Developers #CodingDiscussion
To view or add a comment, sign in
-
-
🚀LeetCode #5 – Longest Palindromic Substring (C++ Solution) Just solved LeetCode Problem #5 — one of those classic challenges that really tests your understanding of string manipulation and dynamic programming. This problem made me slow down and think carefully about how to expand around centers efficiently and optimize without brute force. It’s a great example of how small improvements in logic can drastically change performance. 🧠 Concept: Find the longest substring that reads the same forward and backward. Approach used: Expand Around Center — checking every possible center in O(n²) time but with constant space. 💻 Tech Stack: C++ ⚙️ Focus: Optimization, logic clarity, and clean code structure. Every problem like this strengthens how I think about data patterns — and that’s exactly the kind of mindset I bring into real game logic and system design. #LeetCode #Cplusplus #Coding #ProblemSolving #GameDev #Programming
To view or add a comment, sign in
-
-
Methods in OOP are more than code. They are the pulse of each object. Learn how instance, class, and static methods bring objects to life and make software work seamlessly. 📥 Explore the guide: https://lnkd.in/gjDMHZKg #Smalltalk #OOP #CincomSmalltalk #Programming #SoftwareDevelopment
To view or add a comment, sign in
-
-
Mastering loops is crucial for building a strong foundation in DSA. Today, I learned how to use loops pattern-wise, and here are the key techniques: Single Index: For simple iteration and element processing Adjacent Elements: For working with pairs (i, i+1) Triplets: For 3-element operations (i, i+1, i+2) Two Pointers: For optimized pair checks in sorted arrays Sliding Window: For dynamic subarray/substring problems Nested Loops: For full pairwise or brute-force comparisons Understanding these patterns helps you identify problem types faster and write cleaner, more efficient solutions. #code #tech #DSA #leetcode #javascript #programming #webdevelopment
To view or add a comment, sign in
-
🚀 JavaScript Closures — A Little Magic Trick! Imagine… a function that can remember its past values, even after it has finished running! 😲 That’s the magic of closures. In this 3-frame short video, you’ll see: ✨ What a closure is ✨ How an inner function can access outer variables ✨ Why we use closures #JavaScript #CodingMagic #WebDev #Closures #TechFun #Programming #DeveloperLife
To view or add a comment, sign in
More from this author
Explore content categories
- Career
- Productivity
- Finance
- Soft Skills & Emotional Intelligence
- Project Management
- Education
- Technology
- Leadership
- Ecommerce
- User Experience
- Recruitment & HR
- Customer Experience
- Real Estate
- Marketing
- Sales
- Retail & Merchandising
- Science
- Supply Chain Management
- Future Of Work
- Consulting
- Writing
- Economics
- Artificial Intelligence
- Employee Experience
- Workplace Trends
- Fundraising
- Networking
- Corporate Social Responsibility
- Negotiation
- Communication
- Engineering
- Hospitality & Tourism
- Business Strategy
- Change Management
- Organizational Culture
- Design
- Innovation
- Event Planning
- Training & Development