SlideShare a Scribd company logo
VIM
how one week changed my mind
Who am I?

   Jonathan Birkholz
   codemav.com/rookieone
   @rookieone
ChaiONE
Houston, TX

  Rails
  iPhone
  Android


               HIRING
    Developers and Project Managers
www.virtualbrownbag.com
Thursday 12pm-1pm central
www.codemav.com
 consolidate profiles
   build an identity
     earn points
   stay connected

JOIN TODAY!
please give feedback :)
Who are you?
One Week Challenge




 vim and only vim
 for one week
Why Learn vim




expand horizon
challenge yourself
be cool
What I love about vim




                 control
                 customization
vim != FAST
Not an Expert
Outline


• Vim Introduction
• Learning Resources
• Normal, Edit, Visual Modes
• Plugins
• Color Schemes
• Vimrc
vim History


• Bram Moolenaar released in 1991
• original copy of vi
• feature set now surpasses vi
• free and open source
• supported on many platforms
• like bikes

               Text Editor
Advanced Text Editors
Textmate
IDEs
vim
Where can I learn about vim?
www.vimcasts.org




        www.peepcode.com



www.derekwyatt.org/vim/vim-tutorial-videos/
Vim week
Vimmy
Now lets get our vim on
File Commands


                :q quit
                :w save
                :e open
vim is modal


Normal
Input
Visual
Normal Mode
Basic Navigation   H J K L
                       K
                   H         L
                       J
HJKL Fail
Easy Mode




  use your keyboard arrows
g   File
           G
^          $
    Line
w              skip word

word       word       word



       b          previous word
W              skip WORD

word       word      word



       B          previous WORD
Jump to Line Number
 :n
 nG
n line number
DEMO
Edit Mode
I       i       insert

Hello World
append       a   A
open above
O
     Hello World
o
    open below
exit edit mode; return
esc
      to normal mode
DEMO
Delete   Yank
  Cut, Copy, Paste
Delete aka Cut


             dd delete line
             d delete word
Yank aka Copy
        Yank / Copy


   • yy yy yank line
   • cw yw yank word
p paste after

Hello World
   P paste before
DEMO
vimisms
w   word
        d   line


d       $   to end of line
    +   ^   to begin of line
        g   to begin of file
        G   to end of file
:wq   save quit
ea    append at end of word
cw    replace word
vim comamnds
> do it
. repeat
u undo / reverse
upper vs lower case

can be opposite command

can also be extreme version of
command
DEMO
Visual Mode
Visual Mode




      v          select range
      ctrl + v   select block
DEMO
Search
Search



  / searchtext
navigate matches

      N              n

     match          match


previous match   next match
move screen focus

  zt   focus cursor on top


 zz    focus cursor in middle


 zb    focus cursor on bottom
Replace

:s/old/new
DEMO
Plugins
~/.vim/plugin
C:Program Files (x86)Vimvimfilesplugin




                           Found online
                           www.vim.org
                           www.github.com
NERD Tree

project directory tree
Fugitive

vim plugin for git
Rails

vim plugin for rails
Pathogen

vim plugin for... plugins
Janus


        github.com/carlhuda/janus
        opinionated vim package for Mac
DEMO
Color Schemes
Color Schemes




comes with several schemes
         :colorscheme name
         :color name
Custom Color Schemes

     vimcast : create color scheme
color schemes
~/.vim/colors
C:Program Files (x86)Vimvimfilescolors


          syntaxes
~/.vim/syntax
C:Program Files (x86)Vimvimfilessyntax
DEMO
vimrc
what
set defaults
map keys
personalize your vim experience


             where
~/.vimrc
C:Program Files (x86)Vim_vimrc
nmap <silent> <c-n> :NERDTreeToggle<CR>

     map ctrl+n to NERD Tree Toggle
set guifont=Menlo Regular:h18

  set font to Menlo font size 18
" Presentation colors and config
  function! PresentationMode()
  
 colorscheme solarized
  
 set bg=light
  
 set nolist
  endfunction
  nmap <leader>PR :call PresentationMode()<cr>




pressing PR changes color scheme to solarized
DEMO
Let’s wrap it up
Some things we didn’t cover
    Tabs
    Windows
    Recording / Playback
    Running commands
    And much, much more
Other tools



              • Peep Open
              • Keycastr
