SlideShare a Scribd company logo
Jan Jongboom, Arm
JavaScript all the things
Jan Jongboom "JavaScript all the things"
Jan Jongboom "JavaScript all the things"
Jan Jongboom "JavaScript all the things"
Jan Jongboom "JavaScript all the things"
Industrial IoT
Parking sensor Container seal Electricity pole monitoring
Jan Jongboom "JavaScript all the things"
Microcontroller
Microcontrollers
Small (1cm²)
Cheap (~1$)
Efficient (standby: 0.3 μA)
Lot of pins (100 I/O pins)
Slow (max. 100 MHz)
Limited memory (max. 256K RAM)
Assembly, C, C++
Downsides
0.137 mA
220 mARaspberry Pi 3 (idle)
One year on AA battery
Microcontroller w/ BLE
Beacon mode, 1s interval, lowest power mode
0.020 mA
Mbed OS is an operating system for IoT
devices
RTOS + Drivers + Networking Stacks
Instant boot, deep sleep, portable code 

(150 dev boards)
But... Still embedded
Embedded development is stuck in 1990s
1. Need to do everything in C or C++
2. Development cycle requires compiling & flashing
3. IDEs look like they're built for Windows 95
JavaScript hipster Embedded dev
Jan Jongboom "JavaScript all the things"
Two projects
JS on microcontrollers Mbed simulator
<3 JS over C++
• Way faster to develop, debugging and testing are easier
• Harder to break (no off-by-one errors, pointers, seg faults, memory
management)
• Portable to other platforms
• Event system is a natural fit
• Functional language is more expressive
Downsides
• Running a VM has additional cost
• Abstraction may leak
• Embedded developers will yell at you
Jan Jongboom "JavaScript all the things"
JerryScript
• JavaScript VM
• Originally developed by Samsung, now owned by JS foundation
• University of Szeged, Intel, Arm, Samsung, and more
• Runs in 64K of RAM; 200K of ROM
• Fitbit Ionic, Intel Vaunt
• But... Like V8 it's a VM, needs bindings
mbed
Unify microcontroller development
> 100 boards supported
Lot of APIs / libaries / community
But... in C++
JavaScript runtime
Runs in 64K RAM / 200K ROM


Written in C++
JavaScript on Mbed
JS on mbed - Best of both worlds
• Runs on > 40 boards already
• Drivers, OS, critical paths in C++
• Deep sleep built-in
• Big library ecosystem, and many connectivity methods
• Application code can run in JS, and interop with C++
1	var	led	=	DigitalOut(LED1);	
				2		
				3	setInterval(function()	{	
				4			led.write(lead.read()	?	0	:	1);	
				5	},	1000);
Getting started
1. Get	a	dev	board	(*)	
2. $	git	clone	https://github.com/armmbed/mbed-js-repl-example	
3. $	gulp	--target=YOUR_BOARD_NAME	
4. Drag	.bin	file	to	your	board
* https://os.mbed.com/platforms
Jan Jongboom "JavaScript all the things"
Digital, Analog, I2C, 

SPI, UART, etc.
Basic drivers built-in, otherwise:
https://github.com/janjongboom/mbed-js-wrapper-generator
Current state
> 40 boards supported (from 9$, microcontrollers <2$)
C++ / JS bindings can be generated
Will get full-time contributor this year
Apache 2.0 licensed
https://mbed.com/js
Mbed Simulator
Slow feedback cycle
Write code
Compile
Flash
Get in right
state
Verify
30-60 secondsMight be hard,
e.g. networking conditions
BBC micro:bit - online editor
Pseudo-language (block based)
Can output JS or C++ or anything
But we want actual C++
#include	"mbed.h"	
#include	"compass.h"	
Compass	compass(I2C_SDA,	I2C_SCL);	
Display	display;	
int	main()	{	
				while	(1)	{	
								display.printf("%d",	compass.read());	
				}	
}
Emscripten
• Cross-compiles C++ to JavaScript / WebAssembly / WebGL
• Mozilla project, used f.e. for games
Physical hardware

(toggling registers)
Mbed OS (C++)
Application (C++)
Emscripten
• Cross-compiles C++ to JavaScript / WebAssembly / WebGL
• Mozilla project, used f.e. for games
Mbed OS (C++)
Application (C++)
Virtual hardware in browser
Jan Jongboom "JavaScript all the things"
Debugging in the browser (through source maps),
similar to when you use e.g. Babel
https://github.com/uTensor/uTensor
Deep learning for microcontrollers
Current state
Standard I/O works
Networking libraries work
Small set of peripherals ported (LCD, buttons, LEDs, temperature sensors)
To be integrated in core Mbed experience
http://labs.mbed.com/simulator
Demo time
Recap
JavaScript + IoT is awesome
Running a JavaScript VM on a microcontroller creates new opportunities
Simulating IoT devices vastly shortens development time
Let's build this thing together!
https://labs.mbed.com
Thank you!
https://labs.mbed.com
Jan Jongboom, Arm

