The document discusses building an ERP application for a bottled water company using the Pyramid web framework. It describes the company's requirements, including managing customers, sales, warehouses, e-commerce and support through a paperless system. It notes some challenges like evolving requirements, coordinating with the US-based customer, and a 5 month delivery timeframe. It recommends using Pyramid due to its similarities to Zope, support for SQLAlchemy, documentation and community.
This presentation provides an overview of the labour market in Hamilton, Ontario.
Sheila Block, Director of Economic Analysis
www.wellesleyinstitute.com
Follow us on twitter @wellesleyWI
This presentation highlights the factors driving and influencing a health equity agenda.
Bob Gardner, Director of Policy
www.wellesleyinstitute.com
Follow us on twitter @wellesleyWI
This presentation examines the ways in which local action can achieve health equity.
Bob Gardner, Director of Policy
www.wellesleyinstitute.com
Follow us on twitter @wellesleyWI
Health Equity Impact Assessment: A Tool for Driving Equity into Action Wellesley Institute
?
This presentation provides insight on how to drive equity into action.
Bob Gardner, Director of Policy
www.wellesleyinstitute.com
Follow us on twitter @wellesleyWI
This presentation suggests that housing and homelessness are not just concerns for the city centre. It looks at how housing insecurity is deep and persisting; how poor housing effects people, communities, the economy and government; the diminishing federal investments in housing; and our lack of a comprehensive national plan.
Michael Shapcott, Director of Housing and Innovation
http://www.wellesleyinstitute.com/
Follow us on twitter @wellesleyWI
1) Racialized women face significant barriers to accessing breast cancer screening programs resulting in later diagnoses and lower survival rates compared to non-racialized women.
2) Racialized Ontarians experience higher unemployment rates and earnings gaps compared to non-racialized Ontarians, highlighting the need for improved data on racial disparities in the labour market.
3) Unregulated rooming houses in Toronto suburbs have become an important source of affordable housing for vulnerable groups but often lack adequate health and safety protections for tenants.
The document discusses Mozilla's transition from short iteration development cycles to a continuous deployment model. It describes the previous development process, outlines the new continuous deployment approach including acceptable risks and strategies for manual and automated testing. The presentation addresses concerns about trusting developers for testing, the Selenium test suite, QA roles, and how quality will be measured in this new model.
ExpOn 2011 - Diego Monteiro - N¨ªveis de Maturidade nas M¨ªdias SociaisDOGSCAMP Summit
?
The document discusses the concept of DevOps. It begins by defining DevOps and explaining its origins from pressures to increase collaboration between development and operations teams. It then outlines the three layers of DevOps - people, process, and tools. Key aspects of DevOps include automation, infrastructure as code, continuous delivery, and breaking down silos. Common criticisms of DevOps are addressed, and tips are provided for organizations looking to adopt DevOps practices, such as gaining management support, starting with a small project, and celebrating successes. Frequently asked questions are also answered.
This document outlines the past, present, and future of Java SE. In the past, Java gained widespread adoption for application development and the JRockit JVM provided high performance. Currently, efforts are focused on Java 7 and the convergence of Hotspot and JRockit. Going forward, trends like multi-core processors and cloud computing will influence Java's direction.
Monitoring is easy, why are we so bad at it presentationTheo Schlossnagle
?
The document discusses why monitoring is important but difficult. It states that the main reason organizations struggle with monitoring is that they focus too much on technical aspects like networks and systems rather than what really matters - the business metrics that define success for the organization and its stakeholders.
The document discusses how to get involved with open source Ruby projects by patching libraries and writing new libraries. It provides steps for patching a library such as forking it on GitHub, writing a failing test, fixing the code, and submitting a pull request. It also discusses best practices for writing libraries such as using README-driven development and test-first development with tools like RSpec. The document encourages contributing to the open source community in a positive way and listening to users.
Taking the example of donating SpringSource dm Server to Eclipse.org as the Virgo project, this presentation considers the costs and (significant) benefits of such a donation. Improvements to Eclipse.org are suggested. Project leads should glean ideas to apply to their own projects. This file is licensed under the Eclipse Public License.
The document discusses the Guardian Open Platform which provides access to the Guardian's content through an API. The API offers rights-cleared content in three tiers of access and has been successful in increasing developer happiness, productivity, and the internal usage of the API. However, the document notes that more can still be done to improve external data references and reduce the gap between self-service and high-touch support. It promotes further opening of the Guardian's content creation process, rights management, and commercial models.
David Rook is a security expert who developed Agnitio, an open source security code review tool. He gave a presentation on static analysis and how Agnitio can help with security code reviews through checklists, reports, and metrics. It is designed to improve the review process and help prevent security issues like those that occurred in past software failures. He also discussed how mobile apps are increasingly common but mobile developers often lack security training, and how Agnitio can help with reviews of mobile application code.
You¡¯ve used all the server-side caching tricks in the book: memcache, APC, database cache and so on to squeeze every millisecond out, and now your site is as fast as it will ever get. Well guess again! These technologies are caching and creating the HTML which, if they done correctly, is only 10 ¨C 20% of the user response time, so there is a lot of room for improvement. Learn how to optimize your JavaScript, CSS, Images, Cookies and a whole slew of other things that make frontend caching a magical place.
Integrating ECM (WebCenter Content) with your Enterprise! 5 Tips to Try, 5 Tr...Brian Huff
?
There are a number of ways to scale up a basic content or collaboration application into a true Enterprise Content Management system. But which one makes the most sense in your situation? If you pick the wrong path, how will you know it? And what techniques seem compelling, but will eventually lead to an unusable system? In this talk, we will present 10 integration strategies: 5 that work, and 5 that hurt.
PLM Trends and Solutions Alternatives (ENGLISH) Oleg Shilovitsky
?
The document appears to be a presentation on PLM (product lifecycle management) trends and solution alternatives. It discusses challenges with current PLM implementations, including high costs. It also covers how PLM has evolved over time from EDM and PDM to become more complex. The presentation evaluates three options for organizations: using existing tools like CAD and spreadsheets instead of formal PLM ("DIY"); focusing on core data management and customized solutions; or adopting established PLM suites from major vendors. The future of PLM is predicted to include more vertical and mobile solutions as well as app store-like platforms.
Presentation given at by Gary Larizza at Camp Devops in Chicago ( http://www.campdevops.com ) on agile deployments with Puppet.
Learn more about Puppet: www.puppetlabs.com
Subscribe to Gary on Speakerdeck: https://speakerdeck.com/glarizza
This document appears to be a presentation about Ruby on Rails. It includes sections on Ruby and its features, Rails and its MVC architecture and conventions like DRY and REST. It demonstrates creating a scaffolding for a sample Rails application and deploying the application to Heroku. The goal is to provide an introduction and overview of Ruby and Rails for beginners.
This document appears to be a presentation about Pankaku Inc., a company that develops social gaming SDKs and games. It summarizes their flagship product called Pankia, which allows for multiplayer mobile gaming across iOS and Android through features like matchmaking, leaderboards, achievements and social integration. It also discusses their strategy to license the Pankia SDK and tools to other gaming companies and studios.
Lost in o auth? learn velruse and get your life backAndrew Mleczko
?
Velruse is a Python library that makes it easy to add OAuth authentication to a web application. It supports minimal configuration to use as a stand-alone service or integrate as a Pyramid plugin. Velruse handles the OAuth login flow and provides the authenticated profile and credentials to the application. Examples shown include using Velruse with Facebook, Google, Twitter, Alfresco and Plone authentication.
Celery can help address issues with posting to social networks at scale during crisis situations by allowing tasks like posting messages and sending SMS to be organized asynchronously and with built-in rate limiting. The presenter discusses how Celery was used to build a notification application and website to provide earthquake information and relief coordination in Italy within 36 days of the initial earthquake. Key lessons include using Celery's task organization, rate limiting, and distributed execution to engage stakeholders, collect needs, and share updates across social networks without exceeding API limits.
PloneConf2012 - Are you in a hole and still digging? Or how to become an agil...Andrew Mleczko
?
Having problems with running a Plone company? Too many distractions? You need to deal with micro, small, medium and big projects at the same time? And with variety of roles? Maybe we can have a solution for that! It¡¯s called Penelope - project management software of your dreams.
Project management software of your dreamsAndrew Mleczko
?
The document discusses building your own project management software. It describes common problems with existing software options and recommends building your own tool using open source frameworks. Specific frameworks mentioned include Penelope, an open source project management software built by RedTurtle, and CSS frameworks like Bootstrap. The document outlines features of Penelope like integrations, reports, and customizability. It argues building your own tool allows for more flexibility and control over features and integrations.
This document provides instructions for bootstrapping a Pyramid application with FormAlchemy and Bootstrap styling in 5 easy steps:
1. Install fa.bootstrap with pip
2. Create a new Pyramid project using the fa.bootstrap template
3. Change to the new project directory
4. Install dependencies with setup.py
5. Run the development server
It also provides a simple example of defining a model class and including FormAlchemy and the Bootstrap styling in the application configuration.
EuroPython 2011 - How to build complex web applications having fun?Andrew Mleczko
?
Web development is a complexity challenge nowadays. Growing number of functionalities results in customer expectations increase which makes project design more difficult. Using proper tools that suite your customer needs is essential.
This talk is about successful story using closely together Pyramid and Plone. Basing on these examples you will see the main reasons for using Plone as a CMS only and letting Pyramid do the rest (vertical application).
Sometimes when you are doing a lot of Plone development you could miss the big picture: Plone is not just a CMS. It's a damn good CMS with almost unlimited possibilities of integration. However its 'unlimity' has started to be one of its biggest limitations.
This document discusses using an external search engine like Solr or Tsearch2 to index Plone content. It notes that Plone's internal search can be slow for large sites and outlines some solutions like collective.solr and custom integrations with Solr or Tsearch2. It provides an overview of how these solutions work, including document formatting, querying, and normalization of content to a common format to index in the external search engine. The document also discusses using these solutions for a large community portal for Italian youth.
This document describes a method for quickly importing a large number of documents into Plone. The method involves:
1) Creating lightweight brain objects with minimal metadata for each document and cataloging them in the portal catalog.
2) Using a custom traverser to allow users to access the brain objects.
3) Displaying a view when users access brains to inform them the document needs migration and providing an option to import it. This spreads the import process over many users and makes it much faster than importing all documents at once.
More Related Content
Similar to PyconUA - How to build ERP application having fun? (13)
This document outlines the past, present, and future of Java SE. In the past, Java gained widespread adoption for application development and the JRockit JVM provided high performance. Currently, efforts are focused on Java 7 and the convergence of Hotspot and JRockit. Going forward, trends like multi-core processors and cloud computing will influence Java's direction.
Monitoring is easy, why are we so bad at it presentationTheo Schlossnagle
?
The document discusses why monitoring is important but difficult. It states that the main reason organizations struggle with monitoring is that they focus too much on technical aspects like networks and systems rather than what really matters - the business metrics that define success for the organization and its stakeholders.
The document discusses how to get involved with open source Ruby projects by patching libraries and writing new libraries. It provides steps for patching a library such as forking it on GitHub, writing a failing test, fixing the code, and submitting a pull request. It also discusses best practices for writing libraries such as using README-driven development and test-first development with tools like RSpec. The document encourages contributing to the open source community in a positive way and listening to users.
Taking the example of donating SpringSource dm Server to Eclipse.org as the Virgo project, this presentation considers the costs and (significant) benefits of such a donation. Improvements to Eclipse.org are suggested. Project leads should glean ideas to apply to their own projects. This file is licensed under the Eclipse Public License.
The document discusses the Guardian Open Platform which provides access to the Guardian's content through an API. The API offers rights-cleared content in three tiers of access and has been successful in increasing developer happiness, productivity, and the internal usage of the API. However, the document notes that more can still be done to improve external data references and reduce the gap between self-service and high-touch support. It promotes further opening of the Guardian's content creation process, rights management, and commercial models.
David Rook is a security expert who developed Agnitio, an open source security code review tool. He gave a presentation on static analysis and how Agnitio can help with security code reviews through checklists, reports, and metrics. It is designed to improve the review process and help prevent security issues like those that occurred in past software failures. He also discussed how mobile apps are increasingly common but mobile developers often lack security training, and how Agnitio can help with reviews of mobile application code.
You¡¯ve used all the server-side caching tricks in the book: memcache, APC, database cache and so on to squeeze every millisecond out, and now your site is as fast as it will ever get. Well guess again! These technologies are caching and creating the HTML which, if they done correctly, is only 10 ¨C 20% of the user response time, so there is a lot of room for improvement. Learn how to optimize your JavaScript, CSS, Images, Cookies and a whole slew of other things that make frontend caching a magical place.
Integrating ECM (WebCenter Content) with your Enterprise! 5 Tips to Try, 5 Tr...Brian Huff
?
There are a number of ways to scale up a basic content or collaboration application into a true Enterprise Content Management system. But which one makes the most sense in your situation? If you pick the wrong path, how will you know it? And what techniques seem compelling, but will eventually lead to an unusable system? In this talk, we will present 10 integration strategies: 5 that work, and 5 that hurt.
PLM Trends and Solutions Alternatives (ENGLISH) Oleg Shilovitsky
?
The document appears to be a presentation on PLM (product lifecycle management) trends and solution alternatives. It discusses challenges with current PLM implementations, including high costs. It also covers how PLM has evolved over time from EDM and PDM to become more complex. The presentation evaluates three options for organizations: using existing tools like CAD and spreadsheets instead of formal PLM ("DIY"); focusing on core data management and customized solutions; or adopting established PLM suites from major vendors. The future of PLM is predicted to include more vertical and mobile solutions as well as app store-like platforms.
Presentation given at by Gary Larizza at Camp Devops in Chicago ( http://www.campdevops.com ) on agile deployments with Puppet.
Learn more about Puppet: www.puppetlabs.com
Subscribe to Gary on Speakerdeck: https://speakerdeck.com/glarizza
This document appears to be a presentation about Ruby on Rails. It includes sections on Ruby and its features, Rails and its MVC architecture and conventions like DRY and REST. It demonstrates creating a scaffolding for a sample Rails application and deploying the application to Heroku. The goal is to provide an introduction and overview of Ruby and Rails for beginners.
This document appears to be a presentation about Pankaku Inc., a company that develops social gaming SDKs and games. It summarizes their flagship product called Pankia, which allows for multiplayer mobile gaming across iOS and Android through features like matchmaking, leaderboards, achievements and social integration. It also discusses their strategy to license the Pankia SDK and tools to other gaming companies and studios.
Lost in o auth? learn velruse and get your life backAndrew Mleczko
?
Velruse is a Python library that makes it easy to add OAuth authentication to a web application. It supports minimal configuration to use as a stand-alone service or integrate as a Pyramid plugin. Velruse handles the OAuth login flow and provides the authenticated profile and credentials to the application. Examples shown include using Velruse with Facebook, Google, Twitter, Alfresco and Plone authentication.
Celery can help address issues with posting to social networks at scale during crisis situations by allowing tasks like posting messages and sending SMS to be organized asynchronously and with built-in rate limiting. The presenter discusses how Celery was used to build a notification application and website to provide earthquake information and relief coordination in Italy within 36 days of the initial earthquake. Key lessons include using Celery's task organization, rate limiting, and distributed execution to engage stakeholders, collect needs, and share updates across social networks without exceeding API limits.
PloneConf2012 - Are you in a hole and still digging? Or how to become an agil...Andrew Mleczko
?
Having problems with running a Plone company? Too many distractions? You need to deal with micro, small, medium and big projects at the same time? And with variety of roles? Maybe we can have a solution for that! It¡¯s called Penelope - project management software of your dreams.
Project management software of your dreamsAndrew Mleczko
?
The document discusses building your own project management software. It describes common problems with existing software options and recommends building your own tool using open source frameworks. Specific frameworks mentioned include Penelope, an open source project management software built by RedTurtle, and CSS frameworks like Bootstrap. The document outlines features of Penelope like integrations, reports, and customizability. It argues building your own tool allows for more flexibility and control over features and integrations.
This document provides instructions for bootstrapping a Pyramid application with FormAlchemy and Bootstrap styling in 5 easy steps:
1. Install fa.bootstrap with pip
2. Create a new Pyramid project using the fa.bootstrap template
3. Change to the new project directory
4. Install dependencies with setup.py
5. Run the development server
It also provides a simple example of defining a model class and including FormAlchemy and the Bootstrap styling in the application configuration.
EuroPython 2011 - How to build complex web applications having fun?Andrew Mleczko
?
Web development is a complexity challenge nowadays. Growing number of functionalities results in customer expectations increase which makes project design more difficult. Using proper tools that suite your customer needs is essential.
This talk is about successful story using closely together Pyramid and Plone. Basing on these examples you will see the main reasons for using Plone as a CMS only and letting Pyramid do the rest (vertical application).
Sometimes when you are doing a lot of Plone development you could miss the big picture: Plone is not just a CMS. It's a damn good CMS with almost unlimited possibilities of integration. However its 'unlimity' has started to be one of its biggest limitations.
This document discusses using an external search engine like Solr or Tsearch2 to index Plone content. It notes that Plone's internal search can be slow for large sites and outlines some solutions like collective.solr and custom integrations with Solr or Tsearch2. It provides an overview of how these solutions work, including document formatting, querying, and normalization of content to a common format to index in the external search engine. The document also discusses using these solutions for a large community portal for Italian youth.
This document describes a method for quickly importing a large number of documents into Plone. The method involves:
1) Creating lightweight brain objects with minimal metadata for each document and cataloging them in the portal catalog.
2) Using a custom traverser to allow users to access the brain objects.
3) Displaying a view when users access brains to inform them the document needs migration and providing an option to import it. This spreads the import process over many users and makes it much faster than importing all documents at once.
This document discusses challenges in using Plone for enterprise intranet solutions and ways to optimize Plone's performance. It begins with an introduction to the speaker and their company. It then presents benchmark tests showing Plone is significantly slower than other frameworks. Various techniques are explored to improve Plone performance for a large intranet case study, including adding Varnish, Pound, mounting the catalog to a separate ZODB, and indexing optimizations. However, scaling issues with the flat ZEO architecture are identified. Potential solutions discussed include using RelStorage for improved scalability.
UiPath NY AI Series: Session 3: UiPath Autopilot for Everyone with Clipboard AIDianaGray10
?
? Embracing the Future: UiPath NY AI Series ¨C Session 3: UiPath Autopilot for Everyone with Clipboard AI
? Event Overview
This session will provide a deep dive into how UiPath Clipboard AI and Autopilot are reshaping automation, offering attendees a firsthand look at their capabilities, use cases, and real-world benefits. Whether you're a developer, business leader, or automation enthusiast, you'll gain valuable insights into leveraging these AI-driven tools to streamline operations and maximize productivity. ??
Getting the Best of TrueDEM ¨C April News & Updatespanagenda
?
Webinar Recording: https://www.panagenda.com/webinars/getting-the-best-of-truedem-april-news-updates/
Boost your Microsoft 365 experience with OfficeExpert TrueDEM! Join the April webinar for a deep dive into recent and upcoming features and functionalities of OfficeExpert TrueDEM. We¡¯ll showcase what¡¯s new and use practical application examples and real-life scenarios, to demonstrate how to leverage TrueDEM to optimize your M365 environment, troubleshoot issues, improve user satisfaction and productivity, and ultimately make data-driven business decisions.
These sessions will be led by our team of product management and consultants, who interact with customers daily and possess in-depth product knowledge, providing valuable insights and expert guidance.
What you¡¯ll take away
- Updates & info about the latest and upcoming features of TrueDEM
- Practical and realistic applications & examples for troubelshooting or improving your Microsoft Teams & M365 environment
- Use cases and examples of how our customers use TrueDEM
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. Au?erdem 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 AWS Encryption Key Options Impact Your Security and ComplianceChris Bingham
?
A rigorous approach to data encryption is increasingly essential for the security and compliance of all organizations, particularly here in Europe. However, all to often key management is neglected, and encryption itself ain¡¯t worth much if your encryption keys are poorly managed!
AWS KMS offers a range of encryption key management approaches, each with very different impacts on both your overall information security and crucially which laws and regulations they enable compliance with.
Join this mini-webinar to learn about the choices you need to make, including:
? Your options for one of the most important decisions you can make for your AWS security posture.
? How your AWS KMS configuration choices can fundamentally alter your organization's regulatory compliance.
? Which AWS KMS option is right for your organization.
Testing doesn't have to be scary! Testing Paralysis is real! Join us for a deep dive into TestBox, the powerful BDD/TDD testing framework. Learn how to write clean, fluent tests, automate your workflows, and banish bugs with confidence. Whether you're new to testing or a seasoned pro, this session will equip you with the tools to kill off that paralysis and win!
When Platform Engineers meet SREs - The Birth of O11y-as-a-Service SuperpowersEric D. Schabell
?
Monitoring the behavior of a system is essential to ensuring its long-term effectiveness. However, managing an end-to-end observability stack can feel like stepping into quicksand, without a clear plan you¡¯re risking sinking deeper into system complexities.
In this talk, we¡¯ll explore how combining two worlds¡ªdeveloper platforms and observability¡ªcan help tackle the feeling of being off the beaten cloud native path. We¡¯ll discuss how to build paved paths, ensuring that adopting new developer tooling feels as seamless as possible. Further, we¡¯ll show how to avoid getting lost in the sea of telemetry data generated by our systems. Implementing the right strategies and centralizing data on a platform ensures both developers and SREs stay on top of things. Practical examples are used to map out creating your very own Internal Developer Platform (IDP) with observability integrated from day 1.
This is session #5 of the 5-session online study series with Google Cloud, where we take you onto the journey learning generative AI. You¡¯ll 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.
Packaging your App for AppExchange ¨C 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.
The Future is Here ¨C Learn How to Get Started! Ionic App Development7Pillars
?
What is Ionic App Development? ¨C A powerful framework for building high-performance, cross-platform mobile apps with a single codebase.
Key Benefits of Ionic App Development ¨C Cost-effective, fast development, rich UI components, and seamless integration with native features.
Ionic App Development Process ¨C Includes planning, UI/UX design, coding, testing, and deployment for scalable mobile solutions.
Why Choose Ionic for Your Mobile App? ¨C Ionic offers flexibility, native-like performance, and strong community support for modern app development.
Future of Ionic App Development ¨C Continuous updates, strong ecosystem, and growing adoption make Ionic a top choice for hybrid app development.
Fast Screen Recorder v2.1.0.11 Crack Updated [April-2025]jackalen173
?
Copy This Link and paste in new tab & get Crack File
¡ý
https://hamzapc.com/ddl
Fast Screen Recorder is an incredibly useful app that will let you record your screen and save a video of everything that happens on it.
Recruiting Tech: A Look at Why AI is Actually OGMatt Charney
?
A lot of recruiting technology vendors out there are talking about how they're offering the first ever (insert AI use case here), but turns out, everything they're selling as innovative or cutting edge has been around since Yahoo! and MySpace were category killers. Here's the receipts.
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 what¡¯s 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. We¡¯ll break down key lessons, highlight recent use cases, and show how Unframe¡¯s 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.
Presentation Session 2 -Context Grounding.pdfMukesh Kala
?
This series is your gateway to understanding the WHY, HOW, and WHAT of this revolutionary technology. Over six interesting sessions, we will learn about the amazing power of agentic automation. We will give you the information and skills you need to succeed in this new era.
11. This is
¡ï truly open source CMS
¡ï built on top of
¡ï more than 340 active core developers
Saturday, 22 October 2011
12. This is
developed since 2001
Saturday, 22 October 2011
13. This is
¡ï among the top 2% of all open source projects
¡ï version 4.1.1 released 12 days ago
¡ï the best security track record of any major CMS
Saturday, 22 October 2011
14. This is
great for web publishing
and enterprise ready
Saturday, 22 October 2011
15. This is
great for web publishing
and enterprise ready
Saturday, 22 October 2011
23. SMALL ¡°Roughly 5000 lines
of code¡±
Saturday, 22 October 2011
24. SMALL ¡°Roughly 5000 lines
of code¡±
FAST
Saturday, 22 October 2011
25. SMALL ¡°Roughly 5000 lines
of code¡±
FAST
STABLE
Saturday, 22 October 2011
26. SMALL ¡°Roughly 5000 lines
of code¡±
FAST
¡°100% statement
STABLE
coverage via unit and
TESTED integration tests¡±
Saturday, 22 October 2011
27. SMALL ¡°Roughly 5000 lines
of code¡±
FAST
¡°100% statement
STABLE
coverage via unit and
TESTED integration tests¡±
DOCUMENTED ¡°Literally nothing
in Pyramid
is undocumented¡±
Saturday, 22 October 2011
28. ¡ï Decorator-based
configuration
¡ï Debug Toolbar
¡ï Event system
¡ï Configuration extensibility
Saturday, 22 October 2011
30. The Customer
¡ï .
¡ï Born as a startup
¡ï Offices in Miami,
New York and Los Angeles
Saturday, 22 October 2011
31. Water today
¡ï U.S. - the largest consumer market
for bottled water in the world
¡ï in 2011, the market is forecast to have
a value of $86,421.2 billion
¡°Bottled water has become the second
largest commercial beverage category¡±
Saturday, 22 October 2011
50. project gotchas
¡ï Requirements are not rock
solid (it¡¯s a startup) - project will
grow with the customer
¡ï Customer is in U.S. - planning
regular meetings is essential
¡ï We need to find new framework
¡ï Only 5 months to delivery
Saturday, 22 October 2011
51. Arc hi t e ct u ral dec i si ons
Saturday, 22 October 2011
55. why ?
¡ï architecture is not so far
away from Zope
¡ï it supports SQLAlchemy
out of the box
¡ï great documentation and
active community
¡ï add¡¯s some fresh air to your
architecture
Saturday, 22 October 2011
59. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
Saturday, 22 October 2011
60. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
61. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
62. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
63. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
64. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
65. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
66. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
67. why ?
¡ï The Best CMS
¡ï several years of experience
¡ï 1595 addons (and counting...)
on plone.org/products
¡ï PloneFormGen
¡ï Poi
¡ï Diazo (plone.app.theming)
¡ï LinguaPlone
Saturday, 22 October 2011
76. The big picture
pas.plugins.sa
ZODB
Apache
beaker PostgreSQL
repoze.who
Saturday, 22 October 2011
77. The big picture
extranet
pas.plugins.sa
ZODB
Apache
beaker PostgreSQL
intranet
repoze.who
Saturday, 22 October 2011
78. why not o t h er c o mpet i t o rs?
Saturday, 22 October 2011
79. d j ang o : no!
¡ï less code more magic
¡ï not so flexible
(specification is growing)
¡ï using SQLAlchemy within
could be tricky
Saturday, 22 October 2011
80. d r u pal: no!
¡ï security problems
(370 CVE entries)
¡ï integration is more difficult
(PHP vs. Python)
¡ï missing features
workflow, complex ACL, etc.
Saturday, 22 October 2011
81. o pen erp : hmm
¡ï quite complex: CRM , sales,
accounting and much more
¡ï not enough time
to fully investigate it
¡ï not a generic framework
Saturday, 22 October 2011
100. and a g o o d t eam
Saturday, 22 October 2011
101. ¡ï it¡¯s always a lot of fun to
Prototype but...
¡ï be aware of The
Learning Curve Effect
¡ï Collecting specification and
keeping docs up-to-date
is challenging
Saturday, 22 October 2011
103. pyramid_formalchemy
¡ï started by Ga?l Pasgrimaud
¡°gawel¡± supported by
¡ï using SQLAlchemy,
Formalchemy and fanstatic
¡ï available on pypi
more then 1720 downloads so far
Saturday, 22 October 2011
104. pyramid_formalchemy
¡ï events hooks
¡ï view and action customizations
¡ï i18n support
¡ï paster templates
¡ï fanstatic integration
Saturday, 22 October 2011
105. pyramid_formalchemy
def main(global_config, **settings):
""" This function returns a Pyramid WSGI application."""
engine = engine_from_config(settings, 'sqlalchemy.')
initialize_sql(engine)
config = Configurator(settings=settings)
# pyramid_formalchemy's configuration
config.include('pyramid_formalchemy')
# register an admin UI
config.formalchemy_admin('/admin', package='pyramidapp')
return config.make_wsgi_app()
Saturday, 22 October 2011
107. fa.bootstrap
¡ï a pyramid_formalchemy plugin
¡ï based on twitter bootstrap
¡ï integrated with fanstatic
¡ï released on pypi
http://pypi.python.org/pypi/fa.bootstrap
Saturday, 22 October 2011