SlideShare una empresa de Scribd logo
1 de 62
Descargar para leer sin conexión
Web Dev Tools Review
leechwin1@gmail.com

2013. 11
Outline
•
•
•
•
•
•
•
•
•
•
•
•

Command-line
Terminal
Quick Start
Recorder
Editor
Chrome DevTools
Integration tools
Synchronized
Visual regression testing
Simulate real-network conditions
Live testing and Screenshots
Mobile Web
Command-line
•

Script common tasks
•

Setting for terminal env
•
•

Init for dotfiles( .aliases, .bash_profile, .bash_prompty, .bashrc, .gitconfig etc...)
Shared for common env setting
•

•

When you use a different computer, you can restore your settings

Command wrapping ( .functions )
•

Make custom shell command for easy to use
// Start up a new local server
$server
// $python -m SimpleHTTPServer ...

• Github: https://github.com/mathiasbynens/dotfiles
• Article: http://net.tutsplus.com/tutorials/tools-and-tips/setting-up-amac-dev-machine-from-zero-to-hero-with-dotfiles/
Terminal
•

iTerm 2
•

iTerm 2 is a terminal emulator for Mac OS X
•

•

http://www.iterm2.com

Autocomplete

• Replay

Past History
Quick Start
•

Alfred
•

Search for files online or on Mac
•
•

http://www.alfredapp.com/
Github: https://github.com/zenorocha/alfred-workflows

• Launchy
• On Windows
• http://launchy.net/index.php
Recorder(1)
•

Automator
•

Point-and-click automation of repetitive tasks on Mac OS
•
•

For some services, automated service creation(Mail, File and Image etc.)
http://www.macosxautomation.com/automator/
Recorder(2)
•

Macro Recorder
• Keyboard and mouse recorder on Windows
• http://www.jitbit.com/macro-recorder/
Editor(1)
•

Sublime Autoprefixer
•

Sublime plugin to prefix your CSS
•
•

Create for browser vender prefix
http://www.macosxautomation.com/automator/
Editor(2)
•

Emmet (Zen Coding)
•

Sublime plugin to Emmet (Zen Coding)
•
•
•

HTML, CSS
http://emmet.io/
Github: https://github.com/sergeche/emmet-sublime
Editor(3)
•

Sublime TernJS
•

Sublime plugin to TernJS
•
•
•

Tern is a stand-alone code-analysis engine for JavaScript
http://ternjs.net/
http://ternjs.net/doc/demo.html
Editor(4)
•

Sublime Build System
•

Sublime plugin to grunt
•
•

Sublime build
http://bit.ly/sublime-grunt
Editor(5)
•

SublimeLinter
•

Inline lint highlighting for the Sublime Text editor
•
•

HTML, CSS, Javascript
https://github.com/SublimeLinter/SublimeLinter
Chrome DevTools(1)
•

Chrome DevTools
•

•

https://developers.google.com/chrome-developer-tools/

Workspace
•
•
•

Add and edit local projects. Breakpoints persist. Debug in-place.
Look like web based ide
https://developers.google.com/chrome-developer-tools/
Chrome DevTools(2)
•

Soucre Maps
•
•

Source map is mapping between converted source and original source.
Link to sass and less source
•

https://developers.google.com/chrome-developer-tools/docs/css-preprocessors
Chrome DevTools(3)
•

CSS Pretty-printing
•

Support CSS
•

https://developers.google.com/chrome-developer-tools/docs/css-preprocessors
Chrome DevTools(4)
•

Ignoring library code
•

Ignoring library code while debugging in Chrome
•

http://www.divshot.com/blog/tips-and-tricks/ignoring-library-code-whiledebugging-in-chrome/
Chrome DevTools(5)
•

Terminal
•

Terminal in Chrome Devtools
•
•
•
•

Server: installed devtools-terminal
Client: installed chrome extension then use terminal tab
Github: https://github.com/petethepig/devtools-terminal
Chrome extension: https://chrome.google.com/webstore/detail/devtoolsterminal/leakmhneaibbdapdoienlkifomjceknl
Chrome DevTools(6)
•

Debugging
•

•
•
•

https://developers.google.com/chrome-developer-tools/docs/remotedebugging
Remote Debugging
USB Debugging
Etc
•

iOS WebKit Debug Proxy: https://github.com/google/ios-webkit-debug-proxy
Chrome DevTools(7)
•

