Customers + reviews = our favorite. 😍 https://bit.ly/4bMQqZJ
Qualio’s Post
More Relevant Posts
-
If you want to learn about 𝐥𝐨𝐚𝐝 𝐛𝐚𝐥𝐚𝐧𝐜𝐢𝐧𝐠 𝐚𝐥𝐠𝐨𝐫𝐢𝐭𝐡𝐦𝐬 𝐚𝐧𝐝 𝐡𝐨𝐰 𝐭𝐨 𝐢𝐦𝐩𝐥𝐞𝐦𝐞𝐧𝐭 𝐭𝐡𝐞𝐦 𝐢𝐧 𝐜𝐨𝐝𝐞, checkout my new article: https://lnkd.in/gQE4KE8W Subscribe for more such articles every week: https://lnkd.in/gmePGK_J
To view or add a comment, sign in
-
Check out this Elastic blog on how we made internal improvements in version 8.13, bringing big memory savings to Elastic Agent and Beats: https://lnkd.in/gtjddkkZ
To view or add a comment, sign in
-
Check out this Elastic blog on how we made internal improvements in version 8.13, bringing big memory savings to Elastic Agent and Beats: https://lnkd.in/e797yzxK
Improving the event queue in Elastic Agent and Beats
elastic.co
To view or add a comment, sign in
-
Check out this Elastic blog on how we made internal improvements in version 8.13, bringing big memory savings to Elastic Agent and Beats: https://lnkd.in/gWUn-TuK
Improving the event queue in Elastic Agent and Beats
elastic.co
To view or add a comment, sign in
-
Check out this Elastic blog on how we made internal improvements in version 8.13, bringing big memory savings to Elastic Agent and Beats: https://lnkd.in/gM3JUJYS
Improving the event queue in Elastic Agent and Beats
elastic.co
To view or add a comment, sign in
-
Check out this Elastic blog on how we made internal improvements in version 8.13, bringing big memory savings to Elastic Agent and Beats: https://lnkd.in/gCjmVhXY
Improving the event queue in Elastic Agent and Beats
elastic.co
To view or add a comment, sign in
-
Guess the output !!!! //------------------------------------------------ new Promise(function(resolve, reject) { setTimeout(() => { throw new Error("Whoops!"); }, 1000); }).catch(alert); //------------------------------------------------- ANSWER: Uncaught Error: Whoops! -> My Interpretation of what happened which led to this output In the above task, the promise will never get settled and hence the handler function (then/catch/finally) will not get transferred to the microtask queue, meanwhile, the timer ends and the code inside of it goes to the callback queue (callback queue and microtask queue make the entire queue, microtask having more priority). soon, the execution of the main thread finishes and the item in the callback is picked and executed. since this contains an explicitly thrown error, the engine just logs this out in the browser console. also, the code inside setTimeout does not reject the promise hence the entire promise is still pending due to which the catch handler is not getting a slot in the microtask queue. Hence, the catch is not triggered. let me know what do you think.
To view or add a comment, sign in
-
Just in! 🔔 We've launched new Kinsta API endpoints that give you access to in-depth application analytics. Now, you can programmatically retrieve data on bandwidth, build time, runtime, CPU usage, and so many more! 😎 Dive deeper here ↓ https://ow.ly/Xxl850RvcOW
Access application metrics and company user data with Kinsta API
https://kinsta.com
To view or add a comment, sign in
-
Finding the root cause of data issues, and performing proper data validation, are key tasks for data engineers. Especially when you need to create a comprehensive pull request for others to review your work. It’s why we’re focusing so much on making that process seamless and enabling you to follow the logical steps towards validating your work and re-use those checks in PR validation. Our aim is to allow you to start from holistic checks, and narrow the scope of focus right down to the row level, if necessary. Check out the Top-K and Value Diff features in Recce to see what I mean: https://lnkd.in/gDxrjDSU
The data validation process for dbt just got even better. View high level stats and then drill down to validate data on row-by-row basis. Now available in Recce 0.7. https://lnkd.in/gEYTTZrn # Value Diff Value Diff feature now allows you to select which columns to diff and then to quickly see the rows that have mismatched values. You still get the percentage matched statistics, and now you can see the actual rows that are mismatched without needing to run a query. This helps with that process of drilling down and investigating the changes you’ve made while staying in context. # Top K Top-K is used for discovering the distribution for a column. You can also find if duplicates exist, incorrect values, or any missing values etc. It’s a useful high level statistic to get an understanding about what kind of changes have occurred and any further investigation is required. 🔧Try out the Recce demo: https://lnkd.in/gaWMUb8R 🚀Get started in your project: https://lnkd.in/gsZDPUVP #dbt #DataEngineering #DataValidation #DataModeling #BestPractices #data #Recce
[Demo] Recce 0.7.0 Features: Top-K Diff, Value Diff
https://www.loom.com
To view or add a comment, sign in
-
Here's something that stands out: Going fast slowly (https://lnkd.in/gMCBpE5T)
Going fast slowly
varnish-cache.org
To view or add a comment, sign in
13,154 followers