More Related Content

More from Fwdays (20)

[QUICK TALK] "Coaching 101: How to Identify and Develop Your Leadership Quali... by Fwdays, has 12 slides with 165 views.What does it mean to be a leader, and what qualities should you develop in yourself? And how do you know if you even have these skills? This isn’t just a question—it’s the key to understanding where to start and how to move forward in unlocking your potential. Let’s break down leadership and coaching as a tool for unleashing your leadership potential. We’ll explore how coaching differs from mentoring, psychotherapy, and training—and why they’re not all the same. Special focus will be on self-coaching: learning to engage in an internal dialogue so you can keep moving forward even when external support is lacking. I’ll share a few practical life hacks and real-world examples that will help you create a plan and start taking action as soon as tomorrow.
[QUICK TALK] "Coaching 101: How to Identify and Develop Your Leadership Quali...[QUICK TALK] "Coaching 101: How to Identify and Develop Your Leadership Quali...
[QUICK TALK] "Coaching 101: How to Identify and Develop Your Leadership Quali...
Fwdays
12 slides165 views
"Dialogue about fakapas: how to pass an interview without unnecessary mistake... by Fwdays, has 46 slides with 80 views.A mix of practical advice and real-life stories, where two experts share the secrets of successfully passing all stages from the prescreen to the final conversation. An interview is always a challenge, regardless of experience. Is it possible to avoid common mistakes and increase your chances of success? Yes! The main thing is to know how to prepare properly and what tricks to avoid. At this talk, two experts will share real-life stories and practical advice on how to go through all the stages from the first prescreen to the final conversation. We will analyze typical mistakes of candidates, explain how not to disrupt the offer at the last moment, and give recommendations that will help you feel confident during the interview.
"Dialogue about fakapas: how to pass an interview without unnecessary mistake..."Dialogue about fakapas: how to pass an interview without unnecessary mistake...
"Dialogue about fakapas: how to pass an interview without unnecessary mistake...
Fwdays
46 slides80 views
"Conflicts within a Team: Not an Enemy, But an Opportunity for Growth", Orest... by Fwdays, has 16 slides with 224 views.Conflicts within a team are not always a bad sign. On the contrary, they can become a powerful tool for development. In this talk, Orest will share my experience and practical tools for resolving conflicts constructively, which help not only maintain harmony in the team but also improve its overall performance. You will learn how to turn conflicts into opportunities to strengthen team bonds, enhance communication skills, and achieve better results.
"Conflicts within a Team: Not an Enemy, But an Opportunity for Growth", Orest..."Conflicts within a Team: Not an Enemy, But an Opportunity for Growth", Orest...
"Conflicts within a Team: Not an Enemy, But an Opportunity for Growth", Orest...
Fwdays
16 slides224 views
"Surfing the IT Waves: How Not to Drown in the Information Ocean", Serhii Nem... by Fwdays, has 20 slides with 234 views.In the world of IT, where technologies develop at the speed of light, it's crucial to understand not only what to learn but also when to do it. In this presentation, we will explore a practical approach to the professional development of an IT specialist and figure out how to effectively track industry innovations without compromising your main work. We will discuss what truly influences your value as a developer, when it's worth investing time in learning new technologies, and how this relates to other important skills - from English proficiency to understanding the business value of projects. The presentation will be useful for both beginners who are just entering the job market and experienced developers who strive to remain competitive.
"Surfing the IT Waves: How Not to Drown in the Information Ocean", Serhii Nem..."Surfing the IT Waves: How Not to Drown in the Information Ocean", Serhii Nem...
"Surfing the IT Waves: How Not to Drown in the Information Ocean", Serhii Nem...
Fwdays
20 slides234 views
"Seeing vs. Understanding: The Hidden Psychology of Design", Irene Shkarovska... by Fwdays, has 73 slides with 103 views.🤔 Looks matter. But do they really help? In design, we often glorify aesthetics, but does making something “pretty” actually make it more usable? This talk breaks down the psychological battle between visual appeal and functional clarity, exploring how design influences both emotion and cognition. We'll take you through: - How composition theory shapes both aesthetics and usability. - Why visual design is crucial for some products but useless for others. - The role of cognitive load: real reason users click (or don’t). - How visual triggers manipulate emotions and decision-making. - The secret to balancing eye candy with functionality to create truly effective design. 🔥 Get ready for a mix of psychology, interaction design, and a few hard truths. If you've ever wondered whether you should lean into visuals or focus on usability—this talk will help you decide.
"Seeing vs. Understanding: The Hidden Psychology of Design", Irene Shkarovska..."Seeing vs. Understanding: The Hidden Psychology of Design", Irene Shkarovska...
"Seeing vs. Understanding: The Hidden Psychology of Design", Irene Shkarovska...
Fwdays
73 slides103 views
"Spin-up pgbouncer for fun and profit", Vitaliy Kharytonskiy by Fwdays, has 48 slides with 34 views.In this presentation I will try to analyze the experience of using pgbouncer and other database proxies at prom.ua. What profit does it bring in organizational sense, what new flexibility it gives to the infrastructure and everyday maintenance and scaling, which additional enchancements we managed to implement and test, what worked and what did not.
"Spin-up pgbouncer for fun and profit", Vitaliy Kharytonskiy"Spin-up pgbouncer for fun and profit", Vitaliy Kharytonskiy
"Spin-up pgbouncer for fun and profit", Vitaliy Kharytonskiy
Fwdays
48 slides34 views
"Building Trust: Strengthening Your Software Supply Chain Security", Serhii V... by Fwdays, has 28 slides with 191 views.The talk focuses on developing and integrating automation tools to enhance Supply Chain security. It addresses reproducible security practices with tools like Renovate and Wiz, as well as GitLab and JFrog Artifactory, to enforce consistent security scans seamlessly within existing workflows. We will cover centralized artifact management for improved oversight and consistency. Furthermore, we will discuss the seamless integration of security scans into deployment tooling, featuring automatic deployment blocks for vulnerabilities and a controlled override option for flexibility. The talk also examines tactics to keep the source code secure and up to date. We will explore the integration of runtime monitoring systems with detection capabilities and SLAs to manage and resolve issues on time.
"Building Trust: Strengthening Your Software Supply Chain Security", Serhii V..."Building Trust: Strengthening Your Software Supply Chain Security", Serhii V...
"Building Trust: Strengthening Your Software Supply Chain Security", Serhii V...
Fwdays
28 slides191 views
"10 Pitfalls of a Platform Team", Yura Rochniak by Fwdays, has 44 slides with 236 views.There are many obstacles and pitfalls on the path towards operational zen. Many routes could lead to dead ends and many detours could end up being loops. In this semi-comedy talk I share some examples of how processes fail for engineering teams that I observed through my career, using two pillars of the Internet culture - memes and numbered lists.
"10 Pitfalls of a Platform Team", Yura Rochniak"10 Pitfalls of a Platform Team", Yura Rochniak
"10 Pitfalls of a Platform Team", Yura Rochniak
Fwdays
44 slides236 views
"Reality of Managing 100+ “Managed” RDS Postgres Databases", Mykyta Hlushak by Fwdays, has 43 slides with 222 views.During the lecture, Mykyta will share the story of Solidgate's journey in building a high-performing and reliable fintech company, striving for 99.999% uptime on AWS’s SaaS platform. He'll uncover numerous caveats in doing things right without full system access, addressing product requirements, and staying up to date.
"Reality of Managing 100+ “Managed” RDS Postgres Databases", Mykyta Hlushak"Reality of Managing 100+ “Managed” RDS Postgres Databases", Mykyta Hlushak
"Reality of Managing 100+ “Managed” RDS Postgres Databases", Mykyta Hlushak
Fwdays
43 slides222 views
"Zero-sales lost — Incident Management", Igor Drozd by Fwdays, has 39 slides with 256 views.In my presentation, I will discuss the key aspects of the Zero Sales Lost strategy, focusing on incident management in the context of E-commerce development and the "Silpo" ecosystem. I will share our experience in building an incident management process, the specifics of monitoring and alerting system architecture, and how we scaled these processes across 19 products and 41 teams. Additionally, we will explore the role of DevOps culture and team responsibility in product development. Using real case studies, we will analyze whether critical failures can be prevented and how to achieve that effectively.
"Zero-sales lost — Incident Management", Igor Drozd"Zero-sales lost — Incident Management", Igor Drozd
"Zero-sales lost — Incident Management", Igor Drozd
Fwdays
39 slides256 views
"Turning Kubernetes into a full-fledged private cloud", Volodymyr Tsap by Fwdays, has 24 slides with 273 views.At the conference, I will present an approach to extending the capabilities of Kubernetes, transforming it into a fully-fledged private Cloud with support for virtualization, isolated networks, and multi-organization authentication. The goal of the presentation is to demonstrate that Kubernetes is not just a platform for containers, but a fully-featured private cloud that can be easily adapted to business needs.
"Turning Kubernetes into a full-fledged private cloud", Volodymyr Tsap"Turning Kubernetes into a full-fledged private cloud", Volodymyr Tsap
"Turning Kubernetes into a full-fledged private cloud", Volodymyr Tsap
Fwdays
24 slides273 views
"Kubernetes operators. How we migrated Release Management to controllers", De... by Fwdays, has 20 slides with 280 views.Kubernetes Controllers and Operators are a trending topic in conferences, interviews, and production today. I will share the story of the evolution of our Promotion (Release) system, from simple Kubernetes API REST calls to Informers and Controllers, based on my own experience. This story is particularly interesting because it serves as a great case for personal growth for you as well as for your DevOps/SRE team. It touches on Kubernetes architecture details, Networking, GitOps, IaC, Caching, development patterns, and Golang data structures. Even if you have no development experience (as is the case for most of our team), I will share how a Cursor AI assistant became yet another — though virtual — engineer on our team. Bonus: 10 years of Kubernetes & trends KubeCon24 North America.
"Kubernetes operators. How we migrated Release Management to controllers", De..."Kubernetes operators. How we migrated Release Management to controllers", De...
"Kubernetes operators. How we migrated Release Management to controllers", De...
Fwdays
20 slides280 views
"How AI infrastructure differs from common infrastructure", Vsevolod Polyakov by Fwdays, has 47 slides with 118 views.For the past three years, I have worked at LetsEnhance/Claid, an AI startup that enhances image quality and creates new backgrounds for customer products. While the infrastructure is always the same, it varies: large models, significant latency, and unreliable autoscaling. In this speech, I will discuss our perspective on AI infrastructure and our ideas for its improvement. The topic is for mid to senior-level engineers who are either already in AI or interested in understanding how it differs from traditional infrastructure.
"How AI infrastructure differs from common infrastructure", Vsevolod Polyakov"How AI infrastructure differs from common infrastructure", Vsevolod Polyakov
"How AI infrastructure differs from common infrastructure", Vsevolod Polyakov
Fwdays
47 slides118 views
"DevOps culture and digital transformation process of Temabit Fozzy Group", O... by Fwdays, has 24 slides with 191 views.The transformation of a large organization is a marathon where every step requires coordinated teamwork, creative solutions, and a willingness to embrace mistakes. We will discuss: - How to properly plan global changes in a company with over 25,000 clients. - Why communication between technical teams and the business is the key to success. - SRE, R&D, and Architecture as drivers of transformation. - The role of FinOps in sustainable development. - Real-life cases, mistakes, and lessons learned. This will be a story of ups and downs that helped us turn challenges into opportunities.
"DevOps culture and digital transformation process of Temabit Fozzy Group", O..."DevOps culture and digital transformation process of Temabit Fozzy Group", O...
"DevOps culture and digital transformation process of Temabit Fozzy Group", O...
Fwdays
24 slides191 views
What we've learned by implementing a domestic microservices system for 5 year... by Fwdays, has 30 slides with 98 views.I'll share what problems our team faced in the process of developing and maintaining a microservice architecture software system for 5 years, what solutions we applied and how it affected us. In the talk we'll cover: domain modeling, assets topology, value of standards and soft skills.
What we've learned by implementing a domestic microservices system for 5 year...What we've learned by implementing a domestic microservices system for 5 year...
What we've learned by implementing a domestic microservices system for 5 year...
Fwdays
30 slides98 views
The Frugal Architecture in Practice.pptx by Fwdays, has 40 slides with 112 views.How to build cost-aware, efficient, modern architectures in practice
The Frugal Architecture in Practice.pptxThe Frugal Architecture in Practice.pptx
The Frugal Architecture in Practice.pptx
Fwdays
40 slides112 views
"Transition from Bench to Reserve: how to effectively manage and motivate peo... by Fwdays, has 25 slides with 49 views.Sergiy will tell you how to change your perception of the company's reserve. Don't be afraid to have it and don't go broke on it. He will share how he personally works with the reserve and how to form it correctly and incorrectly. What mistakes are most common in companies of any size. He will tell how to motivate people and make them understand that the reserve is not a way out of the company, but rather the opposite
"Transition from Bench to Reserve: how to effectively manage and motivate peo..."Transition from Bench to Reserve: how to effectively manage and motivate peo...
"Transition from Bench to Reserve: how to effectively manage and motivate peo...
Fwdays
25 slides49 views
"Money and Startups: How to Get $200,000+ in Equite Free Funding for Startup ... by Fwdays, has 136 slides with 52 views.The differences between grants and investments: which is better for your startup? How to raise money without selling equity, using the Dots Platform experience, including: How we recieved $50k from the Ukrainian Startup Fund. How we recieved up to $100k from Google for Startups. How to leverage AWS and Google credits to reduce costs, how we received credits for over 3+ years for our infrastructure, and how we made the most of them. Our lessons in scaling to international markets: the experience of entering the Irish and US markets, and when investment doesn’t solve all the problems.
"Money and Startups: How to Get $200,000+ in Equite Free Funding for Startup ..."Money and Startups: How to Get $200,000+ in Equite Free Funding for Startup ...
"Money and Startups: How to Get $200,000+ in Equite Free Funding for Startup ...
Fwdays
136 slides52 views
"Slow but Steady vs Fast and Furious: The Dilemma of Modern Development", Kyr... by Fwdays, has 24 slides with 58 views.Let's talk about one of the most painful topics – finding the balance between the speed of developing new features, technical optimization, and managing technical debt. Using the example of our startup's development, I'll share how we tried to rush forward, when we realized something was going wrong, what mistakes we made, and what it led to. I'll discuss how we solved the accumulated problems and what we got from it. Finally, we'll discuss what could have been done differently from the very beginning and how to search for that elusive balance in general.
"Slow but Steady vs Fast and Furious: The Dilemma of Modern Development", Kyr..."Slow but Steady vs Fast and Furious: The Dilemma of Modern Development", Kyr...
"Slow but Steady vs Fast and Furious: The Dilemma of Modern Development", Kyr...
Fwdays
24 slides58 views
"Technological Roulette",Alex Kovalchuk .pptx by Fwdays, has 24 slides with 151 views.As a CTO, I often faced the temptation to implement new technologies. This technological roulette sometimes led to success, sometimes not, but it always provided valuable experience. Our product continues to evolve, which indicates more wins than losses. Today, I’ll share the lessons we learned from this game and explain how to distinguish valuable innovations from risky experiments.
"Technological Roulette",Alex Kovalchuk .pptx"Technological Roulette",Alex Kovalchuk .pptx
"Technological Roulette",Alex Kovalchuk .pptx
Fwdays
24 slides151 views