Emulation
https://developers.google.com/chrome-developer-tools/docs/mobile-emulation
Emulating Touch Events

•
•
•

Mouse actions will now also trigger the relevant touch events: touchstart, touchmove and touchend.

•

Debugging touch events
Chrome DevTools(8)
•

Emulation
Emulating Device Viewports

•
•

Emulate and debug mobile viewport issues like CSS media query breakpoints for various devices and setting
Chrome DevTools(9)
•

Emulation
Emulating Geolocation

•
•
•
•

Useful to debug the output received when using different values for longitude and latitude
http://html5demos.com/geo
Lat = 41.4949819 and Lat = -0.1461206
Chrome DevTools(10)
•

Emulation
Emulating Orientation

•
•

•

Accelerometers, gyroscopes, compasses and other hardware designed to determine capture motion and
orientation
http://www.html5rocks.com/en/tutorials/device/orientation/deviceorientationsample.html
Chrome DevTools(11)
•

Emulation
Emulating Media Type

•
•
•

CSS media types allow us to apply different styles to a page
http://www.html5rocks.com/en/mobile/high-dpi/
Integration tools(1)
•

Sublime Web Inspector
•

Debugger. Breakpoints. Console. Evaluate call frames
•
•

Sublime plugin to debug
http://sokolovstas.github.io/SublimeWebInspector/
Integration tools(2)
•

Emmet LiveStyle
•

Edit CSS. See changes live in Chrome *without* a browser refresh
•
•

Runtime css editing
It look like livereload for css

•

http://livestyle.emmet.io/
Integration tools(3)
•

Adobe Brackets
•

Bi-directional HTML live editing with Chrome
•
•

http://brackets.io/
Brackets Review

•

Image Preview and Pixel Guides
•
•

Support Image Preview
Support Image Pixel Guide Line
•
It useful for css sprite
Integration tools(4)
•

Tailor
•

Brackets + Git for ChromeOS
Integration tools(5)
•

WebStorm
•

The JavaScript IDE
•

•

http://www.jetbrains.com/webstorm/

Live Edit with Chrome(Chrome extension)
Integration tools(6)
•

WebStorm
•

Debug with Chrome(Chrome extension)
Integration tools(7)
•

WebStorm
•

Terminal
Integration tools(8)
•

WebStorm
•

Support node.js
•

Integrated node.js package manager

•

Debug and validate
Integration tools(9)
•

WebStorm
•

REST Client
•

Import/export of XML files with REST Client Requests, and compressed responses.
•

http://blog.jetbrains.com/webide/2013/02/using-the-rest-client-within-phpstorm/
Integration tools(10)
•

WebStorm
•

JavaScript Unit Testing
•

http://blog.jetbrains.com/webide/2011/10/javascript-unit-testing-support/
Integration tools(11)
•

WebStorm
•
•

Zen Coding with Emmet
Javascript
•
•

Support for CoffeeScript and TypeScript
Editor
•

DOM-Based, Browser-Specific Completion
Integration tools(12)
•

WebStorm
•

CSS
•

Support for Sass, Less and Stylus
Integration tools(13)
•

WebStorm
•

HTML
•

Editor
•

Show Content
•
•

Quick Definition Lookup on a CSS ID immediately shows a popup displaying
When invoked on an image file reference then image preview
Integration tools(14)
•

WebStorm
•

Spellchecker
•

•

Spellchecker verifies texts in tags, code strings, comments to avoid misspellings
and typos on web pages

Smart Duplicated Code Detector
•

Find duplicated code
Integration tools(15)
•

LightTable
•

Python development IDE
•
•

http://www.lighttable.com/
http://www.kickstarter.com/projects/ibdknox/light-table
Synchronized(1)
•

Remote Preview
•

https://github.com/viljamis/Remote-Preview
•

http://viljamis.com/blog/2012/remote-preview/
Synchronized(2)
•

Remote Preview
• Remote Device: Connected for Service URL(Remote Preview Project)
•
•

Polling URLs (url: url.txt)
Change to iframe src attribute
Synchronized(3)
•

Adobe Edge Inspect
•

Chrome browser will get mirrored to the devices
•

http://html.adobe.com/edge/inspect/
•
•

•

Setting up Edge Inspect with network
•
•
•

•
•
•
•

