Web Dev Reference

From DensWiki
Jump to navigation Jump to search

Misc Resources[edit]

Full Stack Web Developer Roadmaps[edit]

Quick Reference Lookup[edit]

VBA[edit]

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile("C:\FSO\ServerList.txt", 1)
Do Until objFile.AtEndOfStream
 strLine = objFile.ReadLine
 MsgBox strLine
Loop
objFile.Close

Survey Results and Industry Index[edit]

Cloud[edit]

Java[edit]

Front End[edit]

Backend Languages[edit]

Tools for Web Dev and or Sharing Community[edit]

    • OBS - Open Broadcasting Software (Video recording software for screen sharing.)
    • Jessie from Freecode Camp uses this software. Recommends it.
    • DaVinci Resolve - video editing software 1.3 gig download

WordPress[edit]


Kids - coding for kids[edit]

Online Tutorial Sites[edit]