vim in other apps

  • vimperator - Firefox
  • vimium - Chrome
  • viEmulator - Visual Studio
  • and others...
References
                         Flickr
• vimcast
• vim.org         •   greasylightbulb

• vim.wikia.com   •   chocolatebubbles

                  •   u2ultraviolet81

• Star Wars       •   Dave Linscheid


• Kung Fu Panda
www.codemav.com
        consolidate profiles
          build an identity
            earn points
          stay connected

     JOIN TODAY!
seriously... create an account already
I needz more vim!
 www.virtualbrownbag.com
 Thursday 12pm-1pm central
Questions?
buffers
                             :blast
                             last buffer
               File   File



:bnext
 next buffer
Ad

More Related Content

What's hot (14)

What is Vim?
What is Vim?What is Vim?
What is Vim?
Tatiana Tylosky
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim user
Kana Natsuno
 
Vim FTW!
Vim FTW!Vim FTW!
Vim FTW!
Jano González
 
Auto closing parenthesis @vim conf2014
Auto closing parenthesis @vim conf2014Auto closing parenthesis @vim conf2014
Auto closing parenthesis @vim conf2014
cohama
 
Itty bittypresentation lrug
Itty bittypresentation lrugItty bittypresentation lrug
Itty bittypresentation lrug
Tom Crinson
 
Anacronia on speed
Anacronia on speedAnacronia on speed
Anacronia on speed
mfontani
 
Vim Hacks
Vim HacksVim Hacks
Vim Hacks
Lin Yo-An
 
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutesWebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
Arzumy MD
 
EME? CDM? DRM? CENC? IDK!
EME? CDM? DRM? CENC? IDK!EME? CDM? DRM? CENC? IDK!
EME? CDM? DRM? CENC? IDK!
asciidisco
 
Breaking out of restricted RDP
Breaking out of restricted RDPBreaking out of restricted RDP
Breaking out of restricted RDP
Security BSides London
 
Your money, your media a DRMtastic (reverse|re) eng. tutorial
Your money, your media a DRMtastic (reverse|re) eng. tutorialYour money, your media a DRMtastic (reverse|re) eng. tutorial
Your money, your media a DRMtastic (reverse|re) eng. tutorial
Security BSides London
 
What JS? Itself
What JS? ItselfWhat JS? Itself
What JS? Itself
Lucio Martinez
 
Vim - for newbies, by Roy Osherove
Vim - for newbies, by Roy OsheroveVim - for newbies, by Roy Osherove
Vim - for newbies, by Roy Osherove
Roy Osherove
 
Strings
StringsStrings
Strings
Cody Mims
 
How to become a practical Vim user
How to become a practical Vim userHow to become a practical Vim user
How to become a practical Vim user
Kana Natsuno
 
Auto closing parenthesis @vim conf2014
Auto closing parenthesis @vim conf2014Auto closing parenthesis @vim conf2014
Auto closing parenthesis @vim conf2014
cohama
 
Itty bittypresentation lrug
Itty bittypresentation lrugItty bittypresentation lrug
Itty bittypresentation lrug
Tom Crinson
 
Anacronia on speed
Anacronia on speedAnacronia on speed
Anacronia on speed
mfontani
 
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutesWebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
WebCampKL 9 - 30-second tips to happiness. 16 apps in 8 minutes
Arzumy MD
 
EME? CDM? DRM? CENC? IDK!
EME? CDM? DRM? CENC? IDK!EME? CDM? DRM? CENC? IDK!
EME? CDM? DRM? CENC? IDK!
asciidisco
 
Your money, your media a DRMtastic (reverse|re) eng. tutorial
Your money, your media a DRMtastic (reverse|re) eng. tutorialYour money, your media a DRMtastic (reverse|re) eng. tutorial
Your money, your media a DRMtastic (reverse|re) eng. tutorial
Security BSides London
 
Vim - for newbies, by Roy Osherove
Vim - for newbies, by Roy OsheroveVim - for newbies, by Roy Osherove
Vim - for newbies, by Roy Osherove
Roy Osherove
 

Viewers also liked (20)

0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
GeneXus
 
Introduction to IAS 15-20
Introduction to IAS 15-20Introduction to IAS 15-20
Introduction to IAS 15-20
S M Ahmed
 
