Tag: Performance
-
IoT gateways explained: A detailed guide for 2024
Posted on February 21, 2024, Level intermediate Resource Length medium
If you work with IoT, you probably know how challenging it may be to manage Internet-of-Things (IoT) devices effectively. This challenge grows as more diverse gadgets and sensors join your ecosystem. And that's where the IoT gateway steps in. By Kostiantyn Oliynyk.
Tags app-development management iot performance startups devops
-
Write JavaScript shell scripts with Bun
Posted on February 15, 2024, Level beginner Resource Length medium
Thanks to Bun Shell, it's now possible to write fast scripts in JavaScript. Some time ago, Alexandre published a test of ZX, a NodeJS wrapper for Bash. This project has inspired many others. By Anthony Rimet.
Tags javascript performance web-development app-development nodejs
-
Kubernetes best practices for efficient cluster management every DevOps should know
Posted on February 11, 2024, Level intermediate Resource Length medium
Kubernetes is a powerful container orchestration platform that can help developers and DevOps teams deploy, manage, and scale applications more efficiently. However, with great power comes great responsibility. If you are not careful, it can be easy to end up with a complex and difficult-to-manage Kubernetes cluster. By Ben Grady.
Tags devops performance cloud kubernetes containers
-
What is the fastest programming language? Making the case for Elixir
Posted on February 1, 2024, Level beginner Resource Length medium
As turnaround times continue to shrink and the innovation expected from developers expands, programming language speeds can become a deciding factor for solution designers. If you're concerned about speed, Elixir may be the language you're looking for. By Content Team.
Tags elixir web-development performance functional-programming app-development erlang
-
Intel dives deeper into AI with new mobile and server processors
Posted on January 18, 2024, Level beginner Resource Length medium
Intel's momentus "AI Everywhere" campaign to show it is a strong competitor in the AI chip arena moved into high gear Thursday. CEO Pat Gelsinger and top executives argued the company can help customers with AI training and inference jobs across huge data centers as well as aboard AI PCs and even on smaller mobile devices. By Matt Hamblen.
Tags cloud gcp servers machine-learning ai performance miscellaneous
-
FinOps sketchnotes: Introducing cloud FinOps
Posted on January 17, 2024, Level intermediate Resource Length medium
Transitioning to the cloud means more than just migrating your workloads or building innovative new apps. While it's a great first step for your organization, it's just the beginning. To truly maximize the value of your cloud investments requires a fundamental shift in mindset and culture to rethink how your organization operates when imbued with technology. By Eric Lam and Pathik Sharma.
Tags cloud gcp machine-learning big-data performance cio
-
Everything you need to know about Arduino shields
Posted on January 16, 2024, Level intermediate Resource Length medium
Arduino is a popular open-source electronics platform that has revolutionised the world of DIY projects. With its powerful microcontrollers and versatile programming environment, Arduino allows enthusiasts and professionals alike to bring their creative ideas to life. One of the key features that make Arduino even more powerful is the availability of shields. By Jack Portley.
Tags iot how-to machine-learning big-data performance robotics
-
ARM Blackhawk CPU: Can Cortex-X5 help Android beat Apple chipset performance?
Posted on January 13, 2024, Level beginner Resource Length short
It's no secret that Android processors, whether Qualcomm or MediaTek, have consistently lagged behind Apple in terms of raw performance. However, a recent report from Moor Insights and Strategy suggests that after decades of trailing, ARM could narrow the gap and potentially surpass Apple's offerings with the upcoming Cortex X5 CPU core. By Hisan Kidwai.
Tags miscellaneous machine-learning android performance cio
-
TOPS AI vs. real world performance
Posted on January 10, 2024, Level beginner Resource Length short
Burgeoning machine learning and AI emerging use cases promise to create significant value for industries via accelerated information processing and increased accuracy of decision-making. But machine learning models are compute-intensive, demand high-frequency, and real-time AI analysis scenarios, which has led enterprises to lean on performance guidance using the metric Trillions of Operations Per Second (TOPS). TOPS captures "how many mathematical operations can an accelerator deliver in one second?" to compare and identify the best accelerator for a given inference task. By Rehan Hameed.
Tags ai how-to machine-learning big-data performance
-
How did the invention of the microprocessor change the course of computing history?
Posted on December 23, 2023, Level beginner Resource Length medium
From the humble beginnings of a single microchip, the microprocessor emerged as a catalyst for technological advancement and a key driver of computing evolution. Its invention marked a turning point in the history of computing, igniting a revolution that continues to shape our digital world today. By Marcin Wieclaw.
Tags robotics ai performance miscellaneous machine-learning
-
Revamping your code: Masterful techniques for effective code refactoring
Posted on December 15, 2023, Level beginner Resource Length short
Enhance code quality, reduce technical debt, and boost software reliability with essential code refactoring techniques. By Shivali Maheshwari.
Tags oop learning code-refactoring programming performance
-
AWS Lambda functions now scale 12 times faster when handling high-volume requests.
Posted on December 11, 2023, Level intermediate Resource Length medium
Now AWS Lambda scales up to 12 times faster. Each synchronously invoked Lambda function now scales by 1,000 concurrent executions every 10 seconds until the aggregate concurrency across all functions reaches the account's concurrency limit. By Marcia Villalba.
Tags serverless web-development event-driven performance