Skip to content

Commit 4bea9e2

Browse files
committed
update: Blog posts
1 parent 5cddf05 commit 4bea9e2

File tree

4 files changed

+41
-6
lines changed

4 files changed

+41
-6
lines changed

README.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
1-
# The Ultimate JavaScript Tutorial Series
1+
<p align="center"><img alt="JavaScript With Fahim Banner" src="https://user-images.githubusercontent.com/64195132/233765316-07325bbe-97ce-48ae-9dda-a0cb448667bd.png"></p>
22

3-
This is a series of JavaScript tutorials that will teach you everything you need to know to become a JavaScript developer. This series is for beginners and intermediate JavaScript developers. If you are a beginner, you should start with the first tutorial. If you are an intermediate JavaScript developer, you can skip the first tutorial and start with the second tutorial.
3+
<h3 align="center"><b>"Creating that repo that you need to master the stronghold of JavaScript"</b></h3>
44

5+
This repo contains **resources and materials** to learn and get yourself started with **JavaScript**. Also, the **Bonus** section contains some **awesome knowledgeable things** that you can contribute to even you do not have any idea of open source or something like that.
56

7+
The repo content is divided into several `Pages` for better structuring, easy navigation and making learning easier. If you have suggestions for me, then you are more than welcome to do so.
68

9+
For Eg: There is a separate page for JS Fundamentals.
710

11+
<h3 align="center">This repo is hosted at <a href="https://js.fahimbinamin.com/">js.fahimbinamin.com</a></h3>
12+
13+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg "Open In Gitpod")](https://gitpod.io/#https://github.com/FahimFBA/JavaScript)
14+
15+
<br>
16+
17+
> **Follow [@Fahim_FBA](https://twitter.com/Fahim_FBA) on Twitter to learn more about it**.
18+
19+
<br>
20+
21+
#### Table of Pages
22+
23+
24+
| Section/pages | Description | Page (Link- clickable) |
25+
|-----------------------------------------------------------------------------------------------------------------|-------------|:---------------------------:|
26+
|![JS Fundamentals](https://user-images.githubusercontent.com/64195132/233770538-ccc0db49-5d14-4701-b69e-201c6beac1fe.png)| Contains the fundamentals that you must need to know before jumping into the advanced JavaScript |[![JS Fundamentals](https://user-images.githubusercontent.com/64195132/233770578-90711e77-c269-4cdb-8832-7f58d3e87e9d.png)](/pages/Fundamentals.md)|

_layouts/sidebar.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
- Pages
2-
- [JS Fundamentals](./pages/Fundamentals.md)
3-
- [Open Source Fundamentals (OSWP)](./pages/How-to/README.md)
2+
- <a href="https://js.fahimbinamin.com/#/pages/Fundamentals">JS Fundamentals</a>
3+
- <a href="https://js.fahimbinamin.com/#/pages/Bonus">Bonus</a>
4+
- <a href="https://oswp.study/#/pages/How-to/README">How to</a>
5+
<!-- - [Open Source Fundamentals (OSWP)](./pages/How-to/README.md)
46
- [JS Advanced](#)
5-
- [JS Problem Solving](#)
7+
- [JS Problem Solving](#) -->

pages/Bonus.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Bonus
2+
3+
| No. | Project Social Preview | Skill Required | Link to the project |
4+
| :---: | :---------------------------------------------------------------------------------------------------------------------------------: | :------------: | :-----------------------------------------------------------------------------: |
5+
| 1 | ![Open Source With Pradumna](https://user-images.githubusercontent.com/51878265/216841971-8aa2f666-e76c-4a6b-a789-5413d73f0c40.png) | **English** | [`https://oswp.study/`](https://oswp.study/) |
6+
| 2 | ![Everything of Java](https://user-images.githubusercontent.com/64195132/233770129-76322f63-727e-41ef-969e-324e1b691299.png) | **English** | [`FahimFBA/everything-of-java`](https://github.com/FahimFBA/everything-of-java) |

pages/fundamentals.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
# 😃 The things you need to know before starting this JavaScript guide.
1+
<p alighn="center"> <b>The things that you need to know about JavaScript before diving into the rabit hole. I publish articles on <a href="https://dev.to/fahimfba">Dev.to</a> on the topics regularly. I will add the links here as soon as I publish them.</b></p>
2+
3+
<br>
4+
<br>
5+
6+
| **Day-Date** | **Post** | **Blog Post / Article Link** | **YouTube Video Link** |
7+
| :----------------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------: | :--------------------: |
8+
| **Day 1** - (18-04-2023) | <img src="https://user-images.githubusercontent.com/64195132/233771033-61c8fdb1-19bc-46e0-a7bd-08a6400e9b43.png" alt="Day 1: JavaScript With Fahim" width="500"> | [`Blog`](https://dev.to/fahimfba/learn-javascript-printing-your-first-message-2m04) | N/A |
9+
| **Day 2** - (19-04-2023) | <img src="https://user-images.githubusercontent.com/64195132/233770979-dc81e6d7-1b45-45cf-bc7e-b4740bd19ea6.png" alt="Day 2: JavaScript With Fahim" width="500"> | [`Blog`](https://dev.to/fahimfba/mastering-javascript-unraveling-the-art-of-effective-commenting-for-better-code-collaboration-46b) | N/A |

0 commit comments

Comments
 (0)