http://www.adobe.com/inspire/2012/12/web-designs-edge-inspect.html
http://tv.adobe.com/watch/adobe-evangelists-paul-trani/introducing-adobe-edgeinspect/

Host: Edge Inspect and Chrome extension
Client: Edget Inspect mobile device client
To use Edge Inspect, your devices and computer must be connected to the same
wireless network

Previewing live web content on connected devices
Remote inspection
Take a Screenshot
Refreshing devices remotely
Synchronized(4)
•

Adobe Edge Inspect
Synchronized(5)
•

Ghostlab
•

Synchronized testing for web and mobile on Mac OS X
•
•
•
•
•
•

http://vanamco.com/ghostlab/
Creates server to folder contents
Syncs scrolls, clicks and reloads
Debug button to open a browser window that will allow you to directly connect to the client
using the built-in WEINRE server
Host: Ghostlab server is running (e.g. http://192.168.1.4:8080)
Remote Device: Connect to host Ghostlab server
Synchronized(6)
•

Live Reload with Grunt
•

When you run grunt server from the root directory of your project it watches
for changes to your site files and refreshes the browser window
automatically
•

https://github.com/gruntjs/grunt-contrib-watch
Visual regression testing(1)
•

Wraith
•
•
•

A responsive screenshot comparison tool
PhantomJS or SlimerJS to create screen-shots of different environments
Creates a diff of the two images, the affected areas are highlighted in blue
•

http://github.com/bbc-news/wraith
Visual regression testing(2)
•

PhantomCSS
•

Visual/CSS regression testing with PhantomJS
•

•
•
•

https://github.com/Huddle/PhantomCSS

Generates a screenshot of a portion of the page, defined using
the CSS selector
Generate a new screenshot and compare it to the original
Differences are depicted in pink
Simulate real-network conditions(1)
•

Network Link Conditioner
•

Simulate the network environment on Mac OS X
•

•

http://nshipster.com/network-link-conditioner/

Network Link Conditioner is available on the devices themselves
•

Connect iPhone or iPad to Mac
Simulate real-network conditions(2)
•

Slowy app
•

Real-world connection simulator and bandwidth limiter on Mac OS X
•

http://slowyapp.com/
Live testing and Screenshots(1)
•

Open Device Lab(ODL)
•

http://opendevicelab.com/
•
•

•
•

http://mobile.smashingmagazine.com/2012/09/24/establishing-an-open-device-lab/
http://devicelab.fi/

Web and app developers to go to use a shared community pool of devices
Non-profit and free for the community to use
Live testing and Screenshots(2)
•

Open Device Lab(ODL)
Live testing and Screenshots(3)
•

Sauce Labs
•
•
•

https://saucelabs.com/
Cross-Browser Testing
Upload app to Sauce Labs storage and tested in Sauce Labs' cloud
Live testing and Screenshots(4)
•

Sauce Labs
Live testing and Screenshots(5)
•

Sauce Labs
Live testing and Screenshots(6)
•

BrowserStack
•

Cross-Browser Testing
•

•
•
•

http://www.browserstack.com/

Tests on virtual machines and devices.
Support screenshot and responsive test(Free)
Support live debugging
Live testing and Screenshots(7)
•

BrowserStack
Live testing and Screenshots(8)
•

BrowserStack
•

Rapidly test website for cross browser compatibility
Live testing and Screenshots(9)
•

BrowserStack
•

Responsive Design Testing across Devices
Live testing and Screenshots(10)
•

Browserling
•

Cross Browser Testing
•
•

https://browserling.com/
Tests on virtual machines
Live testing and Screenshots(11)
•

Browserling
Mobile Web
•

Mobile Web Guide
•

http://www.mobilexweb.com/

•

Mobile Emulators & Simulators: The Ultimate Guide

•

•
http://www.mobilexweb.com/emulators
HTML5 compatibility on mobile and tablet browsers with testing on real devices
•
http://mobilehtml5.org/
Reference
•

Automating Front-end Workflow
•

https://speakerdeck.com/addyosmani/automating-front-end-workflow
Thank you.

Más contenido relacionado

La actualidad más candente

Introduction to development of multiplayer HTML5 games (with Socket.io)
Introduction to development of multiplayer HTML5 games (with Socket.io)Introduction to development of multiplayer HTML5 games (with Socket.io)
Introduction to development of multiplayer HTML5 games (with Socket.io)Valerio Riva
 
Memory Management in Android
Memory Management in AndroidMemory Management in Android
Memory Management in AndroidOpersys inc.
 
electron for emberists
electron for emberistselectron for emberists
electron for emberistsAidan Nulman
 
Dr. Strangelove, or how I learned to love plugin development
Dr. Strangelove, or how I learned to love plugin developmentDr. Strangelove, or how I learned to love plugin development
Dr. Strangelove, or how I learned to love plugin developmentUlrich Krause
 
Ci for i-os-codemash-01.2013
Ci for i-os-codemash-01.2013Ci for i-os-codemash-01.2013
Ci for i-os-codemash-01.2013Kevin Munc
 
Android's Multimedia Framework
Android's Multimedia FrameworkAndroid's Multimedia Framework
Android's Multimedia FrameworkOpersys inc.
 
Android build on windows
Android build on windowsAndroid build on windows
Android build on windowsAddweup
 
Varying WordPress Development Environment WordCamp Columbus 2016
Varying WordPress Development Environment WordCamp Columbus 2016Varying WordPress Development Environment WordCamp Columbus 2016
Varying WordPress Development Environment WordCamp Columbus 2016David Brattoli
 
2012 04-19 theory-of_operation
2012 04-19 theory-of_operation2012 04-19 theory-of_operation
2012 04-19 theory-of_operationbobwolff68
 
Deployment Automation with Docker
Deployment Automation with DockerDeployment Automation with Docker
Deployment Automation with DockerEgor Pushkin
 
Docker - From Walking To Running
Docker - From Walking To RunningDocker - From Walking To Running
Docker - From Walking To RunningGiacomo Vacca
 

La actualidad más candente (11)

Introduction to development of multiplayer HTML5 games (with Socket.io)
Introduction to development of multiplayer HTML5 games (with Socket.io)Introduction to development of multiplayer HTML5 games (with Socket.io)
Introduction to development of multiplayer HTML5 games (with Socket.io)
 
Memory Management in Android
Memory Management in AndroidMemory Management in Android
Memory Management in Android
 
electron for emberists
electron for emberistselectron for emberists
electron for emberists
 
Dr. Strangelove, or how I learned to love plugin development
Dr. Strangelove, or how I learned to love plugin developmentDr. Strangelove, or how I learned to love plugin development
Dr. Strangelove, or how I learned to love plugin development
 
Ci for i-os-codemash-01.2013
Ci for i-os-codemash-01.2013Ci for i-os-codemash-01.2013
Ci for i-os-codemash-01.2013
 
Android's Multimedia Framework
Android's Multimedia FrameworkAndroid's Multimedia Framework
Android's Multimedia Framework
 
Android build on windows
Android build on windowsAndroid build on windows
Android build on windows
 
Varying WordPress Development Environment WordCamp Columbus 2016
Varying WordPress Development Environment WordCamp Columbus 2016Varying WordPress Development Environment WordCamp Columbus 2016
Varying WordPress Development Environment WordCamp Columbus 2016
 
2012 04-19 theory-of_operation
2012 04-19 theory-of_operation2012 04-19 theory-of_operation
2012 04-19 theory-of_operation
 
Deployment Automation with Docker
Deployment Automation with DockerDeployment Automation with Docker
Deployment Automation with Docker
 
Docker - From Walking To Running
Docker - From Walking To RunningDocker - From Walking To Running
Docker - From Walking To Running
 

Similar a Web dev tools review

[2015/2016] Apache Cordova
[2015/2016] Apache Cordova[2015/2016] Apache Cordova
[2015/2016] Apache CordovaIvano Malavolta
 
Cordova: APIs and instruments
Cordova: APIs and instrumentsCordova: APIs and instruments
Cordova: APIs and instrumentsIvano Malavolta
 
Inspect The Uninspected
Inspect The UninspectedInspect The Uninspected
Inspect The Uninspectedcgack
 
DevOPS training - Day 2/2
DevOPS training - Day 2/2DevOPS training - Day 2/2
DevOPS training - Day 2/2Vincent Mercier
 
An overview of mobile html + java script frameworks
An overview of mobile html + java script frameworksAn overview of mobile html + java script frameworks
An overview of mobile html + java script frameworksSasha dos Santos
 
Oscon 2011-mueller-weinre
Oscon 2011-mueller-weinreOscon 2011-mueller-weinre
Oscon 2011-mueller-weinrepmuellr
 
Reactive summit 2020 microsoft orleans the easy way
Reactive summit 2020   microsoft orleans the easy wayReactive summit 2020   microsoft orleans the easy way
Reactive summit 2020 microsoft orleans the easy wayJohn Azariah
 
Native script overview
Native script overviewNative script overview
Native script overviewBaskar rao Dsn
 
Native Script Overview
Native Script OverviewNative Script Overview
Native Script OverviewBaskar rao Dsn
 
Mobile Web Development with HTML5
Mobile Web Development with HTML5Mobile Web Development with HTML5
Mobile Web Development with HTML5Roy Clarkson
 
Android development workshop
Android development workshopAndroid development workshop
Android development workshopJeff Sonstein
 
Mobile Testing Challenges Lighting Talk with www.softtest.ie
Mobile Testing Challenges Lighting Talk with www.softtest.ieMobile Testing Challenges Lighting Talk with www.softtest.ie
Mobile Testing Challenges Lighting Talk with www.softtest.ieDavid O'Dowd
 
Dockerize the World - presentation from Hradec Kralove
Dockerize the World - presentation from Hradec KraloveDockerize the World - presentation from Hradec Kralove
Dockerize the World - presentation from Hradec Kralovedamovsky
 
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)Ryan Cuprak
 

