IT Related: Difference between revisions
Jump to navigation
Jump to search
m →Coding |
|||
Line 56: | Line 56: | ||
*[https://roadmap.sh/ Roadmap] Roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings. | *[https://roadmap.sh/ Roadmap] Roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings. | ||
*'''[[Programming]]''' - Sites that have information useful to people learning to program) | *'''[[Programming]]''' - Sites that have information useful to people learning to program) | ||
===Programming and Development=== | |||
====Web Dev==== | |||
*[https://wphacks.com WP Hacks] | |||
*[https://www.xcloner.com xCloner] Wordpress Backups | |||
*[https://www.contentrobot.com Content Robot] | |||
*[https://www.wix.com Wix] | |||
*[https://www.w3schools.com W3Schools] | |||
*[http://www.cssplay.co.uk CSS Play] | |||
*[https://web.dev web.dev] | |||
====HTML5/CSS==== | |||
*[http://semantic-ui.com Semantic] | |||
*[http://getbootstrap.com Bootstrap] | |||
*[http://foundation.zurb.com Foundation] | |||
*[http://getuikit.com/ Get UI kit] | |||
*[http://960.gs 960 grid system] | |||
*[http://getskeleton.com Skeleton] | |||
*[http://lessframework.com Less] | |||
*[http://www.yaml.de Yaml] | |||
*[https://github.com/cbrauckmuller/helium Helium] | |||
*[http://metroui.org.ua Metro] | |||
*[https://html5boilerplate.com HTML5 Boilerplate] | |||
*[http://www.99lime.com/elements/ Lime] | |||
*[http://montagestudio.com/montagejs/ MontageJS] | |||
*[http://createjs.com CreateJS] | |||
====Javascript==== | |||
*[http://jquery.com/ jQuery] | |||
*[http://prototypejs.org/ Prototype] | |||
*[http://yuilibrary.com/ Yahoo UI library] | |||
*[http://backbonejs.org/ Backbone] | |||
*[http://underscorejs.org/ Underscore] | |||
*[http://dojotoolkit.org/download/ Dojo] | |||
*[https://angularjs.org/ AngularJS] | |||
*[http://emberjs.com/ EmberJS] | |||
====Ruby==== | |||
*[http://rubyonrails.org/ Ruby on rails] | |||
*[http://www.sinatrarb.com/ Sinatra] | |||
*[http://ramaze.net/ Ramaze] | |||
*[http://halcyon.rubyforge.org/ Halcyon] | |||
*[http://www.padrinorb.com/ Padrino] | |||
====Python==== | |||
*[https://www.djangoproject.com/ Django] | |||
*[http://turbogears.org/ Gears] | |||
*[http://web2py.com/ Web2Py] | |||
*[http://www.cherrypy.org/ Cherry] | |||
*[http://flask.pocoo.org/https: Flask] | |||
*[http://tutorialstonight.com Tutorials Tonight] Python tutorials for beginners (ultimate guide) | |||
====PHP==== | |||
*[http://framework.zend.com/ Zend] | |||
*[http://symfony.com/ Symphony] | |||
*[http://cakephp.org/ Cake] | |||
*[http://www.codeigniter.com/ Codeigniter] | |||
*[http://laravel.com/ Laravel] | |||
*[http://phalconphp.com/en/ PhalconPHP] | |||
*[http://silex.sensiolabs.org/ Silex] | |||
*[http://www.slimframework.com/ Slim] | |||
*[http://www.yiiframework.com/ Yii] | |||
*[http://fuelphp.com/ FuelPHP] | |||
====Perl==== | |||
*[http://www.catalystframework.org/ Catalyst] | |||
*[http://www.usegantry.org/ Gantry] | |||
*[http://mojolicio.us/ Mojolicious] | |||
*[http://perldancer.org/ Perl dancer] | |||
====ASP.NET==== | |||
*[http://www.asp.net/mvc ASP.NET] | |||
====Java==== | |||
*[http://spring.io/ Spring] | |||
*[https://vaadin.com/learn Vaadin] | |||
*[http://www.gwtproject.org/?csw=1 GWT] | |||
*[http://hibernate.org/ Hibernate] | |||
*[https://www.playframework.com/ Play] | |||
====Server side Javascript==== | |||
*[https://nodejs.org/ NodeJS] | |||
*[https://www.meteor.com/ Meteor] | |||
====NoSQL databases==== | |||
*[https://www.mongodb.org/ MongoDB] | |||
*[http://couchdb.apache.org/ CouchDB] | |||
*[http://orientdb.com/ OrientDB] | |||
*[http://redis.io/ Redis] | |||
*[http://hyperdex.org/ Hyperdex] | |||
*[https://www.clusterpoint.com/ Clusterpoint] | |||
====Relational databases==== | |||
*[https://www.mysql.com/ MySQL] | |||
*[http://www.postgresql.org/ PostgreSQL] | |||
*[https://www.sqlite.org/ sqLite] |
Revision as of 17:35, 25 October 2024
Manufacturing and Making - Electrical and Electronic - Tools and Techniques - Tips and Tricks - IT Related - Emulation - Stuff and Nonsense - Ham Radio Links - Other Links - Main Page
In development: These pages are very much in development and need much work - send any suggestions to us on the normal channels! |
General IT Information
Hardware
- <placeholder text>
Software
Linux
Linux Distros
- Tails Privacy centric bistro that protects against surveillance and censorship
Windows
Mac
Networking
Networking Links
- Networking Basics (What you really need to know)
- Networking - Physical Layer
- Networking - OSI Model
- Networking - Application Layer
Network Services
Information about network based services with a focus on technologies useful to makers
- NTP Network Time Protocol
- File Sharing Incl FTP, SMB, AFP, NFS TFTP etc.
- SNMP Simple Network Management Protocol
- Logging
- Email Incl. SMTP, POP, IMAP
- Streaming
- Web http, https
- SSH Secure Shell
- MQTT MQ Telemetry Transport (prev. Message Queuing Telemetry Transport)
- TCP Sockets Basic TCP data transfer
Utilities and Software Tools
- MX ToolBox Network and DNS tools
- DNS Checker.org Various network test tools including IP address WhoIs.
- DNS Benchmark tool Tests DNS speed from a long list of public servers
- HomeBrew CLI software Packet Manager/Installer for Mac & Linux
- Alternative to Tool for finding alternative software packages.
Coding
- Roadmap Roadmaps, guides and other educational content to help guide developers in picking up a path and guide their learnings.
- Programming - Sites that have information useful to people learning to program)
Programming and Development
Web Dev
HTML5/CSS
- Semantic
- Bootstrap
- Foundation
- Get UI kit
- 960 grid system
- Skeleton
- Less
- Yaml
- Helium
- Metro
- HTML5 Boilerplate
- Lime
- MontageJS
- CreateJS