diff --git a/README.md b/README.md index 9f3119b7..fb0772e2 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [HTML/CSS](#html-and-css) - [Java](#java) - [JavaScript](#javascript) +- [Julia](#julia) - [Kotlin](#kotlin) - [Lua](#lua) - [OCaml](#ocaml) @@ -216,7 +217,11 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Build a TicTacToe Game with JavaScript](https://medium.com/javascript-in-plain-english/build-tic-tac-toe-game-using-javascript-3afba3c8fdcc) - [Build a Simple Weather App With Vanilla JavaScript](https://webdesign.tutsplus.com/tutorials/build-a-simple-weather-app-with-vanilla-javascript--cms-33893) - [Build a Todo List App in JavaScript](https://github.com/dwyl/javascript-todo-list-tutorial) - +## Julia: +- [Creating software packages with Julia](https://jaantollander.com/post/how-to-create-software-packages-with-julia-language) +- [Deep learning with Julia: Train a Model using a Neural Network](https://www.freecodecamp.org/news/deep-learning-with-julia) +- [Your first web app with Julia and Genie.jl](https://www.freecodecamp.org/news/how-to-build-web-apps-in-julia) +- [Machine learning: How to Build and Deploy a Trained AI Model as a Web Service](https://www.freecodecamp.org/news/machine-learning-using-julia) ## HTML and CSS: - [Build A Loading Screen](https://medium.freecodecamp.org/how-to-build-a-delightful-loading-screen-in-5-minutes-847991da509f) @@ -526,6 +531,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Write yourself a Git](https://wyag.thb.lt/) - [A Python implementation of a Python bytecode runner](https://www.aosabook.org/en/500L/a-python-interpreter-written-in-python.html) - [Create a Voice assistant using Python](https://www.geeksforgeeks.org/voice-assistant-using-python/) +- [Create a Matrix Screensaver in Python](https://medium.com/@ericvanrees/create-a-matrix-digital-rain-screensaver-with-python-pt-1-ae11e661edef) ## Go: @@ -669,3 +675,4 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Enlight](https://enlight.nyc/) - [Hack Club Workshops](https://hackclub.com/workshops/) - [CodeCrafters](https://codecrafters.io/) +- [Full Stack Open](https://fullstackopen.com/en/)