Similar a Web dev tools review (20)

[2015/2016] Apache Cordova
[2015/2016] Apache Cordova[2015/2016] Apache Cordova
[2015/2016] Apache Cordova
 
Cordova: APIs and instruments
Cordova: APIs and instrumentsCordova: APIs and instruments
Cordova: APIs and instruments
 
Inspect The Uninspected
Inspect The UninspectedInspect The Uninspected
Inspect The Uninspected
 
DevOPS training - Day 2/2
DevOPS training - Day 2/2DevOPS training - Day 2/2
DevOPS training - Day 2/2
 
An overview of mobile html + java script frameworks
An overview of mobile html + java script frameworksAn overview of mobile html + java script frameworks
An overview of mobile html + java script frameworks
 
Apache Cordova
Apache CordovaApache Cordova
Apache Cordova
 
Apache Cordova 4.x
Apache Cordova 4.xApache Cordova 4.x
Apache Cordova 4.x
 
Oscon 2011-mueller-weinre
Oscon 2011-mueller-weinreOscon 2011-mueller-weinre
Oscon 2011-mueller-weinre
 
Reactive summit 2020 microsoft orleans the easy way
Reactive summit 2020   microsoft orleans the easy wayReactive summit 2020   microsoft orleans the easy way
Reactive summit 2020 microsoft orleans the easy way
 
