Commit Graph

45 Commits (9bd33204fa0190e9393662395f1b76797b4c5532)

Author SHA1 Message Date
Mauro Cicolella 9a2c5d0ffe
Add Italian course about Assembly (#11621)
* Add Italian course about Cryptography

* Add Italian Bootstrap course

* Add Italian Typescript course

* Add Italian course about Machine Learning

* Add Italian course about Assembly
2024-10-19 20:20:35 -04:00
Mauro Cicolella ae614f5c0f
Add Italian course about Machine Learning (#11600)
* Add Italian course about Cryptography

* Add Italian Bootstrap course

* Add Italian Typescript course

* Add Italian course about Machine Learning
2024-10-17 11:03:57 -04:00
Mauro Cicolella 0bc69689a8
Add Italian course about Typescript (#11515)
* Add Italian course about Cryptography

* Add Italian Bootstrap course

* Add Italian Typescript course
2024-10-13 19:27:24 -04:00
Mauro Cicolella dfb20b24a6
Add Italian Bootstrap course (#11513)
* Add Italian course about Cryptography

* Add Italian Bootstrap course
2024-10-12 12:27:52 -04:00
Mauro Cicolella ba59caf8fc
Add Italian course about Cryptography (#10943) 2023-11-01 10:46:50 -04:00
Mauro Cicolella 0ca0f60776
Add Italian C course (#10928)
* Add Italian C course

* Update courses/free-courses-it.md

Co-authored-by: Sohan Sai <76840110+sohansai@users.noreply.github.com>

---------

Co-authored-by: Sohan Sai <76840110+sohansai@users.noreply.github.com>
2023-10-31 12:58:38 -04:00
Mauro Cicolella 526282c4c5
Add Italian SQL course (#10726) 2023-10-24 13:43:39 -04:00
Mauro Cicolella d82595484d
Add Italian course about Algorithms and Data Structures (#10508) 2023-10-19 18:30:17 -04:00
Mauro Cicolella 6661965ae2
Add Italian C++ course (#10424)
* Add Italian C++ course

* Fix lint error

* Fix lint error
2023-10-17 22:45:56 -04:00
Mauro Cicolella 9673f03cd1
Add Italian DevOps course (#10222) 2023-10-12 21:37:13 -04:00
Mauro Cicolella 0b230312a5
Add Italian course about React Typescript TSX (#10043) 2023-10-09 11:03:34 -04:00
Mauro Cicolella 254b29b504
Add Italian Python course (#10020) 2023-10-08 22:57:48 -04:00
Mauro Cicolella 7a0481f099
Add Italian Flutter course (#9949) 2023-10-07 19:11:58 -04:00
Mauro Cicolella d025e17039
Add Italian Java course (#9891) 2023-10-06 10:45:16 -04:00
Mauro Cicolella e5701afd5e
Add Italian HTML course (#9835) 2023-10-04 17:22:20 -04:00
Mauro Cicolella 46689030f7
Add Italian courses about Dart & Flutter (#9377) 2023-05-15 10:13:34 -04:00
Eric Hellman d77692cabd
remove youtube labels (#9376) 2023-05-13 16:19:13 -04:00
Patrik Brighenti 064529b5c0
added 3 courses to courses/free-courses-it.md (#9374)
* added 3 courses to courses/free-courses-it.md

* removed creator affiliations

* Run fpblint error fixed

* youtube keyword removed from listing
2023-05-12 14:34:02 -04:00
Mauro Cicolella 7b85ca5b37
Add Italian courses about Web (#9363)
* Add CSS 3 Italian course

* Add HTML 5 Italian course

* Add SEO Italian course
2023-05-08 10:59:35 -04:00
Mauro Cicolella 4fad89d2e2
Add Italian course about RegEx (#9224)
* Add Italian course about RegEx

* Fix CI error
2022-11-27 16:14:50 -05:00
Mauro Cicolella 63642c4cce
Add Italian course about Java JPA (#9206)
* Update free-courses-en.md

* Add Italian course Java JPA
2022-11-12 13:37:17 -05:00
Miguel Palazzo 96c0540e1b
Include Python course in Italian (#8649) 2022-10-19 15:55:35 -04:00
Mauro Cicolella a67098f0c3
Update some authors' name in Italian courses (#7754) 2022-10-07 11:20:22 -04:00
Mauro Cicolella 89eb5bf3a1
Add Italian course "Concetti di Informatica" (#7638) 2022-10-05 14:19:45 -04:00
Mauro Cicolella d13c35cc76
Add Italian Javascript course (#7455)
* Add Italian Javascript course

* Fix linter error

* Update playlist link

* fix: creator name

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2022-10-05 12:04:14 -04:00
David Ordás 9bfd1914d5
fix: homogenize authoring format and place (#7034)
* fix: homogenize authors format and place

- use colon as author separator (replaces `&`, `and`, `y`, `e`, `et`...)
- ensures is placed after resource title, not part of itself `title - author`
- `et al.` as special author/token to group many

* remove double comma

* fix: recover traducer role notations as `trad.:`

* detect and apply some `trad.:`s role anotation

* chore: `trad.:` to `trl.:`

Apply suggestion made by Eric at https://github.com/EbookFoundation/free-programming-books/pull/7034#discussion_r954014539

Co-authored-by: Eric Hellman <eric@hellman.net>

* Sort author - format

* fix: remove empty authors (dash is alone)

Used regex: `-\s+(\(|$)`

* format: change to `edt.:` role

Definition list at https://www.loc.gov/marc/relators/relaterm.html

Co-authored-by: Eric Hellman <eric@hellman.net>
2022-09-02 09:36:04 -04:00
David Ordás ed27fedcbc
chore: it's `Vue.js` a Javascript framework to build SPAs (#7039)
- Change section text from `Vue` to `Vue.js`
- Ensure TOC item and resources are under JavaScript section
2022-08-26 11:09:58 +02:00
David Ordás 5324b9e3cf
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)

* format: homogenize c# category title

right markdown escape instead of use HTML entities

* lint: fix `MD012/no-multiple-blanks` rule

Multiple consecutive blank lines [Expected: 2; Actual: 3]

* lint: fix `MD039/no-space-in-links`

Spaces inside link text

* lint: fix `MD009/no-trailing-spaces` rule

Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]

* lint: fix `MD006/ul-start-left` rule

* format: remove extra spaces between note tokens

* spell: fix lint `MD044/proper-names` rule

- HTML
- JavaScript
- YouTube

* spell: normalize to the most common `Index` heading

* lint: fix `MD007/ul-indent` rule

Unordered list indentation [Expected: 4; Actual: 2]

* format: escape pipes `|` from resources text

addresses #5176

* add Hesham Asem courses about machine and deep learning and nlp

* Expand the name of nlp section

* Change the order

* Revert "spell: normalize to the most common `Index` heading"

This reverts commit 4d6a74e7d7.

Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
2022-08-12 15:14:00 +02:00
ImVector aa8a2789bc
docs(courses): add italian course (#6907)
* docs(courses): add italian course

* docs(courses): removed white-space
2022-07-11 17:33:47 +02:00
ImVector b2f788cba0
docs(courses): fix italian course page (#6895)
* docs(courses): fix italian course page

* docs(courses): updated urls
2022-07-10 05:32:22 -04:00
ImVector ce51a8c5fe
fix(courses): deleted broken link (#6893) 2022-06-30 11:27:10 -04:00
Mauro Cicolella f9b1c5c7ff
Add Italian course about Api Rest and GraphQL (#6865) 2022-06-09 11:26:30 -04:00
Mauro Cicolella 179ab0693a
Add Italian Spring Framework video course (#6738)
* Add Italian Spring Framework course

* Update courses/free-courses-it.md

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2022-02-28 11:14:00 -05:00
David Ordás 0e9ad7e994
chore: HTML5 anchors compilant `<a name=` > `<a id=` (#6730)
* HTML5 anchors compilant `<a name=>` > `<a id=` for books

* HTML5 anchors compilant `<a name=>` > `<a id=` for courses

* HTML5 anchors compilant `<a name=>` > `<a id=` for contribs

* HTML5 anchors compilant `<a name=>` > `<a id=` for casts

* HTML5 anchors compilant `<a name=>` > `<a id=` for cheats

* HTML5 anchors compilant `<a name=>` > `<a id=` for interactives

* HTML5 anchors compilant `<a name=>` > `<a id=` for playgrounds
2022-02-25 11:23:35 -05:00
David Ordás 180a96757f
fix: Use Markdown instead of HTML markup for H3 & H4 headings (#6689)
* fix: Markdown markup for `C++` heading

* fix: Markdown markup for `Дизайн и Aрхитектура` heading

* fix: Markdown H4 markup for `Next.js` heading

* fix: Markdown H3 markup for `C#` heading
2022-01-31 12:02:06 -05:00
Mauro Cicolella 7877ee1c47
Add Italian course "Design Patterns in Java" (#5967) 2021-10-06 10:16:17 -04:00
Mauro Cicolella 06e2c4754d
Add Italian "Linguaggio C - Corso completo" (#5884) 2021-10-04 21:40:49 -04:00
Nicolò Santilio 77ba97099b
Update free-courses-it.md (#5755)
* Update free-courses-it.md

* Update free-courses-it.md

* update "Corso di C per Sistemi Embedded"

* Update free-courses-it.md
2021-10-03 16:48:12 -04:00
Mauro Cicolella f9f3c59b9b
Add Italian "Corso base di Javascript" (#5717) 2021-10-02 08:29:11 -04:00
ImVector b30e72b939
Add Android italian course (Java) (#5411)
* Add Android course (Java)

* Add Android italian course

* Fix blank space error
2021-06-11 10:52:30 -04:00
Mauro Cicolella 0038a293e9
Add Italian course "Programmazione Basic Commodore 64" (#5319)
* Add Italian course "Programmazione Basic Commodore 64"

* Move Retrocomputing course under "Miscellaneous" category
2021-03-21 13:45:36 -04:00
Mauro Cicolella 208cbfbef3
Add Italian video course about Docker (#5316)
* Add Italian video course about Docker

* Fix typo

* Fix Docker course name
2021-03-15 09:23:50 -04:00
Seth bd6023f34c
Removed Redundant Whitespace Characters (#5276) 2021-01-23 16:41:02 -05:00
Seth ff5a5dc324
Standize C++ Headings (#5275) 2021-01-23 16:36:35 -05:00
Eric Hellman d703553631
reorganize files (#5199)
* reorganize files

1. make it easier to find files
2. reduce scrolling to get to README on main view of repo

* remove tr.txt again
2020-12-03 17:41:33 -05:00