The document discusses the history and capabilities of JavaScript. It describes how JavaScript originated as Livescript for Netscape in 1995 and was not initially meant for manipulating the DOM. It discusses how JavaScript became the main language for developing web applications with the introduction of XMLHttpRequest and how Node.js uses Google's V8 engine and LibUV to provide asynchronous and non-blocking I/O. It promotes Cloud9 as an online IDE for developing JavaScript applications and demonstrates how to build a simple Node.js server and real-time web app with Socket.IO.
This document is a presentation about the TorqueBox framework. It introduces TorqueBox as providing the power of JBoss with the expressiveness of Ruby. It then summarizes TorqueBox's capabilities such as deployment, scheduling jobs, messaging, dependency injection, caching, clustering, and distributed caching. The presentation encourages attendees to engage with the TorqueBox community on IRC and social media.
This document provides an overview of Java and Ruby on Rails and how they can be combined using JRuby and TorqueBox. It discusses how TorqueBox allows Ruby on Rails applications to take advantage of features of the JBoss application server like clustering, caching using Infinispan, and load balancing with mod_cluster. The document demonstrates how to install and configure TorqueBox and deploy a Rails application that leverages aspects of the Java platform.
When Ruby Meets Java - The Power of Torqueboxrockyjaiswal
油
This document discusses TorqueBox, an open source platform that allows Ruby on Rails applications to run on the Java Virtual Machine (JVM) and take advantage of Java libraries and services. It highlights features like scheduling, services, messaging, background jobs, clustering, caching and performance. The document includes code samples and discusses how TorqueBox makes these enterprise features easy to use from Ruby. It also notes some risks of using an emerging technology but says the documentation is good and help is available online.
TorqueBox - Ultrapassando a fronteira entre Java e RubyBruno Oliveira
油
The document discusses Java and Ruby programming languages and the TorqueBox framework. It provides an overview of TorqueBox which allows running Ruby on Rails applications on the JBoss Application Server using the JRuby implementation of Ruby. It covers installing and deploying applications with TorqueBox, using features like caching, clustering, and Infinispan for distributed caching.
TorqueBox allows Ruby applications to leverage the Java Application Server and Java EE services by running Ruby code on JRuby and integrating it with the underlying Java platform. It provides services like messaging, caching, background jobs, and more to Ruby applications. TorqueBox handles the integration between Ruby frameworks/APIs and the corresponding Java APIs and services, allowing Ruby developers to build enterprise applications that scale.
The document provides an overview of SQLitePersistentObjects (SQLPO), an object-relational mapping (ORM) tool for SQLite databases on iPhone. It discusses how SQLPO allows defining persistent objects that can save and load data to/from a SQLite database with simple calls. Properties of persistent objects automatically map to database columns. SQLPO supports finding, filtering, indexing objects and more with minimal code. The document gives examples of defining persistent objects and performing common data operations like saving, loading, querying objects using SQLPO.
The document provides an overview of SQLitePersistentObjects (SQLPO), an object-relational mapping (ORM) tool for SQLite databases on iPhone. It discusses how to define persistent objects that map to database tables, and perform common CRUD operations like saving, finding, and deleting objects. SQLPO handles mapping data types to columns and storing relationships and collections. It also supports custom queries, indices, and other features to improve performance and flexibility.
The document discusses the Cloud9 IDE, which allows developers to code anywhere using cloud APIs and storage. It highlights key features like collaboration, scaling, and easy access to code. The presentation includes a demo of the Cloud9 IDE and how it enables collaborative development in the cloud.
This document provides an introduction and overview of Play 2.1. It discusses how Play 2 was rebuilt with Scala and is now part of the Typesafe Framework. It also summarizes some of Play 2's key features like asynchronous programming, streaming, websockets, and Comet capabilities. The document compares Play 2's defaults to Rails and shows examples of Play controllers, asynchronous results, Comet sockets, scheduling tasks, and its use of JBoss Netty.
This document discusses using CasperJS and Behat to test Drupal sites. It begins with an introduction to the speaker and covers why Simpletest and Selenium have limitations for testing complex AJAX interactions. CasperJS and PhantomJS are introduced as headless testing tools that allow testing real browser interactions without a visible browser. Examples are provided of using the CasperJS API and setting up Travis CI integration for automated testing. Behavioral testing with Behat and Gherkin syntax is also briefly discussed.
This document summarizes Charles Nutter's involvement with JSR 292 (invokedynamic) and JRuby performance over several years. It describes early experiments adding invokedynamic support to JRuby in 2008-2009 before the Java 7 implementation. After Java 7's release, performance was still much slower than regular calls. The document lists efforts by Nutter and the Hotspot team from 2010-2011 to improve performance through JIT optimizations and other changes. It discusses options for dealing with invokedynamic's poor performance in Java 7 and monitoring future JVM versions for improvements.
The document discusses invokedynamic, a new bytecode introduced in Java 7 that allows for user-definable bytecode behavior. It provides more flexibility compared to the traditional bytecode instructions like invokevirtual. invokedynamic calls a bootstrap method that prepares a CallSite object and MethodHandle to invoke the target method. This allows dynamic dispatch, fast method pointers, and optimizable behavior like normal Java code. The document includes examples of using invokedynamic to implement dynamic language features and define new domain-specific languages.
The WordPress Hacker's Guide to the \Galaxy() [@MidwestPHP]Jason Rhodes
油
Having started out as a self-described "WordPress hacker", it's taken me years to discover how to incorporate best practices into a WordPress context. I'll share a brief overview of the plugin devleopment concepts I wish I'd understood earlier, including object-oriented architecture, interface-like dependency management, robust app-like directory structure, super-charged deployment, the power of WP constants and APIs, and more.
The WordPress Hacker's Guide to the \Galaxy() [@Baltimore PHP]Jason Rhodes
油
As someone who started with PHP as a self-described "WordPress hacker", I had a hard time finding the path to becoming a knowledgeable programmer. Having now stumbled a short way up that path, I think we can make it easier for anyone who's interested in finding it. I'll share a brief overview of the tools and concepts I wish I'd known getting started, including why the command line matters, how version control fits with WP, MVC architecture, interfaces/adapters, general PHP tips, etc.
The document discusses WordPress development best practices. It recommends using plugins instead of functions.php, namespacing code, writing tests, using object-oriented programming, leveraging WordPress APIs, and deploying code in a versioned, shareable structure. It also criticizes some common complaints about WordPress and promotes improving the codebase.
The document lists the top 10 most notable open source projects on GitHub in 2012, including Ruby on Rails, CyanogenMod, CocoaPods, Symfony, Zend Framework, OpenStack Compute, Puppet, TrinityCore, Hubot scripts, and Amal Roumi's document is distributed under a Creative Commons license.
Welcome to the Symfony2 World - FOSDEM 2013Lukas Smith
油
This document provides an overview of a presentation about Symfony2. It introduces the two speakers, Lukas Smith and Daniel Kucharski, and discusses what Symfony2 is, its components, frameworks, distributions, ecosystem, and popular bundles. Key applications and libraries that integrate with Symfony2 are also summarized, such as Twig, Assetic, Monolog, Doctrine, JMSSerializer, Guzzle, and the Sonata Project.
As Ruby Developer I've had a pretty involved relationship with my Mac. I own iPads and iPhones since Apple started to make them. A few years back I told myself I was going to build apps for the Mac/iPhone/iPad but then reality sunk in when I started learning Objective-C and using XCode. The environment (and the language) felt like a trip back to 1995.
If you are a Web developer used to working with dynamically-typed, lightweight languages, following agile practices like Test-Driven Development, and comfortable with a Unix Shell, then jumping into a development world with an ugly cousin of C++ and an IDE that looks like an F16 cockpit just doesnt seem appealing.
Luckily for us there is an alternative in RubyMotion, a Ruby-based toolchain for iOS that brings a Ruby on Rails style of development to the world of iOS application development.
In this talk I will show you how you can use well engrained Ruby practices like TDD to build iOS Apps with RubyMotion.
Andrew Parker provides an overview of Puppet Labs, the Puppet and MCollective communities, and recent developments. Puppet Labs has grown significantly over the past year, doubling its employee count and increasing office space. Puppet is used widely, and its community has also grown substantially. Recent updates include the removal of dynamic scoping in Puppet 3, data separation using data binding, and performance improvements. The Forge and MCollective projects also continue to expand their modules, agents, and user bases through dedicated teams and continuous releases.
際際滷s from the live coding talk at the Z端hlke Software Engineering Days (SWE Days, Okt 2013). The live coding part (see github url in the slides) demonstrated how to hack a browser mvc app in the you-might-not-need-jquery sense (say: no libraries). With your bare hands!
The document discusses Jeremy Kendall's presentation on Composer, a dependency management tool for PHP. Some key points:
- Composer allows developers to declare project dependencies and install them easily with "composer install".
- It handles dependency updates seamlessly and ensures the whole team is using the same dependency versions.
- Installing Composer is simple - you can install it locally or globally via cURL. Projects define dependencies in "composer.json" and Composer installs/updates them.
- Composer generates an "autoload" file to autoload classes, improving performance over traditional autoloading methods.
This document discusses using Java from Ruby with JRuby IRB. It provides an introduction to JRuby and demonstrates how to load Java support and libraries, import Java classes, refer to and instantiate Java objects, implement Java interfaces, call static methods and fields, perform type conversions, invoke overloaded methods, and gives a complex example using the Akka framework to calculate Pi. It also discusses Maven integration, directory layout, and testing frameworks like RSpec and Cucumber that can be used.
JRuby allows developers to use the Ruby programming language on the Java platform. It provides the ability to leverage existing Java libraries and frameworks from Ruby code. This allows developers to benefit from the agility of Ruby and dynamic languages for web development while still taking advantage of robust Java technologies for the backend. Rails applications can also be deployed as WAR files to be run on Java application servers and benefit from features like scalability. Overall, JRuby provides a way to incorporate Ruby into Java/JEE projects for improved productivity through rapid prototyping and dynamic web frameworks while still using reliable Java infrastructure.
This document is a partial introduction to the Ruby programming language. It covers various Ruby concepts like objects, variables, methods, blocks, and more through a series of slides. The slides provide code examples and explanations to illustrate key elements of the Ruby language such as classes, operators, strings, arrays, hashes, and iterators.
This is session #5 of the 5-session online study series with Google Cloud, where we take you onto the journey learning generative AI. Youll explore the dynamic landscape of Generative AI, gaining both theoretical insights and practical know-how of Google Cloud GenAI tools such as Gemini, Vertex AI, AI agents and Imagen 3.
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldSafe Software
油
Join us for an exclusive webinar featuring special guest speakers from Amazon, Amberside Energy, and Avineon-Tensing as we explore the power of Amazon Bedrock and FME in AI-driven geospatial workflows.
Discover how Avineon-Tensing is using AWS Bedrock to support Amberside Energy in automating image classification and streamlining site reporting. By integrating Bedrocks generative AI capabilities with FME, image processing and categorization become faster and more efficient, ensuring accurate and organized filing of site imagery. Learn how this approach reduces manual effort, standardizes reporting, and leverages AWSs secure AI tooling to optimize their workflows.
If youre looking to enhance geospatial workflows with AI, automate image processing, or simply explore the potential of FME and Bedrock, this webinar is for you!
This document provides an introduction and overview of Play 2.1. It discusses how Play 2 was rebuilt with Scala and is now part of the Typesafe Framework. It also summarizes some of Play 2's key features like asynchronous programming, streaming, websockets, and Comet capabilities. The document compares Play 2's defaults to Rails and shows examples of Play controllers, asynchronous results, Comet sockets, scheduling tasks, and its use of JBoss Netty.
This document discusses using CasperJS and Behat to test Drupal sites. It begins with an introduction to the speaker and covers why Simpletest and Selenium have limitations for testing complex AJAX interactions. CasperJS and PhantomJS are introduced as headless testing tools that allow testing real browser interactions without a visible browser. Examples are provided of using the CasperJS API and setting up Travis CI integration for automated testing. Behavioral testing with Behat and Gherkin syntax is also briefly discussed.
This document summarizes Charles Nutter's involvement with JSR 292 (invokedynamic) and JRuby performance over several years. It describes early experiments adding invokedynamic support to JRuby in 2008-2009 before the Java 7 implementation. After Java 7's release, performance was still much slower than regular calls. The document lists efforts by Nutter and the Hotspot team from 2010-2011 to improve performance through JIT optimizations and other changes. It discusses options for dealing with invokedynamic's poor performance in Java 7 and monitoring future JVM versions for improvements.
The document discusses invokedynamic, a new bytecode introduced in Java 7 that allows for user-definable bytecode behavior. It provides more flexibility compared to the traditional bytecode instructions like invokevirtual. invokedynamic calls a bootstrap method that prepares a CallSite object and MethodHandle to invoke the target method. This allows dynamic dispatch, fast method pointers, and optimizable behavior like normal Java code. The document includes examples of using invokedynamic to implement dynamic language features and define new domain-specific languages.
The WordPress Hacker's Guide to the \Galaxy() [@MidwestPHP]Jason Rhodes
油
Having started out as a self-described "WordPress hacker", it's taken me years to discover how to incorporate best practices into a WordPress context. I'll share a brief overview of the plugin devleopment concepts I wish I'd understood earlier, including object-oriented architecture, interface-like dependency management, robust app-like directory structure, super-charged deployment, the power of WP constants and APIs, and more.
The WordPress Hacker's Guide to the \Galaxy() [@Baltimore PHP]Jason Rhodes
油
As someone who started with PHP as a self-described "WordPress hacker", I had a hard time finding the path to becoming a knowledgeable programmer. Having now stumbled a short way up that path, I think we can make it easier for anyone who's interested in finding it. I'll share a brief overview of the tools and concepts I wish I'd known getting started, including why the command line matters, how version control fits with WP, MVC architecture, interfaces/adapters, general PHP tips, etc.
The document discusses WordPress development best practices. It recommends using plugins instead of functions.php, namespacing code, writing tests, using object-oriented programming, leveraging WordPress APIs, and deploying code in a versioned, shareable structure. It also criticizes some common complaints about WordPress and promotes improving the codebase.
The document lists the top 10 most notable open source projects on GitHub in 2012, including Ruby on Rails, CyanogenMod, CocoaPods, Symfony, Zend Framework, OpenStack Compute, Puppet, TrinityCore, Hubot scripts, and Amal Roumi's document is distributed under a Creative Commons license.
Welcome to the Symfony2 World - FOSDEM 2013Lukas Smith
油
This document provides an overview of a presentation about Symfony2. It introduces the two speakers, Lukas Smith and Daniel Kucharski, and discusses what Symfony2 is, its components, frameworks, distributions, ecosystem, and popular bundles. Key applications and libraries that integrate with Symfony2 are also summarized, such as Twig, Assetic, Monolog, Doctrine, JMSSerializer, Guzzle, and the Sonata Project.
As Ruby Developer I've had a pretty involved relationship with my Mac. I own iPads and iPhones since Apple started to make them. A few years back I told myself I was going to build apps for the Mac/iPhone/iPad but then reality sunk in when I started learning Objective-C and using XCode. The environment (and the language) felt like a trip back to 1995.
If you are a Web developer used to working with dynamically-typed, lightweight languages, following agile practices like Test-Driven Development, and comfortable with a Unix Shell, then jumping into a development world with an ugly cousin of C++ and an IDE that looks like an F16 cockpit just doesnt seem appealing.
Luckily for us there is an alternative in RubyMotion, a Ruby-based toolchain for iOS that brings a Ruby on Rails style of development to the world of iOS application development.
In this talk I will show you how you can use well engrained Ruby practices like TDD to build iOS Apps with RubyMotion.
Andrew Parker provides an overview of Puppet Labs, the Puppet and MCollective communities, and recent developments. Puppet Labs has grown significantly over the past year, doubling its employee count and increasing office space. Puppet is used widely, and its community has also grown substantially. Recent updates include the removal of dynamic scoping in Puppet 3, data separation using data binding, and performance improvements. The Forge and MCollective projects also continue to expand their modules, agents, and user bases through dedicated teams and continuous releases.
際際滷s from the live coding talk at the Z端hlke Software Engineering Days (SWE Days, Okt 2013). The live coding part (see github url in the slides) demonstrated how to hack a browser mvc app in the you-might-not-need-jquery sense (say: no libraries). With your bare hands!
The document discusses Jeremy Kendall's presentation on Composer, a dependency management tool for PHP. Some key points:
- Composer allows developers to declare project dependencies and install them easily with "composer install".
- It handles dependency updates seamlessly and ensures the whole team is using the same dependency versions.
- Installing Composer is simple - you can install it locally or globally via cURL. Projects define dependencies in "composer.json" and Composer installs/updates them.
- Composer generates an "autoload" file to autoload classes, improving performance over traditional autoloading methods.
This document discusses using Java from Ruby with JRuby IRB. It provides an introduction to JRuby and demonstrates how to load Java support and libraries, import Java classes, refer to and instantiate Java objects, implement Java interfaces, call static methods and fields, perform type conversions, invoke overloaded methods, and gives a complex example using the Akka framework to calculate Pi. It also discusses Maven integration, directory layout, and testing frameworks like RSpec and Cucumber that can be used.
JRuby allows developers to use the Ruby programming language on the Java platform. It provides the ability to leverage existing Java libraries and frameworks from Ruby code. This allows developers to benefit from the agility of Ruby and dynamic languages for web development while still taking advantage of robust Java technologies for the backend. Rails applications can also be deployed as WAR files to be run on Java application servers and benefit from features like scalability. Overall, JRuby provides a way to incorporate Ruby into Java/JEE projects for improved productivity through rapid prototyping and dynamic web frameworks while still using reliable Java infrastructure.
This document is a partial introduction to the Ruby programming language. It covers various Ruby concepts like objects, variables, methods, blocks, and more through a series of slides. The slides provide code examples and explanations to illustrate key elements of the Ruby language such as classes, operators, strings, arrays, hashes, and iterators.
This is session #5 of the 5-session online study series with Google Cloud, where we take you onto the journey learning generative AI. Youll explore the dynamic landscape of Generative AI, gaining both theoretical insights and practical know-how of Google Cloud GenAI tools such as Gemini, Vertex AI, AI agents and Imagen 3.
All-Data, Any-AI Integration: FME & Amazon Bedrock in the Real-WorldSafe Software
油
Join us for an exclusive webinar featuring special guest speakers from Amazon, Amberside Energy, and Avineon-Tensing as we explore the power of Amazon Bedrock and FME in AI-driven geospatial workflows.
Discover how Avineon-Tensing is using AWS Bedrock to support Amberside Energy in automating image classification and streamlining site reporting. By integrating Bedrocks generative AI capabilities with FME, image processing and categorization become faster and more efficient, ensuring accurate and organized filing of site imagery. Learn how this approach reduces manual effort, standardizes reporting, and leverages AWSs secure AI tooling to optimize their workflows.
If youre looking to enhance geospatial workflows with AI, automate image processing, or simply explore the potential of FME and Bedrock, this webinar is for you!
GDG Cloud Southlake #41: Shay Levi: Beyond the Hype:How Enterprises Are Using AIJames Anderson
油
Beyond the Hype: How Enterprises Are Actually Using AI
Webinar Abstract:
AI promises to revolutionize enterprises - but whats actually working in the real world? In this session, we cut through the noise and share practical, real-world AI implementations that deliver results. Learn how leading enterprises are solving their most complex AI challenges in hours, not months, while keeping full control over security, compliance, and integrations. Well break down key lessons, highlight recent use cases, and show how Unframes Turnkey Enterprise AI Platform is making AI adoption fast, scalable, and risk-free.
Join the session to get actionable insights on enterprise AI - without the fluff.
Bio:
Shay Levi is the Co-Founder and CEO of Unframe, a company redefining enterprise AI with scalable, secure solutions. Previously, he co-founded Noname Security and led the company to its $500M acquisition by Akamai in just four years. A proven innovator in cybersecurity and technology, he specializes in building transformative solutions.
Packaging your App for AppExchange Managed Vs Unmanaged.pptxmohayyudin7826
油
Learn how to package your app for Salesforce AppExchange with a deep dive into managed vs. unmanaged packages. Understand the best strategies for ISV success and choosing the right approach for your app development goals.
SAP Business Data Cloud: Was die neue SAP-L旦sung f端r Unternehmen und ihre Dat...IBsolution GmbH
油
Inhalt:
Daten spielen f端r jede Business-Transformation eine entscheidende Rolle. Mithilfe der SAP Business Data Cloud (BDC) sind Unternehmen in der Lage, s辰mtliche Daten miteinander zu verbinden und zu harmonisieren. Die SAP BDC stellt eine Weiterentwicklung der bisherigen SAP-Datenstrategie dar - mit SAP Datasphere und der SAP Analytics Cloud (SAC) als elementaren S辰ulen. Besonders hervorzuheben: Databricks ist als OEM-Produkt in die Architektur integriert. Die SAP BDC kombiniert neue und bestehende Technologien, um Anwendern angereicherte Datenprodukte, fortschrittliche Analyse-Funktionalit辰ten und KI-gest端tzte Insights-Anwendungen bereitzustellen. Kurz gesagt: Mit SAP BDC schaffen Unternehmen eine zentrale Drehscheibe f端r ihre gesch辰ftskritischen Daten und legen die Basis f端r SAP Business AI.
In unserem Expertengespr辰ch erl辰utern Stefan Hoffmann (Head of Cross Solution Management SAP HANA & Analytics bei SAP) und Martin Eissing (Projektmanager bei IBsolution), was es mit der SAP Business Data Cloud genau auf sich hat und welche konkreten Vorteile mit dem neuen Angebot einhergehen. Auerdem zeigen sie auf, wie das erste Feedback der Kunden zur SAP BDC ausf辰llt und welche Wege Unternehmen zur SAP BDC f端hren.
Zielgruppe:
- IT-Leiter/IT-Entscheider
- Data Analysts
- Datenarchitekten
- BI-Spezialisten
- Anwender in den Fachbereichen
Agenda:
1. Was ist die SAP Business Data Cloud (BDC)?
2. Einordnung in die SAP-Datenstrategie
3. Voraussetzungen und Mehrwerte der SAP BDC
4. Architektur der SAP BDC
5. Handlungsempfehlungen f端r SAP BW-Kunden und SAP Datasphere-Kunden
6. Q&A
How to Consistently Make $5,000+ with DeepSmartXSOFTTECHHUB
油
Are you looking to create a sustainable income stream using AI technology? The emergence of powerful AI tools has opened up unprecedented opportunities for entrepreneurs, freelancers, and side-hustlers to generate significant income with minimal startup costs.
DeepSmartX stands out as a particularly powerful platform for income generation, combining advanced AI capabilities with a Approachable interface and a one-time payment model that eliminates ongoing subscription costs.
Achieving Extreme Scale with ScyllaDB: Tips & TradeoffsScyllaDB
油
Explore critical strategies and antipatterns for achieving low latency at extreme scale
If youre getting started with ScyllaDB, youre probably intrigued by its potential to achieve predictable low latency at extreme scale. But how do you ensure that youre maximizing that potential for your teams specific workloads and technical requirements?
This webinar offers practical advice for navigating the various decision points youll face as you evaluate ScyllaDB for your project and move into production. Well cover the most critical considerations, tradeoffs, and recommendations related to:
- Infrastructure selection
- ScyllaDB configuration
- Client-side setup
- Data modeling
Join us for an inside look at the lessons learned across thousands of real-world distributed database projects.
Elevate your online presence with Malachite Technologies where creativity meets technology. Our web design experts craft visually stunning and interactive websites that not only capture your brands essence but also enhance user engagement.
Dev Dives: Unleash the power of macOS Automation with UiPathUiPathCommunity
油
Join us on March 27 to be among the first to explore UiPath innovative macOS automation capabilities.
This is a must-attend session for developers eager to unlock the full potential of automation.
This webinar will offer insights on:
How to design, debug, and run automations directly on your Mac using UiPath Studio Web and UiPath Assistant for Mac.
Well walk you through local debugging on macOS, working with native UI elements, and integrating with key tools like Excel on Mac.
This is a must-attend session for developers eager to unlock the full potential of automation.
Speakers:
Andrei Oros, Product Management Director @UiPath
SIlviu Tanasie, Senior Product Manager @UiPath
Java on AWS Without the Headaches - Fast Builds, Cheap Deploys, No KubernetesVictorSzoltysek
油
Java Apps on AWS Without the Headaches: Fast Builds, Cheap Deploys, No Kubernetes
Lets face it: the cloud has gotten out of hand. What used to be simpledeploying your Java apphas become a maze of slow builds, tedious deploys, and eye-watering AWS bills. But heres the thing: it doesnt have to be this way. Every minute you spend waiting on builds or wrestling with unnecessary cloud complexity is a minute youre not building the features your customers actually care about.
In this talk, Ill show you how to go from a shiny new Java app to production in under 10 minuteswith fast builds, cheap deploys, and zero downtime. Well go deep into optimizing builds with Gradle (its time to leave Maven in the dust), parallelization strategies, and smarter caching mechanics that make your CI/CD pipelines fly. From there, well review the dozen+ ways AWS lets you deploy apps and cut through the chaos to find the solutions that work best for lean, fast, cost-effective pipelines. Spoiler: ECS and EKS usually arent the answer. Oh, and Ill even show you how AI tools like AWS Bedrock can help streamline your processes further, so you can automate what should already be automatic.
This talk is for developers fed up with the cost, complexity, and friction of modern cloud setupsor those who long for the simplicity of the Heroku/Beanstalk/PCF days when deploying to the cloud wasnt a headache. Whether youre on AWS, Azure, or GCP, youll learn actionable, cloud-agnostic tips to build faster, deploy cheaper, and refocus on what matters most: delivering value to your users.
Testing Tools for Accessibility Enhancement Part II.pptxJulia Undeutsch
油
Automatic Testing Tools will help you get a first understanding of the accessibility of your website or web application. If you are new to accessibility, it will also help you learn more about the topic and the different issues that are occurring on the web when code is not properly written.
The Future of Materials: Transitioning from Silicon to Alternative Metalsanupriti
油
This presentation delves into the emerging technologies poised to revolutionize the world of computing. From carbon nanotubes and graphene to quantum computing and DNA-based systems, discover the next-generation materials and innovations that could replace or complement traditional silicon chips. Explore the future of computing and the breakthroughs that are shaping a more efficient, faster, and sustainable technological landscape.
Building High-Impact Teams Beyond the Product Triad.pdfRafael Burity
油
The product triad is broken.
Not because of flawed frameworks, but because it rarely works as it should in practice.
When it becomes a battle of roles, it collapses.
It only works with clarity, maturity, and shared responsibility.
13. Java vs. Javascript
Lets confess:
JavaScript is already the language of the Web
Saturday, February 2, 13
14. People started to care
VMs got faster
And embeddable!
EcmaScript 5
JSConf
So, JavaScript is a very simple, but often
misunderstood language.
Saturday, February 2, 13
15. Node.js is a NOT another web
framework. I promise !
Saturday, February 2, 13
26. Read File in Ruby
file = File.new("readfile.rb", "r")
while (line = file.gets)
# Do something with line
end
file.close
Read File in Node
fs.readFile('readfile.js', function (err, buffer){
if (err) throw err;
// File is read and we're done.
});
Saturday, February 2, 13
27. browser.js
db.js
server.js
Saturday, February 2, 13
28. Normal C++ IO
Node.js is fast by design.
Never blocking on I/O means less
threads.
Saturday, February 2, 13
29. Program
Async.parallel([
function loadData(next) {
db.loadData(next);
},
function readFile(next) {
fs.readFile(fName, next);
], function done(err, items) {
if (err) throw err;
// Do something with items
});
https://github.com/caolan/async
Saturday, February 2, 13
30. Program
var user;
Async.series([
function loadUser(next) {
db.getUser(user_id, function(err, u){
user = u;
next(err);
});
},
function findItems(next) {
var sql = "SELECT * FROM store WHERE
type=?";
db.query(sql, user.type, next);
], function done(err, items) {
if (err) throw err;
// Do something with items
});
Saturday, February 2, 13
31. Program
Mix to do complex stuff like:
https://github.com/caolan/async
Saturday, February 2, 13
32. Program
Javascript, 1995 to 2013
Building Cloud9
Demo
Saturday, February 2, 13
38. You really need HELP
Text
undeclared variable
Saturday, February 2, 13
39. You really need HELP
Text
undeclared variable
Iterating using undeclared variable
Did you mean length?
Saturday, February 2, 13
40. You really need HELP
Text
undeclared variable
Iterating using undeclared variable
Did you mean length?
Saturday, February 2, 13
41. You really need HELP
Text
undeclared variable
Iterating using undeclared variable
Did you mean length?
function created in loop
Warning: you are in an anonymous inner function with its own this pointer
Saturday, February 2, 13
48. Create
Deploy
Run/Debug
Share Test
Saturday, February 2, 13
49. Program
Javascript, 1995 to 2012
Building Cloud9
Demo
Saturday, February 2, 13
50. Node.js simple server
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello world');
}).listen(3000);
Saturday, February 2, 13
51. Node.js real web app
express / connect
$ npm install -g express
$ express --sessions --css stylus --ejs jade
$ cd myapp
$ npm install
$ node app.js
app.get('/hello.txt', function(req, res){
res.send('Hello World');
});
app.listen(3000);
console.log('Listening on port 3000');
$ node app
http://expressjs.com/
Saturday, February 2, 13
52. Node.js real web app
Socket.IO 100% JS
Realtime apps made possible blurring the
differences between browser transport mechanisms.
$ npm install socket.io
Server Client
var io = require('socket.io'); <script src=/slideshow/javascript-in-the-cloud/16306312/"/socket.io/socket.io.js"></script>
// attached to the express app <script>
// or runs standalone on port 80 var socket = io.connect('http://localhost');
io = io.listen(app || 80);
socket.on('message', function (msg) {
io.sockets.on('connection', function (socket) { console.log(msg);
socket.on('message', function (msg) { socket.send({ info: 'trash' });
console.log(msg); });
}); </script>
});
http://socket.io
Saturday, February 2, 13
53. Future (Architect)
A simple yet powerful plugin system for
large-scale Node.js applications
Dependency Injection for JavaScript
Managing > ~100K LOC of JS
JS: Dynamically typed - Singly threaded
http://github.com/c9/architect
Saturday, February 2, 13
54. Wrap-Up
Node.js is brilliant for modern web apps
If you do realtime app that is meant to be scalable,
you should probably consider Node.js & Socket.io
Scale your code base: http://github.com/c9/architect
for your application.
Check out c9.io for a serious online IDE.
Saturday, February 2, 13
55. Text
http://c9.io
Mostafa Eweda
github.com/mostafaeweda
@mostafaeweda
Saturday, February 2, 13