APA Citation
APA CitationAPA Citation
APA Citation
Laura Loveday Maury
 
How to read an APA citation
How to read an APA citation How to read an APA citation
How to read an APA citation
Lloyd_Wedes
 
Vim kindergarten
Vim kindergartenVim kindergarten
Vim kindergarten
Yuta Totsuka
 
Presentation of Apache Cassandra
Presentation of Apache Cassandra Presentation of Apache Cassandra
Presentation of Apache Cassandra
Nikiforos Botis
 
Apa citation
Apa citationApa citation
Apa citation
sherfel
 
An Introduction To Linux
An Introduction To LinuxAn Introduction To Linux
An Introduction To Linux
Ishan A B Ambanwela
 
APA Style Citation Format: Easy Guide & Samples
APA Style Citation Format: Easy Guide & SamplesAPA Style Citation Format: Easy Guide & Samples
APA Style Citation Format: Easy Guide & Samples
Dania
 
Zsh shell-for-humans
Zsh shell-for-humansZsh shell-for-humans
Zsh shell-for-humans
Juan De Bravo
 
Basic 50 linus command
Basic 50 linus commandBasic 50 linus command
Basic 50 linus command
MAGNA COLLEGE OF ENGINEERING
 
Deegan fat4e ppt_ch02
Deegan fat4e ppt_ch02Deegan fat4e ppt_ch02
Deegan fat4e ppt_ch02
Mohammad Saadman
 
Apa Citation Style
Apa Citation StyleApa Citation Style
Apa Citation Style
dhemmo
 
Deegan fat4e ppt_ch03
Deegan fat4e ppt_ch03Deegan fat4e ppt_ch03
Deegan fat4e ppt_ch03
Mohammad Saadman
 
APA Referencing and Citation Guide How to Write in APA Format
APA Referencing and Citation Guide How to Write in APA FormatAPA Referencing and Citation Guide How to Write in APA Format
APA Referencing and Citation Guide How to Write in APA Format
MyAssignmenthelp.com
 
Deegan fat4e ppt_ch01
Deegan fat4e ppt_ch01Deegan fat4e ppt_ch01
Deegan fat4e ppt_ch01
Mohammad Saadman
 
Deegan fat4e ppt_ch04
Deegan fat4e ppt_ch04Deegan fat4e ppt_ch04
Deegan fat4e ppt_ch04
Mohammad Saadman
 
Course on Ehtical Hacking - Introduction
Course on Ehtical Hacking - IntroductionCourse on Ehtical Hacking - Introduction
Course on Ehtical Hacking - Introduction
Bharat Thakkar
 
Why zsh is Cooler than Your Shell
Why zsh is Cooler than Your ShellWhy zsh is Cooler than Your Shell
Why zsh is Cooler than Your Shell
brendon_jag
 
Citation and referencing in research work
Citation and referencing in research workCitation and referencing in research work
Citation and referencing in research work
Rural Urban Development Foundation (RUDF-Nepal), Rajendra P Sharma, Chief Executive Director
 
0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
0144 seguridad en_las_aplicaciones_que_hace_gene_xus_por_nosotros
GeneXus
 
Introduction to IAS 15-20
Introduction to IAS 15-20Introduction to IAS 15-20
Introduction to IAS 15-20
S M Ahmed
 
How to read an APA citation
How to read an APA citation How to read an APA citation
How to read an APA citation
Lloyd_Wedes
 
Presentation of Apache Cassandra
Presentation of Apache Cassandra Presentation of Apache Cassandra
Presentation of Apache Cassandra
Nikiforos Botis
 
Apa citation
Apa citationApa citation
Apa citation
sherfel
 
APA Style Citation Format: Easy Guide & Samples
APA Style Citation Format: Easy Guide & SamplesAPA Style Citation Format: Easy Guide & Samples
APA Style Citation Format: Easy Guide & Samples
Dania
 
Zsh shell-for-humans
Zsh shell-for-humansZsh shell-for-humans
Zsh shell-for-humans
Juan De Bravo
 
Apa Citation Style
Apa Citation StyleApa Citation Style
Apa Citation Style
dhemmo
 
APA Referencing and Citation Guide How to Write in APA Format
APA Referencing and Citation Guide How to Write in APA FormatAPA Referencing and Citation Guide How to Write in APA Format
APA Referencing and Citation Guide How to Write in APA Format
MyAssignmenthelp.com
 