Native script overview
Native script overviewNative script overview
Native script overview
 
Rhodes
RhodesRhodes
Rhodes
 
Native Script Overview
Native Script OverviewNative Script Overview
Native Script Overview
 
Mobile Web Development with HTML5
Mobile Web Development with HTML5Mobile Web Development with HTML5
Mobile Web Development with HTML5
 
Android development workshop
Android development workshopAndroid development workshop
Android development workshop
 
Cross-Platform Development
Cross-Platform DevelopmentCross-Platform Development
Cross-Platform Development
 
Mobile Testing Challenges Lighting Talk with www.softtest.ie
Mobile Testing Challenges Lighting Talk with www.softtest.ieMobile Testing Challenges Lighting Talk with www.softtest.ie
Mobile Testing Challenges Lighting Talk with www.softtest.ie
 
What is WebIDE?
What is WebIDE?What is WebIDE?
What is WebIDE?
 
Dockerize the World - presentation from Hradec Kralove
Dockerize the World - presentation from Hradec KraloveDockerize the World - presentation from Hradec Kralove
Dockerize the World - presentation from Hradec Kralove
 
Diagnosing issues in your ASP.NET applications in production with Visual Stud...
Diagnosing issues in your ASP.NET applications in production with Visual Stud...Diagnosing issues in your ASP.NET applications in production with Visual Stud...
Diagnosing issues in your ASP.NET applications in production with Visual Stud...
 
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
Hybrid Mobile Development with Apache Cordova and Java EE 7 (JavaOne 2014)
 

Último

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 

Último (20)

Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 

Web dev tools review