SlideShare a Scribd company logo
1 of 177
Download to read offline
Open Day
Highlights
Version 12
New Theme and Conference
Frappe Charts
1
2
3
1. Version 12 Release
Release Pages
Sahil Kenneth Prasad
Social Media Posts
2. Website Theme
Website Theme
A great website design almost
always has good use of white
space and consistency
3. Frappe Charts
Feats
● Added truncateLegends option to config to allow truncating of legends (#234)
● Added shortenYAxisNumbers option to axisOptions to truncate large
numbers.
● Labels will auto fit width of the wrapper for Aggregation charts (#232)
Fixes
● Fix donut chart large arc bug (#233)
● Full circle not rendering for Pie chart and Donut chart (#237)
● Default strokewidth issue (#229)
● Set minimum bar height to zero, contributed by @Alchez (#209)
Changes so far!
Elegance is important.
64 PRs
#7935
feat (web-form): enabled
translations for web_forms
#7888
refactor: ux
improvements to
dropdown filters
d69b37
feat: enabled number
shortening in frappe charts
#237
feat: allow full circle in pie
and donut chart
Some Notable
PRs
Open Day July 2019
- Rucha Mahabal
Getting Auto Repeat merged..
- Refactor or Rewrite??
- Some edge cases handled and
minor fixes.
- Auto Repeat moved to
Automation module.
- Refactored untouched code.
- Code clean-up
Added a checkbox, ‘Repeat on Last Day of the Month’, as an alternative to
‘Repeat on Day’ field
Removed unnecessary fields from Campaign like Budget, date fields.
Before:
After
Task: Session Defaults
Use case:
- Client had 8 companies.
- For every report, sales order etc, they had to select the company.
- Wanted to set one company as default when logged in.
Set up Session Default Settings
Add the DocTypes for which you want to set Session Defaults
Set up default values
Documentation
- Auto Repeat
- Email Campaign and Campaign
- Session Defaults
Very generous of Prasad for appreciating me
Issues
- Related to Auto Repeat
- Related to Session Defaults
- List View filter was not setting defaults. Same was the case with
Global Defaults.
- Some minor fixes
Assigned Offline POS
- Studied POS, ElectronJS, FrappeJS
- Offline POS ❌
- Offline ERPNext ✅
Goals
- Be more self-sufficient and less dependable.
- Increase speed and productivity.
- Solve more issues.
Thankyou!
- Rucha Mahabal
56 days at Frappe
okay so that’s 40 ish working days, but yeah
June
erpnext, training, 9:35 wala train, adjusting to macOS, docs & bugs fixes
July
frappe, bimaar padha, chashma tuta, 10:36 ka train, accounting app, access log, bug fixes
Accounting App
Access Log
& other jazz
new things
● trains
● books: dilbert future, freakonomics
● accounts and taxes
● not using a single meme in my presentation
● having a Job
● using that as an excuse to not attend family functions
1st sprint,
2nd sprint,
And this sprint
On support
Look what I have done…
Closed: 120 - 30(Invalid) - 26(open source) = 64
Replied: 8
Frappe resolved: 1
Total: 73
Why support ?
Enhance the ability to debug.
To know your product better.
For functional Knowledge.
For better understanding of code.
For lots of appreciation.
To gain more Energy points.
Some Special Issues.
In top 5
Tufan se tez h jai
Reviewed 47 PR this month.
Total 119 contribution till now.
At gym
540 lbs leg press.
270 lbs deadlift.
80+80 lbs dumbbell bench press.
50+50 lbs Dumbbell Shoulder press.
Thanks
No pain no gain
(Dard me bhi mazza h !)
@anurag810
RCP Visit
Have no words to describe

Good food though
Security
We have to stop acting like children

frappe/frappe#8044
Faster Travis
6 Minutes instead of 12 Minutes for Frappe

frappe/frappe#7964
Faster Travis
30 Minutes instead of an Hour for ERPNext

frappe/erpnext#18488

Thanks @karthikeyan5
Central 3
Backbone
Ongoing

(Was) online at new-c3-develop.erpnext.xyz
Thank You
Aditya Hase
1st week at Frappe
● Experienced Open Day.
● Started exploring Frappe Framework with Library Management and Accounting
App.
● It’s amazing to see how almost everything in ERPNext works on a basic concept
of Doctypes.
● Had difficulty with Multiple benches
Next 3 weeks
● Continued with Winter Internship sprint on Frappe Accounting.
● Everything is underdevelopment in FrappeJS so standardizing was difficult and
time consuming.
● Small hacks everywhere.
● Self reviews
Additions to Frappe Accounting
● GST Reports with export
● Chart of Accounts
● Purchase cycle
● Dashboard ( Just basic summary of accounts )
● Searchbar ( Would love to see how AwesomeBar works with Doctype )
● Sidebar
● Frappe Accounting 0.1.0 ( Maybe? )
● A lot of bug fixes.
FrappeJS
● Updated packages ( Node, Electron )
● Cloned frappe.msgprint() from Frappe
● Dynamic filters and doctypes
● ( Rest I don’t know how to explain )
Other than JavaScript
● Football ( Someday I’ll score too )
● Friday Forums ( Someday I’ll talk too )
● Party on V12 ( But I won’t sing ever )
My takes
● Of course I have to learn a mountain of things
● I don’t know if working on frappejs is the right start ( well, it has only been a
month )
● I have a long way to become a 10X developer
Open Day July ‘19
- Prssanna Desai
Energy Points Accessibility
Energy Points
Notifications
New User Profile Pages
● Energy Points Insights
● See all your activity
● View other Users activity
Heatmap
● Monthly Energy Points Distribution over the years
Percentage Chart
● Filter number of points by Type, Reference Doctype, Rule
Line Chart
● Filter by Timespan, Time Interval, Type
Remove Social (?)
● Move Leaderboard to ERPNext Leaderboard
Open Day
- Sahil Khan
Me
Server Down
Me
Patch fata
Need a release
Me Me
Call from Basawaraj
Translator Portal (Post Delivery Fixes)
● Added Verifier role for the verifiers.
● Enabled signups on translate.erpnext.com, now new signups are
automatically assigned the role of verifier.
Datalifecycle Blunder
● Forgot to take backup during v10-v11 migration.
● They had extensive customisations, eg: 130 custom fields in
Sales Order, due to which mysql row size exceeded the limit of
65535.
● Tried every solution from google (except one) but nothing
worked, The call went from 6PM to 11PM, thanks to Saurabh
and Nabin for being on the call though. Later early morning, had
to restore them to older backup with some minor dataloss.
● The next day, Saurabh confirmed that the only solution we didn’t
try worked ROW_FORMAT=COMPRESSED.
● Glad we didn’t do this because this solution isn’t working for v12
migration.
OneFlow vs GitFlow
● Spent some time researching on the advantages of OneFlow over
GitFlow as we were thinking of refactoring our Branches.
● Some Gyaan:
○ OneFlow: One branch throughout the lifecycle of the project.
○ Gitflow: Multiple branches.
● OneFlow was not fitting our Use Case as we support multiple versions
at the same time, hence we decided to stick to with the GitFlow.
● Updated our release code to support releasing of multiple versions.
Fulfilling Prerequisites for Version-12
● Default python 3 (search and replace python with python3)
● Add --version option for installing specific versions.
● Creating necessary Branches.
● Editing Discuss post with Shivam.
● Replying to one specific question L1 people kept asking, “Release
to 4 baje hone wala tha na…...Party kab start hogi?”
● Last moment release notes with Saurabh and Nabin for the final
release.
Version 12 Release
Post Release Work
● Switching branches on cloud
● Updating self hosted accounts.
● Resuming auto deploy on all servers.
Frappe Open Day
July-2019
Rohit
Project Cost Issue
Update Cost In Project
Produced and Transferred Quantity
Produced Qty => Finished Goods Total Quantity
Fixed Scrap Item
Fiji Localization
V-SDC
Used requests_pkcs12 package
Documentation
Open Day July 2019
Chinmay D. Pai
@Thunderbottom
Consultant Training at Frappe
DevOps and System Arch Call with
Random Indonesian People
and Gavin
DevOps ft. Sasta DevOps
BIS and Servify Issues and Migration
Ares Setup
Public IP, Proxy testing, ERPNext.org test site
Impromptu Ops and Issues
I cannot even recall any of what I did but here it is
V12 Release
V12 Bug Fixes
&
PR Reviews
Central Bench
Setup Fixes
Easy Install Script
Fixes
Fix Broken Verified
Translations
Handle Broken
Stand-By
Sites
DNS Proxy Setup
Debugging Email
Fix S3 Backup
Datalifecycle
Crisis
100+ Pull Request Reviews
(Version 12)
Feature Design Discussions
Helping juniors
Datalifecycle Upgradation
Updated Privacy Page
Updated Privacy Page
Option to download/delete personal data
Pick List (In-progress)
V12 Bug Fixes
PR Reviews
Thanks
@surajshetty3416
V12 bug fixes
Documentation
Meta Tags in all pages
Translations
Bench
bench --site sitename add-to-hosts
bench --site sitename migrate --skip-failing
bench drop-site sitename --no-backup
Desktop cards
Bom comparison tool
Contributions
guidelines
1. Data Migration
12%
39%
29%
20%
Data Cleansing
Data Import
Templating
Debugging
2. Configurations
• Workflows
• Custom Scripts
• Custom DocType
• Custom Print Formats
3. User Training
• Companies: CPL, IMEL
• Accounts
• Sales/Purchase
• Asset
• Stock
• Projects
4. bench play
• Local Setup
• bench console
• ssh
4.30am wala incident
Conference
• Visited the infamous venue with Prakash jee
• Delegation of open tasks
• Prospectus
• Marketing:
1. Blog (Under Review)
2. Social Media 

When did you become an expert
in testing?
v12 Testing
• Projects Module
• Features introduced in v12:
1. Project template
2. Accounting Dimensions
3. Keyboard Shortcuts
4. Promotional Scheme (!)
Retrospection
Thanks
Chavan
OPEN DAY - JULY 2019
LinetVarghese
BRIEF OVERVIEW OF THE MONTH
•Partially productive

•Slow month

•Lots and Lots of Learning

•Venturing into some new zones (dunno how long will that last :P)
COMMUNICATIONS
Lead qualification - 60+ calls	
Demonstration - 15
Conversion - 2
LEARNING
Modules:

Project

Agricultural

Healthcare
SOME NEW FOUND HABITS
FOOD FOR THOUGHT
"Become the person who would
attract the results you seek.”
2
Completed 1 Year !
“I don’t know if we are the best
team in the world, but I am lucky
to be a part of this team.”
3
Opportunities
1
Sessions
2
9
Reach out and connect
with Customer
12
Dekho!
Who aa gaya!
Marketing Call/Meeting
• “Open Source SAP Alternative” Branding
• Will begin testing ground with Adwords for SaaS
• Lead Generation tilting towards Mid-market/Enterprise
Open Day July 2019
Mitali Deshpande
Support
Issues [Resolved] : 63
Partner Training
Projects Module
Version 12 Testing
Buying module
Features testing: Pdf Encryption
Consultant Evaluation
Test 1 : Introduction Done!
Open Day
July 2019
Faraz Khatri
Insights
● 473 Opportunities
created.
● 145 from Drip
Emails.
● 328 from Website.
Insights
● 134 assigned.
● 18 Demo Sessions.
● 58 Incoming Calls.
Open Day
July 2019
-Michelle Alva
HR Documentation
•Salary Structure

•Salary Structure Assignment 

•Payroll Entry

•Salary Slip 

•Salary Component 

•Additional Salary

•Retention Bonus 

•Employee Incentive

•Employee Tax Exemption Declaration 

•Employee Tax Exemption Proof Submission

•Employee Benefit Application 

•Employee Benefit Claim
Functional Testing v12
WRC Fiji
• Attended training on Accounts, Stock and Assets module.
Open Day
Basawaraj Savalagi
Features Developed
●
●
●
●
Documentation
● Email Dropbox
● Invoice Documentation
● Billing Summary Reports
Open Day
July 2019
Rushabh Mehta
Activities
• Sales Reviews
• Team Reviews
• Feature Reviews
• Design Reviews
• Documentation Reviews
• No Code Reviews
Activities
• New Office
• Marketing
• Hiring
• Delivery
• Planning
• Cakes
Top Performers
Gameplan
Sprints
Delivery ?
Distributed Leadership
• Multiple Goals
• Multiple Leaders
• Fair Rewards
• Sideways Information Flow
• Responsibility
• Autonomy
Shared Understanding
• Systems
• Resources
• Standards
• Values
• Culture
Thank You

More Related Content

What's hot

Open Day December 2016
Open Day December 2016Open Day December 2016
Open Day December 2016Faris Ansari
 
ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017Umair Sayed
 
Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Prateeksha Singh
 
Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Neil Lasrado
 
TOCPA 2013 - Towards a Framework for Managing Knowledge Work
TOCPA 2013 - Towards a Framework for Managing Knowledge WorkTOCPA 2013 - Towards a Framework for Managing Knowledge Work
TOCPA 2013 - Towards a Framework for Managing Knowledge WorkDavid Anderson
 
Finish Strong -- Successfully Rolling Out Your Killer QuickBase App
Finish Strong -- Successfully Rolling Out Your Killer QuickBase AppFinish Strong -- Successfully Rolling Out Your Killer QuickBase App
Finish Strong -- Successfully Rolling Out Your Killer QuickBase AppQuickBase, Inc.
 
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...John Head
 

What's hot (9)

Open Day December 2016
Open Day December 2016Open Day December 2016
Open Day December 2016
 
ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017ERPNext / Frappe - Open Day for January 2017
ERPNext / Frappe - Open Day for January 2017
 
November 2016
November 2016November 2016
November 2016
 
Openday june 16
Openday june 16Openday june 16
Openday june 16
 
Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017Frappe Open Day - April/May 2017
Frappe Open Day - April/May 2017
 
Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016Frappé Open Day Presentations - April 2016
Frappé Open Day Presentations - April 2016
 
TOCPA 2013 - Towards a Framework for Managing Knowledge Work
TOCPA 2013 - Towards a Framework for Managing Knowledge WorkTOCPA 2013 - Towards a Framework for Managing Knowledge Work
TOCPA 2013 - Towards a Framework for Managing Knowledge Work
 
Finish Strong -- Successfully Rolling Out Your Killer QuickBase App
Finish Strong -- Successfully Rolling Out Your Killer QuickBase AppFinish Strong -- Successfully Rolling Out Your Killer QuickBase App
Finish Strong -- Successfully Rolling Out Your Killer QuickBase App
 
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...
Intuit Quickbase Empower 2015 - Finish Strong: SUCCESSFULLLY ROLLING OUT YOUR...
 

Similar to Open Day July 2019

Continuous Deployment Applied at MyHeritage
Continuous Deployment Applied at MyHeritageContinuous Deployment Applied at MyHeritage
Continuous Deployment Applied at MyHeritageRan Levy
 
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores Finnoto
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores FinnotoPGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores Finnoto
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores FinnotoEqunix Business Solutions
 
Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Anand Doshi
 
Frappe Open Day - March 2018
Frappe Open Day - March 2018Frappe Open Day - March 2018
Frappe Open Day - March 2018Kenneth Sequeira
 
Marco Liberati - Graph analytics
Marco Liberati - Graph analyticsMarco Liberati - Graph analytics
Marco Liberati - Graph analyticsCodemotion
 
GraphQL ♥︎ GraphDB
GraphQL ♥︎ GraphDBGraphQL ♥︎ GraphDB
GraphQL ♥︎ GraphDBGraphRM
 
Web components and Package managers
Web components and Package managersWeb components and Package managers
Web components and Package managersbtopro
 
Frappe Open Day - January 2015
Frappe Open Day - January 2015Frappe Open Day - January 2015
Frappe Open Day - January 2015Anand Doshi
 
SEO for Large/Enterprise Websites - Data & Tech Side
SEO for Large/Enterprise Websites - Data & Tech SideSEO for Large/Enterprise Websites - Data & Tech Side
SEO for Large/Enterprise Websites - Data & Tech SideDominic Woodman
 
Agile_SDLC_Node.js@Paypal_ppt
Agile_SDLC_Node.js@Paypal_pptAgile_SDLC_Node.js@Paypal_ppt
Agile_SDLC_Node.js@Paypal_pptHitesh Kumar
 
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age NETWAYS
 

Similar to Open Day July 2019 (20)

Frappe Open Day - September 2018
Frappe Open Day - September 2018Frappe Open Day - September 2018
Frappe Open Day - September 2018
 
Frappe Open Day - August 2018
Frappe Open Day - August 2018Frappe Open Day - August 2018
Frappe Open Day - August 2018
 
Why Go Lang?
Why Go Lang?Why Go Lang?
Why Go Lang?
 
Open Day July 2016
Open Day July 2016Open Day July 2016
Open Day July 2016
 
Presto@Uber
Presto@UberPresto@Uber
Presto@Uber
 
Continuous Deployment Applied at MyHeritage
Continuous Deployment Applied at MyHeritageContinuous Deployment Applied at MyHeritage
Continuous Deployment Applied at MyHeritage
 
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores Finnoto
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores FinnotoPGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores Finnoto
PGConf.ASIA 2019 Bali - Patroni on GitLab.com - Jose Cores Finnoto
 
Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016Frappé / ERPNext Open Day February 2016
Frappé / ERPNext Open Day February 2016
 
Frappe Open Day - March 2018
Frappe Open Day - March 2018Frappe Open Day - March 2018
Frappe Open Day - March 2018
 
Frappe Open Day - March 2018
Frappe Open Day - March 2018Frappe Open Day - March 2018
Frappe Open Day - March 2018
 
Marco Liberati - Graph analytics
Marco Liberati - Graph analyticsMarco Liberati - Graph analytics
Marco Liberati - Graph analytics
 
GraphQL ♥︎ GraphDB
GraphQL ♥︎ GraphDBGraphQL ♥︎ GraphDB
GraphQL ♥︎ GraphDB
 
Web components and Package managers
Web components and Package managersWeb components and Package managers
Web components and Package managers
 
Devops For Drupal
Devops  For DrupalDevops  For Drupal
Devops For Drupal
 
Rails data migrations
Rails data migrationsRails data migrations
Rails data migrations
 
Frappe Open Day - January 2015
Frappe Open Day - January 2015Frappe Open Day - January 2015
Frappe Open Day - January 2015
 
SEO for Large/Enterprise Websites - Data & Tech Side
SEO for Large/Enterprise Websites - Data & Tech SideSEO for Large/Enterprise Websites - Data & Tech Side
SEO for Large/Enterprise Websites - Data & Tech Side
 
Agile_SDLC_Node.js@Paypal_ppt
Agile_SDLC_Node.js@Paypal_pptAgile_SDLC_Node.js@Paypal_ppt
Agile_SDLC_Node.js@Paypal_ppt
 
Frappe Open Day - April 2018
Frappe Open Day - April 2018Frappe Open Day - April 2018
Frappe Open Day - April 2018
 
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age
OSDC 2014: Devdas Bhagat - Graphite: Graphs for the modern age
 

Recently uploaded

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 

Recently uploaded (20)

Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 

Open Day July 2019