Recently uploaded (20)

Safer’s Picks: The 6 FME Transformers You Didn’t Know You Needed by Safe Software, has 56 slides with 170 views.With over 500 transformers in FME, it’s easy to stick to your favourites – but what about the hidden gems that could help you achieve more than you thought possible in your workspaces? In this lightning talk-style webinar, our Safe team panel of FME Experts will highlight underutilized transformers and clever techniques that can make your workflows more powerful, efficient, and dynamic. Whether it’s a transformer you’ve never explored before or an unexpected way to use an old favourite, you’re sure to walk away with new ideas to enhance your FME skills. Transformers they’ll cover include: Donal, the MapnikRasterizer: Learn how to generate high-quality raster outputs from vector data with precise control over symbolization and labelling Crystal, the SchemaScanner: Detect schema drift on the fly and dynamically set your output schema based on incoming data. Mark, the ModuloCounter: Discover how to group features efficiently using the number of groups, rather than group size. Evie, the Aggregator: See how versatile it can be for concatenating, listing, and joining data as an alternative to other transformers. Natalie, the RasterExpressionEvaluator: Simplify raster expressions using presets to make them repeatable and easy to manage. Dave, the ChangeDetector: Fine-tune output configurations to pinpoint exactly what’s changed in your data. Join us for this fast-paced, insight-packed session and uncover the FME transformers you didn’t know you needed!
Safer’s Picks: The 6 FME Transformers You Didn’t Know You NeededSafer’s Picks: The 6 FME Transformers You Didn’t Know You Needed
Safer’s Picks: The 6 FME Transformers You Didn’t Know You Needed
Safe Software
56 slides170 views
Think Like and Architect Series: Session 1 of 9 Declarative Design by Walter Spinrad, has 20 slides with 104 views.1st of 9 in a series sharing my thoughts on what it takes to be an architect in the Salesforce ecosystem. I will be sharing from experience as a Salesforce CTA in the ecosystem for 17 years.
Think Like and Architect Series: Session 1 of 9 Declarative DesignThink Like and Architect Series: Session 1 of 9 Declarative Design
Think Like and Architect Series: Session 1 of 9 Declarative Design
Walter Spinrad
20 slides104 views
Cloud Computing The Future of Technology by joelmcapg, has 5 slides with 83 views."This PowerPoint presentation provides an in-depth overview of cloud computing, covering its fundamental concepts, service models (IaaS, PaaS, SaaS), deployment models (Public, Private, Hybrid, and Community Cloud), benefits, challenges, and real-world applications. It also highlights key cloud providers and emerging trends in cloud technology. Ideal for students, professionals, and anyone interested in understanding the future of cloud computing."
Cloud Computing The Future of TechnologyCloud Computing The Future of Technology
Cloud Computing The Future of Technology
joelmcapg
5 slides83 views
Graphs & GraphRAG - Essential Ingredients for GenAI by Neo4j, has 42 slides with 71 views.Knowledge graphs are emerging as useful and often necessary for bringing Enterprise GenAI projects from PoC into production. They make GenAI more dependable, transparent and secure across a wide variety of use cases. They are also helpful in GenAI application development: providing a human-navigable view of relevant knowledge that can be queried and visualised. This talk will share up-to-date learnings from the evolving field of knowledge graphs; why more & more organisations are using knowledge graphs to achieve GenAI successes; and practical definitions, tools, and tips for getting started.
Graphs & GraphRAG - Essential Ingredients for GenAIGraphs & GraphRAG - Essential Ingredients for GenAI
Graphs & GraphRAG - Essential Ingredients for GenAI
Neo4j
42 slides71 views
Making GenAI Work: A structured approach to implementation by Jeffrey Funk, has 3 slides with 28 views.Richard Self and I present a structured approach to implementing generative AI in your organization, a #technology that sparked the addition of more than ten trillion dollars to market capitalisations of Magnificent Seven (Apple, Amazon, Google, Microsoft, Meta, Tesla, and Nvidia) since January 2023. Companies must experiment with AI to see if particular use cases can work because AI is not like traditional software that does the same thing over and over again. As Princeton University’s Arvind Narayanan says: “It’s more like creative, but unreliable, interns that must be managed in order to improve processes.”
Making GenAI Work: A structured approach to implementationMaking GenAI Work: A structured approach to implementation
Making GenAI Work: A structured approach to implementation
Jeffrey Funk
3 slides28 views
Real World RAG: 5 common issues encountered when building Real World Applicat... by walterheck3, has 12 slides with 107 views.A deck explaining 5 of the bigger issues encountered when building a real-world RAG application like lorelai.app. This deck was used for a presentation by Walter Heck during a DEMAND event.
Real World RAG: 5 common issues encountered when building Real World Applicat...Real World RAG: 5 common issues encountered when building Real World Applicat...
Real World RAG: 5 common issues encountered when building Real World Applicat...
walterheck3
12 slides107 views
EaseUS Partition Master Crack 2025 + Serial Key by piolttruth25, has 24 slides with 46 views.https://ncracked.com/7961-2/ Note: >>👆👆 Please copy the link and paste it into Google New Tab now Download link EASEUS Partition Master Crack is a professional hard disk partition management tool and system partition optimization software. It is an all-in-one PC and server disk management toolkit for IT professionals, system administrators, technicians, and consultants to provide technical services to customers with unlimited use. EASEUS Partition Master 18.0 Technician Edition Crack interface is clean and tidy, so all options are at your fingertips. Whether you want to resize, move, copy, merge, browse, check, convert partitions, or change their labels, you can do everything with a few clicks. The defragmentation tool is also designed to merge fragmented files and folders and store them in contiguous locations on the hard drive.
EaseUS Partition Master Crack 2025 + Serial KeyEaseUS Partition Master Crack 2025 + Serial Key
EaseUS Partition Master Crack 2025 + Serial Key
piolttruth25
24 slides46 views
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx by BR Softech, has 9 slides with 25 views.Explore the world of Augmented Reality (AR) gaming with our insightful PPT, Step Into the Game: Augmented Reality Gaming Explained. Learn how AR enhances real-world gameplay, the technology behind it, popular AR games, future trends, and its impact on the gaming industry. Perfect for presentations on the future of gaming and immersive technology!" 🚀🎮 If you have any query for AR game development quick ask here: https://www.brsoftech.com/augmented-reality-game-development.html
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptxStep-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
Step-Into-the-Game-Augmented-Reality-Gaming-Explained.pptx
BR Softech
9 slides25 views
Accelerating Platformless Modernization With Choreo - WSO2Con 2025.pdf by Nuwan Dias, has 32 slides with 63 views.This presentation explores how Choreo (an Internal Developer Platform) helps organization accelerate their application modernization efforts. Application Modernization requires modernizing architecture, infrastructure and operations. This presentation discusses how Choreo can speed up all three modernizations at the same time. This talk is extracted from my talk at WSO2Con 2025.
Accelerating Platformless Modernization With Choreo - WSO2Con 2025.pdfAccelerating Platformless Modernization With Choreo - WSO2Con 2025.pdf
Accelerating Platformless Modernization With Choreo - WSO2Con 2025.pdf
Nuwan Dias
32 slides63 views
Ansible Variables in Playbook - RHCE.pdf by RHCSA Guru, has 11 slides with 17 views. Ansible variables is a key component in automation and configuration management - part of RHCE syllabus
Ansible Variables in Playbook - RHCE.pdfAnsible Variables in Playbook - RHCE.pdf
Ansible Variables in Playbook - RHCE.pdf
RHCSA Guru
11 slides17 views
Precisely Showcase - Data Governance, Quality & MDM.pdf by Precisely, has 37 slides with 23 views.
Precisely Showcase - Data Governance, Quality & MDM.pdfPrecisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely
37 slides23 views
Columbia Weather Systems - Product Overview by Columbia Weather Systems, has 24 slides with 75 views.Columbia Weather Systems offers professional weather stations in basically three configurations for industry and government agencies worldwide: Fixed-Base or Fixed-Mount Weather Stations, Portable Weather Stations, and Vehicle-Mounted Weather Stations. Models include all-in-one sensor configurations as well as modular environmental monitoring systems. Real-time displays include hardware console, WeatherMaster™ Software, and a Weather MicroServer™ with industrial protocols, web and app monitoring options. Innovative Weather Monitoring: Trusted by industry and government agencies worldwide. Professional, easy-to-use monitoring options. Customized sensor configurations. One-year warranty with personal technical support. Proven reliability, innovation, and brand recognition for over 45 years.
Columbia Weather Systems - Product OverviewColumbia Weather Systems - Product Overview
Columbia Weather Systems - Product Overview
Columbia Weather Systems
24 slides75 views
Security Policies MuleSoft API Manager Mule4 by Adalberto Toledo, has 33 slides with 89 views.In this Security Policies in MuleSoft meetup, we’ll dive into the different security mechanisms available to protect your APIs. We’ll cover out-of-the-box policies, custom policy development, OAuth 2.0 integration, API Gateway security, and best practices for securing MuleSoft APIs. Whether you're new to MuleSoft or an experienced developer, this session will provide practical insights and live demonstrations to enhance your API security strategy. Don’t miss out on this opportunity to level up your MuleSoft security expertise!
Security Policies MuleSoft API Manager Mule4Security Policies MuleSoft API Manager Mule4
Security Policies MuleSoft API Manager Mule4
Adalberto Toledo
33 slides89 views
UiPath Automation Developer Associate Training Series 2025 - Session 7 by DianaGray10, has 13 slides with 54 views.In session 7, you will learn about Orchestrator for Automation Developers and how this ties into the big picture. For this session, you will need to take this self-paced training: Orchestrator Overview for Automation Developers - 2 modules - 1h 30m - https://academy.uipath.com/courses/orchestrator-overview-for-automation-developers ⁉️ For any questions you may have, please use the dedicated Forum thread. You can tag the hosts and mentors directly and they will reply as soon as possible.
UiPath Automation Developer Associate Training Series 2025 - Session 7UiPath Automation Developer Associate Training Series 2025 - Session 7
UiPath Automation Developer Associate Training Series 2025 - Session 7
DianaGray10
13 slides54 views
Taking Your Legacy Data Beyond Modernization with AWS.pdf by Precisely, has 17 slides with 48 views.
Taking Your Legacy Data Beyond Modernization with AWS.pdfTaking Your Legacy Data Beyond Modernization with AWS.pdf
Taking Your Legacy Data Beyond Modernization with AWS.pdf
Precisely
17 slides48 views
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf by RHCSA Guru, has 17 slides with 23 views.Ansible Vault : Guide to encrypting, decrypting, and managing sensitive data securely in Ansible playbooks - part of RHCE syllabus
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdfAnsible Vault Encrypting and Protecting Secrets - RHCE.pdf
Ansible Vault Encrypting and Protecting Secrets - RHCE.pdf
RHCSA Guru
17 slides23 views
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio... by All Things Open, has 26 slides with 27 views.Presented at All Things Open AI 2025 Presented by Dr. Ruth Akintunde - SAS Institute Inc. Title: Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovation Abstract: This talk explores the critical differences between Open-Source Generative AI and Enterprise Generative AI, highlighting their respective strengths and challenges. Open-Source GenAI fosters innovation through community collaboration, accessibility, and adaptability, while Enterprise GenAI prioritizes security, scalability, and reliability. Key aspects such as cost, ethical considerations, and long-term sustainability are examined to understand their impact on AI development and deployment. Ultimately, the talk advocates for a hybrid approach, leveraging the best of both worlds to drive AI innovation forward. Find more info about All Things Open: On the web: https://www.allthingsopen.org/ Twitter: https://twitter.com/AllThingsOpen LinkedIn: https://www.linkedin.com/company/all-things-open/ Instagram: https://www.instagram.com/allthingsopen/ Facebook: https://www.facebook.com/AllThingsOpen Mastodon: https://mastodon.social/@allthingsopen Threads: https://www.threads.net/@allthingsopen Bluesky: https://bsky.app/profile/allthingsopen.bsky.social 2025 conference: https://2025.allthingsopen.org/
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
All Things Open
26 slides27 views
The Best of Both Worlds: Hybrid Clustering with Delta Lake by carlyakerly1, has 20 slides with 93 views.The Best of Both Worlds: Hybrid Clustering with Delta Lake This deck walks you through best practices, real-world use cases, and hybrid approaches to help you maximize performance while keeping your creative freedom intact. Video of full session: https://www.youtube.com/watch?v=0Gbq3B1FI-8
The Best of Both Worlds: Hybrid Clustering with Delta LakeThe Best of Both Worlds: Hybrid Clustering with Delta Lake
The Best of Both Worlds: Hybrid Clustering with Delta Lake
carlyakerly1
20 slides93 views
Safer’s Picks: The 6 FME Transformers You Didn’t Know You Needed by Safe Software, has 56 slides with 170 views.With over 500 transformers in FME, it’s easy to stick to your favourites – but what about the hidden gems that could help you achieve more than you thought possible in your workspaces? In this lightning talk-style webinar, our Safe team panel of FME Experts will highlight underutilized transformers and clever techniques that can make your workflows more powerful, efficient, and dynamic. Whether it’s a transformer you’ve never explored before or an unexpected way to use an old favourite, you’re sure to walk away with new ideas to enhance your FME skills. Transformers they’ll cover include: Donal, the MapnikRasterizer: Learn how to generate high-quality raster outputs from vector data with precise control over symbolization and labelling Crystal, the SchemaScanner: Detect schema drift on the fly and dynamically set your output schema based on incoming data. Mark, the ModuloCounter: Discover how to group features efficiently using the number of groups, rather than group size. Evie, the Aggregator: See how versatile it can be for concatenating, listing, and joining data as an alternative to other transformers. Natalie, the RasterExpressionEvaluator: Simplify raster expressions using presets to make them repeatable and easy to manage. Dave, the ChangeDetector: Fine-tune output configurations to pinpoint exactly what’s changed in your data. Join us for this fast-paced, insight-packed session and uncover the FME transformers you didn’t know you needed!
Safer’s Picks: The 6 FME Transformers You Didn’t Know You NeededSafer’s Picks: The 6 FME Transformers You Didn’t Know You Needed
Safer’s Picks: The 6 FME Transformers You Didn’t Know You Needed
Safe Software
56 slides170 views
Precisely Showcase - Data Governance, Quality & MDM.pdf by Precisely, has 37 slides with 23 views.
Precisely Showcase - Data Governance, Quality & MDM.pdfPrecisely Showcase - Data Governance, Quality & MDM.pdf
Precisely Showcase - Data Governance, Quality & MDM.pdf
Precisely
37 slides23 views
Taking Your Legacy Data Beyond Modernization with AWS.pdf by Precisely, has 17 slides with 48 views.
Taking Your Legacy Data Beyond Modernization with AWS.pdfTaking Your Legacy Data Beyond Modernization with AWS.pdf
Taking Your Legacy Data Beyond Modernization with AWS.pdf
Precisely
17 slides48 views
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio... by All Things Open, has 26 slides with 27 views.Presented at All Things Open AI 2025 Presented by Dr. Ruth Akintunde - SAS Institute Inc. Title: Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovation Abstract: This talk explores the critical differences between Open-Source Generative AI and Enterprise Generative AI, highlighting their respective strengths and challenges. Open-Source GenAI fosters innovation through community collaboration, accessibility, and adaptability, while Enterprise GenAI prioritizes security, scalability, and reliability. Key aspects such as cost, ethical considerations, and long-term sustainability are examined to understand their impact on AI development and deployment. Ultimately, the talk advocates for a hybrid approach, leveraging the best of both worlds to drive AI innovation forward. Find more info about All Things Open: On the web: https://www.allthingsopen.org/ Twitter: https://twitter.com/AllThingsOpen LinkedIn: https://www.linkedin.com/company/all-things-open/ Instagram: https://www.instagram.com/allthingsopen/ Facebook: https://www.facebook.com/AllThingsOpen Mastodon: https://mastodon.social/@allthingsopen Threads: https://www.threads.net/@allthingsopen Bluesky: https://bsky.app/profile/allthingsopen.bsky.social 2025 conference: https://2025.allthingsopen.org/
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
Open-Source GenAI vs. Enterprise GenAI: Navigating the Future of AI Innovatio...
All Things Open
26 slides27 views

Jan Jongboom "JavaScript all the things"