Course on Ehtical Hacking - Introduction
Course on Ehtical Hacking - IntroductionCourse on Ehtical Hacking - Introduction
Course on Ehtical Hacking - Introduction
Bharat Thakkar
 
Why zsh is Cooler than Your Shell
Why zsh is Cooler than Your ShellWhy zsh is Cooler than Your Shell
Why zsh is Cooler than Your Shell
brendon_jag
 
Ad

Similar to Vim week (20)

Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
deris0126
 
andrew's guide to vim
andrew's guide to vimandrew's guide to vim
andrew's guide to vim
Andrew Yi
 
Start Vim script @Ujihisa.vim 2011/11/19
Start Vim script @Ujihisa.vim 2011/11/19Start Vim script @Ujihisa.vim 2011/11/19
Start Vim script @Ujihisa.vim 2011/11/19
Akihiro Okuno
 
Basics
BasicsBasics
Basics
viggyprabhu
 
Vim survival guide
Vim survival guideVim survival guide
Vim survival guide
Ben McCormick
 
Vim #selen
Vim #selenVim #selen
Vim #selen
Katsumi Yagi
 
Tuffarsi in vim
Tuffarsi in vimTuffarsi in vim
Tuffarsi in vim
sambismo
 
Gashuku Presen
Gashuku PresenGashuku Presen
Gashuku Presen
Daisuke Mori
 
Gashuku Presen
Gashuku PresenGashuku Presen
Gashuku Presen
guest3f1f27
 
Kick my mouse away
Kick my mouse awayKick my mouse away
Kick my mouse away
Xatierlike Lee
 
Getting a CLUE at the Command Line
Getting a CLUE at the Command LineGetting a CLUE at the Command Line
Getting a CLUE at the Command Line
Emma Jane Hogbin Westby
 
Unit 5 vim an advanced text editor
Unit 5 vim an advanced text editorUnit 5 vim an advanced text editor
Unit 5 vim an advanced text editor
root_fibo
 
Browser War 2: Standards strikes back
Browser War 2: Standards strikes backBrowser War 2: Standards strikes back
Browser War 2: Standards strikes back
Zi Bin Cheah
 
vim brownbag - Richard forth
vim brownbag - Richard forthvim brownbag - Richard forth
vim brownbag - Richard forth
EdwardElric59
 
[artifactconf] Github for People Who Don't Code
[artifactconf] Github for People Who Don't Code[artifactconf] Github for People Who Don't Code
[artifactconf] Github for People Who Don't Code
Christopher Schmitt
 
Vim Eye for the Rails Guy - Cheatsheet
Vim Eye for the Rails Guy - CheatsheetVim Eye for the Rails Guy - Cheatsheet
Vim Eye for the Rails Guy - Cheatsheet
Karmen Blake
 
The Modern Developer Toolbox
The Modern Developer ToolboxThe Modern Developer Toolbox
The Modern Developer Toolbox
Pablo Godel
 
Vim Hacks (OSSF)
Vim Hacks (OSSF)Vim Hacks (OSSF)
Vim Hacks (OSSF)
Lin Yo-An
 
Useful Vim Plugins
Useful Vim PluginsUseful Vim Plugins
Useful Vim Plugins
anveo
 
Containerized IDEs.pdf
Containerized IDEs.pdfContainerized IDEs.pdf
Containerized IDEs.pdf
LibbySchulze
 
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
Introduction to Vim plugins developed by non-Japanese Vimmer (English version)
deris0126
 
andrew's guide to vim
andrew's guide to vimandrew's guide to vim
andrew's guide to vim
Andrew Yi
 
Start Vim script @Ujihisa.vim 2011/11/19
Start Vim script @Ujihisa.vim 2011/11/19Start Vim script @Ujihisa.vim 2011/11/19
Start Vim script @Ujihisa.vim 2011/11/19
Akihiro Okuno
 
Tuffarsi in vim
Tuffarsi in vimTuffarsi in vim
Tuffarsi in vim
sambismo
 
Unit 5 vim an advanced text editor
Unit 5 vim an advanced text editorUnit 5 vim an advanced text editor
Unit 5 vim an advanced text editor
root_fibo
 
