Difference between revisions of "Resources"

 
(23 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
[[Category:Resources]]
 
[[Category:Resources]]
 +
<seo google-site-verification="NS8HNfXeCZBn4FoGJp38gQH7vHkeZC9Qdr_YDMd7MsQ" />
 
Here you'll find some useful resources regarding computing. These are the ones I'm using.
 
Here you'll find some useful resources regarding computing. These are the ones I'm using.
  
Line 5: Line 6:
 
=E-Learning=
 
=E-Learning=
  
* ''Code School'' (https://www.codeschool.com/) - very good for Web development, Ruby and some other languages
+
[[File:Icon education.png|64px|caption|E-Learning]] E-learning
* ''Microsoft Virtual Academy'' (http://www.microsoftvirtualacademy.com/) - A lot of incredible tutorials and how-to. A great place to start in .Net world.
+
 
 +
'''On-Line schools'''
 +
 
 +
* ''Code School'' <br>https://www.codeschool.com/<br> Very good for Web development, Ruby and some other languages<br><br>
 +
* ''Microsoft Virtual Academy''<br>http://www.microsoftvirtualacademy.com/<br> A lot of incredible tutorials and how-to. A great place to start in .Net world.
 +
 
 +
 
 +
'''Programming tests and skills assesment'''
 +
 
 +
* '''Codility''' <br>https://codility.com/programmers/<br>Excellent way to test your skills and improve them!
 +
 
 +
 
 +
 
 +
{|
 +
|-
 +
! Conferences !! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !! Technologies tutorials and summary !! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; !! White books
 +
|-
 +
| <li>Parleys: http://parleys.com/ </li><li>Université du SI (French): http://www.universite-du-si.com/</li> || || <li> Vogella: http://www.vogella.com/ </li> <li> MyKong: http://www.mkyong.com/ </li> <li> Refcardz: http://refcardz.dzone.com/ </li> <li> DigitalOcean Community: https://www.digitalocean.com/community/ </li> || || <li> IT hound: http://www.ithound.com/ </li>
 +
|}
  
  
Line 15: Line 34:
 
==Android==
 
==Android==
  
Google Android developers: http://developer.android.com/index.html
+
[[File:Icon android.png|64px|caption|Android]]
  
 +
* Google Android developers: http://developer.android.com/index.html
  
  
 
==AngularJS==
 
==AngularJS==
 +
 +
[[File:Icon angularjs.png|64px|caption|Angular JS]]
  
 
'''Official info'''
 
'''Official info'''
Line 36: Line 58:
 
==Tools==
 
==Tools==
  
'''Database'''
+
===Database===
  
 
* SQL to Java: https://af-dbaccess.googlecode.com/hg/etc/sql-converter-form/sql-converter-form.html
 
* SQL to Java: https://af-dbaccess.googlecode.com/hg/etc/sql-converter-form/sql-converter-form.html
  
  
'''Hexa'''
+
===Hexa===
  
 
* Hexadecimal to decimal: http://www.statman.info/conversions/hexadecimal.html  
 
* Hexadecimal to decimal: http://www.statman.info/conversions/hexadecimal.html  
  
  
'''JavaScript'''
+
===JavaScript===
  
 
* JavaScript escape: http://www.htmlescape.net/stringescape_tool.html
 
* JavaScript escape: http://www.htmlescape.net/stringescape_tool.html
  
  
'''Mock-up'''
+
===Mock-up===
  
 
* Balsamiq mock-ups: http://balsamiq.com/products/mockups/  
 
* Balsamiq mock-ups: http://balsamiq.com/products/mockups/  
  
  
'''Monitoring'''
+
===Monitoring===
  
 
* JMX Monitoring: http://hawt.io/
 
* JMX Monitoring: http://hawt.io/
  
  
'''Regular Expressions'''
+
===Regular Expressions===
  
 
* Analyze and test: https://www.debuggex.com/
 
* Analyze and test: https://www.debuggex.com/
Line 67: Line 89:
  
  
'''Statistics'''
+
===Statistics===
  
 
* Languages statistics: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
 
* Languages statistics: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
  
  
'''UML'''
+
===UML===
  
 
* UML online graph: http://yuml.me/
 
* UML online graph: http://yuml.me/
  
 +
 +
 +
==Set of utilities ExtendClass==
 +
 +
There are a lot of useful utilities on [http://extendclass.com/ ExtendClass] platform (thanks to @Cyril Bois for the notice):
 +
 +
 +
'''RegEx / XPath testers'''
 +
* RegEx online tester: https://extendsclass.com/regex-tester.html
 +
* XPath online tester: https://extendsclass.com/xpath-tester.html
 +
 +
 +
'''Clients API'''
 +
* REST client test: https://extendsclass.com/rest-client-online.html
 +
* SOAP client test: https://extendsclass.com/soap-client-online.html
 +
 +
 +
'''Text formatter'''
 +
* XML: https://extendsclass.com/xml-formatter-online.html
 +
* JSON: https://extendsclass.com/json-validator.html
 +
* SQL: (https://extendsclass.com/sql-formatter.html
 +
 +
'''Validator'''
 +
* JSON validation from given schema: https://extendsclass.com/json-schema-validator.html
 +
* Online and graphical SQLLite editor: https://extendsclass.com/sqlite-browser.html
 +
 +
 +
and many others! Don't hesitate to check it out! '''[http://extendclass.com/ ExtendClass]'''
  
  
 
==Java==
 
==Java==
  
'''JEE'''
+
===JEE===
  
 
* Oracle JEE SDK: http://www.oracle.com/technetwork/java/javaee/downloads/index.html
 
* Oracle JEE SDK: http://www.oracle.com/technetwork/java/javaee/downloads/index.html
  
  
'''JPA'''
+
===JPA===
  
 
* Java persistence wiki: http://en.wikibooks.org/wiki/Java_Persistence
 
* Java persistence wiki: http://en.wikibooks.org/wiki/Java_Persistence
Line 91: Line 141:
  
  
'''JSF'''
+
===JSF===
  
 
* PrimeFaces: http://primefaces.org/
 
* PrimeFaces: http://primefaces.org/
Line 100: Line 150:
 
==JavaScript==
 
==JavaScript==
  
'''OnLine resources'''
+
===OnLine resources===
  
 
* '''M'''ozilla '''D'''eveloper '''N'''etwork || https://developer.mozilla.org/en-US/docs/Web/JavaScript
 
* '''M'''ozilla '''D'''eveloper '''N'''etwork || https://developer.mozilla.org/en-US/docs/Web/JavaScript
Line 106: Line 156:
  
  
'''Library'''
+
===Library===
  
 
* ChartJS: http://www.chartjs.org/
 
* ChartJS: http://www.chartjs.org/
  
  
'''Ebook'''
+
===Ebook===
 
   
 
   
 
* Eloquent JavaScript (http://eloquentjavascript.net/) - to build an application step by step using JS
 
* Eloquent JavaScript (http://eloquentjavascript.net/) - to build an application step by step using JS
 
 
 
==Statistics==
 
 
* Languages usage: http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
 
  
  
Line 176: Line 220:
  
  
=Linux=
+
=Remote control=
  
==Windows clients==
+
==Windows SSH clients==
  
 
* MobaXterm: http://mobaxterm.mobatek.net/
 
* MobaXterm: http://mobaxterm.mobatek.net/
Line 186: Line 230:
 
==Linux==
 
==Linux==
  
PAC manager: http://sourceforge.net/projects/pacmanager/
+
* PAC SSH manager: http://sourceforge.net/projects/pacmanager/
 +
* NoMachine - Free Remote Desktop For Everybody: https://www.nomachine.com/
 +
 
 +
 
 +
==All plaftforms==
 +
 
 +
* Alternative to remote desktop: http://www.splashtop.com/
 +
 
  
  
Line 257: Line 308:
  
  
 +
 +
=General resources / News=
 +
 +
 +
==Analysts==
 +
 +
* AIIM: http://www.aiim.org/
 +
* Forrester: https://www.forrester.com/
 +
* Gartner: http://www.gartner.com/technology/home.jsp
 +
 +
 +
==News==
 +
 +
'''English'''
 +
 +
* CNN: http://www.cnn.com/TECH/
 +
* InfoWorld: http://www.infoworld.com/
 +
* TechCrunch: http://techcrunch.com/
 +
* ZDnet: http://www.zdnet.com/
 +
 +
 +
'''French'''
 +
 +
* 01Net: http://www.01net.com/
 +
* Le monde Informatique: http://www.lemondeinformatique.fr/
 +
* Madyness: http://www.maddyness.com/
 +
* Silicon: http://www.silicon.fr/
 +
* ZDnet (FR): http://www.zdnet.fr/
 +
 +
 +
==Human Resources==
 +
 +
* European Statics
 +
** All: http://epp.eurostat.ec.europa.eu/portal/page/portal/statistics/themes
 +
** Market labour: http://epp.eurostat.ec.europa.eu/portal/page/portal/labour_market/earnings/database
 +
* 10 competences cles du consultant Java|JEE: http://www.objis.com/formation-java/10-competences-cles-consultants-java-jee.html
 +
 +
 +
==Language==
 +
 +
* Word Reference: http://www.wordreference.com/
 +
* Linguee (more professional vocable): http://www.linguee.fr/
 +
 +
 +
 +
==Security==
 +
 +
''Following links are only available in French''
 +
 +
* French government alerts: http://www.certa.ssi.gouv.fr
 +
* French RSSI community: http://www.zataz.com/
 +
 +
 +
 +
=Others=
 +
 +
Alternate search engine: https://www.qwant.com/
  
  

Latest revision as of 22:27, 12 March 2019

Here you'll find some useful resources regarding computing. These are the ones I'm using.


E-Learning

E-Learning E-learning

On-Line schools


Programming tests and skills assesment


Conferences       Technologies tutorials and summary       White books
  • Parleys: http://parleys.com/
  • Université du SI (French): http://www.universite-du-si.com/
  • Vogella: http://www.vogella.com/
  • MyKong: http://www.mkyong.com/
  • Refcardz: http://refcardz.dzone.com/
  • DigitalOcean Community: https://www.digitalocean.com/community/
  • IT hound: http://www.ithound.com/

  • Development

    Android

    Android


    AngularJS

    Angular JS

    Official info


    E-Learning


    Tools

    Database


    Hexa


    JavaScript


    Mock-up


    Monitoring


    Regular Expressions


    Statistics


    UML


    Set of utilities ExtendClass

    There are a lot of useful utilities on ExtendClass platform (thanks to @Cyril Bois for the notice):


    RegEx / XPath testers


    Clients API


    Text formatter

    Validator


    and many others! Don't hesitate to check it out! ExtendClass


    Java

    JEE


    JPA


    JSF


    JavaScript

    OnLine resources


    Library


    Ebook


    Web

    Design


    Icons


    Photos


    Colors


    Fonts


    Tag clouds


    Statistics


    Bootstrap


    Remote control

    Windows SSH clients


    Linux


    All plaftforms



    Microsoft

    Microsoft logo

    Even though I'm a Java developer and a big fan of Linux, I must admin Microsoft has pretty good tools and technologies! Here are a bunch of useful links...


    MS tools

    Website URL
    One Drive https://onedrive.live.com/
    Office On-Line https://office.live.com/
    Visual Studio http://www.visualstudio.com/
    Windows App Studio http://appstudio.windows.com


    MS accounts

    Website URL
    Office account https://office.microsoft.com/MyAccount.aspx
    Microsoft Live! https://account.live.com/
    Microsoft Developer Account https://appdev.microsoft.com/StorePortals/en-US/Account/Profile/Review
    Visual Studio account https://app.vssps.visualstudio.com/Profile/View


    MS resources

    E-Learning

    Website URL
    Microsoft Virtual Academy http://www.microsoftvirtualacademy.com/
    Channel 9 (Microsoft tutorial) http://channel9.msdn.com/


    Dev. resources

    Website URL
    Windows Dev Center http://dev.windows.com/en-us
    MicroSoft Developer Network http://msdn.microsoft.com/en-us/
    MicroSoft Developer Network - Library http://msdn.microsoft.com/en-us/library/


    General resources / News

    Analysts


    News

    English


    French


    Human Resources


    Language


    Security

    Following links are only available in French


    Others

    Alternate search engine: https://www.qwant.com/


    Websites

    TODO

    Books

    TODO: add references, link and full biblio

    Clean Code Joshua bloch' effective java

    Others

    JUG