Mastering SOLID Principles Like the Back of Your Hand in Just 8 Minutes!
#reactjs #solidprinciples #optimization #performance #softwarearchitecture #cleancode #programming #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/mastering-solid-principles-like-the-back-of-your-hand-in-just-8-minutes
#reactjs #solidprinciples #optimization #performance #softwarearchitecture #cleancode #programming #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/mastering-solid-principles-like-the-back-of-your-hand-in-just-8-minutes
Hackernoon
Mastering SOLID Principles Like the Back of Your Hand in Just 8 Minutes!
Boost Performance, Maintainability, and Scalability with SOLID Principles in React Applications!
Taking a Journey Into Micro-frontend Migration - Part 1: Design
#softwaredevelopment #microfrontend #architecture #softwarearchitecture #microfrontendarchitecture #performance #webpack #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/taking-a-journey-into-micro-frontend-migration-part-1-design
#softwaredevelopment #microfrontend #architecture #softwarearchitecture #microfrontendarchitecture #performance #webpack #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonvi #hackernoonfr #hackernoonpt #hackernoonja
https://hackernoon.com/taking-a-journey-into-micro-frontend-migration-part-1-design
Hackernoon
Taking a Journey Into Micro-frontend Migration - Part 1: Design | HackerNoon
Explore the journey of migrating from a monolithic architecture to a micro-frontend. Gain valuable insights and strategies for micro-frontend migration!
Unlocking the Power of JSON in MySQL: Tips and Tricks
#mysql #json #jsonschema #performance #indexes #jsonperformancecomparison #migratefromtexttojson #jsoninmysql
https://hackernoon.com/unlocking-the-power-of-json-in-mysql-tips-and-tricks
#mysql #json #jsonschema #performance #indexes #jsonperformancecomparison #migratefromtexttojson #jsoninmysql
https://hackernoon.com/unlocking-the-power-of-json-in-mysql-tips-and-tricks
Hackernoon
Unlocking the Power of JSON in MySQL: Tips and Tricks | HackerNoon
In this article, I will explain how and why you should use the JSON data type instead of TEXT.
Composite Keys: A Guide on How to Handle Them
#java #performance #memoryallocation #cache #compositekeys #howtocreateacompkey #usenestedmaps #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/composite-keys-a-guide-on-how-to-handle-them
#java #performance #memoryallocation #cache #compositekeys #howtocreateacompkey #usenestedmaps #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/composite-keys-a-guide-on-how-to-handle-them
Hackernoon
Composite Keys: A Guide on How to Handle Them | HackerNoon
How to best handle composite map keys in your code, and what offers the best performance
Relationships and Results: The Key to Unlocking Both Simultaneously With Jodi Alperstein
#managementandleadership #culture #productivity #communication #leadership #performance #prioritization #peoplemanagement
https://hackernoon.com/relationships-and-results-the-key-to-unlocking-both-simultaneously-with-jodi-alperstein
#managementandleadership #culture #productivity #communication #leadership #performance #prioritization #peoplemanagement
https://hackernoon.com/relationships-and-results-the-key-to-unlocking-both-simultaneously-with-jodi-alperstein
Hackernoon
Relationships and Results: The Key to Unlocking Both Simultaneously With Jodi Alperstein | HackerNoon
Execution issues are often leadership problems. The best leaders recognize that strong results come from teams with strong relationships, and the key is trust.
NodeJS: 4.8x Faster if You go Back to Callbacks!
#nodejs #performance #javascriptcallbacks #golang #nodejscallbacks #improvingcallbacksspeed #callbacksspeednodejs #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/nodejs-48x-faster-if-you-go-back-to-callbacks
#nodejs #performance #javascriptcallbacks #golang #nodejscallbacks #improvingcallbacksspeed #callbacksspeednodejs #hackernoontopstory #hackernoones #hackernoonhi #hackernoonzh #hackernoonfr #hackernoonbn #hackernoonru #hackernoonvi #hackernoonpt #hackernoonja #hackernoonde #hackernoonko #hackernoontr
https://hackernoon.com/nodejs-48x-faster-if-you-go-back-to-callbacks
Hackernoon
NodeJS: 4.8x Faster if You go Back to Callbacks!
Callbacks are 4.8x faster when running them parallel over async/await in parallel. And only 1.9x faster when we run sequential callbacks.
Benchmarks for Inserting Documents Using C# for MongoDB
#mongodb #database #databases #benchmarking #performance #softwaredevelopment #softwareengineering #csharp
https://hackernoon.com/benchmarks-for-inserting-documents-using-c-for-mongodb
#mongodb #database #databases #benchmarking #performance #softwaredevelopment #softwareengineering #csharp
https://hackernoon.com/benchmarks-for-inserting-documents-using-c-for-mongodb
Hackernoon
Benchmarks for Inserting Documents Using C# for MongoDB | HackerNoon
Curious about C# MongoDB insert benchmarks? In this article, I show you BenchmarkDotNet code and the results for several variations of inserting data!
Solving the All-pairs Shortest Paths Problem With the Floyd-Warshall Algorithm in C#
#csharp #net #algorithms #performance #floydwarshallalgorithm #shortestpathsproblem #programmingproblems #hackernoontopstory
https://hackernoon.com/solving-the-all-pairs-shortest-paths-problem-with-the-floyd-warshall-algorithm-in-c
#csharp #net #algorithms #performance #floydwarshallalgorithm #shortestpathsproblem #programmingproblems #hackernoontopstory
https://hackernoon.com/solving-the-all-pairs-shortest-paths-problem-with-the-floyd-warshall-algorithm-in-c
Hackernoon
Solving the All-pairs Shortest Paths Problem With the Floyd-Warshall Algorithm in C#
Implementation of Floyd-Warshall algorithm in C# with parallelism and vectorisation.
How to Find the “Routes” of All-Pairs Shortest Paths With the Floyd-Warshall Algorithm in C#
#net #csharp #algorithms #performance #shortestpathsproblem #floydwarshallalgorithm #programmingproblems #hackernoontopstory
https://hackernoon.com/how-to-find-the-routes-of-all-pairs-shortest-paths-with-the-floyd-warshall-algorithm-in-c
#net #csharp #algorithms #performance #shortestpathsproblem #floydwarshallalgorithm #programmingproblems #hackernoontopstory
https://hackernoon.com/how-to-find-the-routes-of-all-pairs-shortest-paths-with-the-floyd-warshall-algorithm-in-c
Hackernoon
How to Find the “Routes” of All-Pairs Shortest Paths With the Floyd-Warshall Algorithm in C#
Implementation of Floyd-Warshall algorithm in C# with route tracking capability to reconstruct the shortest paths routes later.
Pretty Slow / Ugly Fast: How to Optimize your Code in 19 Different Ways
#javascript #performance #typescript #opensource #nodejs #codeoptimization #performancetesting #softwareefficiency
https://hackernoon.com/pretty-slow-ugly-fast-how-to-optimize-your-code-in-19-different-ways
#javascript #performance #typescript #opensource #nodejs #codeoptimization #performancetesting #softwareefficiency
https://hackernoon.com/pretty-slow-ugly-fast-how-to-optimize-your-code-in-19-different-ways
Hackernoon
Pretty Slow / Ugly Fast: How to Optimize your Code in 19 Different Ways
Balancing elegance & performance in JavaScript: Explore 19 code patterns to find when clean code can slow you down & when to opt for speed over style.
Implementing the Blocked Floyd-Warshall Algorithm for Solving All-pairs Shortest Path Problem in C#
#programming #csharp #net #algorithms #shortestpathsproblem #performance #programmingproblems #floydwarshallalgorithm
https://hackernoon.com/implementing-the-blocked-floyd-warshall-algorithm-for-solving-all-pairs-shortest-path-problem-in-c
#programming #csharp #net #algorithms #shortestpathsproblem #performance #programmingproblems #floydwarshallalgorithm
https://hackernoon.com/implementing-the-blocked-floyd-warshall-algorithm-for-solving-all-pairs-shortest-path-problem-in-c
Hackernoon
Implementing the Blocked Floyd-Warshall Algorithm for Solving All-pairs Shortest Path Problem in C#
Implementation of cache-friendly Blocked Floyd-Warshall algorithm in C# (parallelism and vectorisation) coated in a basic theory behind caching and profiling.