Browser War 2: Standards strikes back
Browser War 2: Standards strikes backBrowser War 2: Standards strikes back
Browser War 2: Standards strikes back
Zi Bin Cheah
 
vim brownbag - Richard forth
vim brownbag - Richard forthvim brownbag - Richard forth
vim brownbag - Richard forth
EdwardElric59
 
[artifactconf] Github for People Who Don't Code
[artifactconf] Github for People Who Don't Code[artifactconf] Github for People Who Don't Code
[artifactconf] Github for People Who Don't Code
Christopher Schmitt
 
Vim Eye for the Rails Guy - Cheatsheet
Vim Eye for the Rails Guy - CheatsheetVim Eye for the Rails Guy - Cheatsheet
Vim Eye for the Rails Guy - Cheatsheet
Karmen Blake
 
The Modern Developer Toolbox
The Modern Developer ToolboxThe Modern Developer Toolbox
The Modern Developer Toolbox
Pablo Godel
 
Vim Hacks (OSSF)
Vim Hacks (OSSF)Vim Hacks (OSSF)
Vim Hacks (OSSF)
Lin Yo-An
 
Useful Vim Plugins
Useful Vim PluginsUseful Vim Plugins
Useful Vim Plugins
anveo
 
Containerized IDEs.pdf
Containerized IDEs.pdfContainerized IDEs.pdf
Containerized IDEs.pdf
LibbySchulze
 
Ad

Recently uploaded (20)

The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdfThe Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
The Evolution of Meme Coins A New Era for Digital Currency ppt.pdf
Abi john
 
Quantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur MorganQuantum Computing Quick Research Guide by Arthur Morgan
Quantum Computing Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxSpecial Meetup Edition - TDX Bengaluru Meetup #52.pptx
Special Meetup Edition - TDX Bengaluru Meetup #52.pptx
shyamraj55
 
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-UmgebungenHCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
HCL Nomad Web – Best Practices und Verwaltung von Multiuser-Umgebungen
panagenda
 
Big Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur MorganBig Data Analytics Quick Research Guide by Arthur Morgan
Big Data Analytics Quick Research Guide by Arthur Morgan
Arthur Morgan
 
Cybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure ADCybersecurity Identity and Access Solutions using Azure AD
Cybersecurity Identity and Access Solutions using Azure AD
VICTOR MAESTRE RAMIREZ
 
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveDesigning Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep Dive
ScyllaDB
 
2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx2025-05-Q4-2024-Investor-Presentation.pptx
2025-05-Q4-2024-Investor-Presentation.pptx
Samuele Fogagnolo
 
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
Transcript: #StandardsGoals for 2025: Standards & certification roundup - Tec...
BookNet Canada
 
Electronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploitElectronic_Mail_Attacks-1-35.pdf by xploit
Electronic_Mail_Attacks-1-35.pdf by xploit
niftliyevhuseyn
 
Role of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered ManufacturingRole of Data Annotation Services in AI-Powered Manufacturing
Role of Data Annotation Services in AI-Powered Manufacturing
Andrew Leo
 
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
AI Changes Everything – Talk at Cardiff Metropolitan University, 29th April 2...
Alan Dix
 
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes Partner Innovation Updates for May 2025
ThousandEyes
 
Procurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptxProcurement Insights Cost To Value Guide.pptx
Procurement Insights Cost To Value Guide.pptx
Jon Hansen
 
Linux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdfLinux Professional Institute LPIC-1 Exam.pdf
Linux Professional Institute LPIC-1 Exam.pdf
RHCSA Guru
 
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded DevelopersLinux Support for SMARC: How Toradex Empowers Embedded Developers
Linux Support for SMARC: How Toradex Empowers Embedded Developers
Toradex
 
How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?How Can I use the AI Hype in my Business Context?
How Can I use the AI Hype in my Business Context?
Daniel Lehner
 
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
#StandardsGoals for 2025: Standards & certification roundup - Tech Forum 2025
BookNet Canada
 
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptxIncreasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Increasing Retail Store Efficiency How can Planograms Save Time and Money.pptx
Anoop Ashok
 
HCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser EnvironmentsHCL Nomad Web – Best Practices and Managing Multiuser Environments
HCL Nomad Web – Best Practices and Managing Multiuser Environments
panagenda
 

Vim week

Editor's Notes