Coder Social home page Coder Social logo

cearco's Introduction

Welcome to my GitHub profile! My name is Jamil and I am a computer science enthusiast. I have gained knowledge through a combination of university education, self-taught programming, and software engineering books. If you're interested in technology, be sure to check out my Youtube channel where I delve into various related topics.

Currently working on

Latest Repository

Cearco

  • ๐Ÿ”ญ Iโ€™m currently working on ... Youtube & Full-Stack Web Developer Portfolio
  • ๐ŸŒฑ Iโ€™m currently learning ... A.I., Machine Learning modeling, Neural Networks, Python scripts and libraries
  • ๐Ÿ‘ฏ Iโ€™m looking to collaborate on ... 3D modeling, Machine Learning
  • ๐Ÿค” Iโ€™m looking for help with ... Machine Learning
  • ๐Ÿ’ฌ Ask me about ... Anything
  • ๐Ÿ“ซ How to reach me: ... Contact Me
  • ๐Ÿ˜„ Pronouns: ... He/Him
  • โšก Fun fact: ... I started reading/ writing music, photography and repairing computers since I was 13. I'm so

My PC Specs

| Windows OS                      | MAC OS                                    |
| :-----------------------------: | :---------------------------------------: | 
| ASUS ROG Strix GL10             | iMac (21.5-inch, Late 2012                |
| NVIDIA GeForce RTX 3060         | NVIDIA GeForce GT 640M 512 MB             |
| Intel Core i7 64-Bit            | 2.7 GHz Quad-core Intel Core i5           | 
| 16 GB DDR4 RAM                  | 8 GB DDR3 1600MHz                         |
| 1TB NVMe SSD                    | 256GB SSD                                 |
| Windows 11                      | macOS Catalina                            |
_______________________________________________________________________________

Windows 11 Home Edition - Adobe Creative Suite, Kdenlive, Git Bash, Visual Studio Code, Blender, Unity
Linux - Pop OS, Kali, Debian OS, Ubuntu ... (Testing Shell Scripts)

Links

Programming languages I'm learning and currently using

HTML

CSS

JS

C Sharp

PHP

Python

Mongo DB

Express JS

React

Node JS

SQL

Solidity



Developer Tools I Use

Mobile Dev

Docker

Circle CI

VS Code

Github

Git

NVIDIA Cuda

Pycharm

Apache

Jupyter Notebook



My Github Stats

jmathtech github stats

Top Langs

cearco's People

Contributors

jmathtech avatar

Stargazers

 avatar

Watchers

 avatar

cearco's Issues

Get SEO running in metatags

Use the metatags for SEO.

+++ NOTES +++

Keyword Research:

Start by conducting thorough keyword research to identify the most relevant and high-traffic keywords related to Alkota and Witco pressure washers. You can use tools like Google Keyword Planner, SEMrush, or Ahrefs for this purpose.
On-Page SEO Optimization:

Title Tags: Optimize your page's title tags to include these keywords. Make sure they are relevant to the content on each page.

Meta Descriptions: Craft compelling meta descriptions that include your target keywords and encourage users to click on your link.

Header Tags: Use header tags (H1, H2, H3, etc.) to structure your content, including the keywords where relevant.
Content Optimization: Create high-quality, informative, and engaging content that revolves around Alkota and Witco pressure washers. Ensure keyword integration is natural and not forced.

Image Alt Text: Use descriptive alt text for images, including keywords when relevant.
URL Structure: Include your keywords in the URL where possible. Keep URLs concise and clean.

Technical SEO:

Ensure your website is mobile-friendly and loads quickly. Google uses mobile-first indexing, so a responsive design is crucial.
Create a sitemap and submit it to Google Search Console to help Google index your pages effectively.
Implement HTTPS to secure your website.

Local SEO (if applicable):

If you have a physical location or serve specific regions, optimize for local SEO by claiming and optimizing your Google My Business listing.

Backlink Building:

High-quality backlinks from reputable websites can significantly boost your SEO rankings. Reach out to industry-related blogs, websites, and directories for guest posting and link-building opportunities.

Content Marketing:

Regularly update your website with fresh, relevant content related to Alkota and Witco pressure washers. This could include blog posts, how-to guides, product reviews, and more.

Social Media Presence:

Share your content on social media platforms to increase visibility and encourage social sharing.

User Experience (UX):

Improve your website's user experience by ensuring it's easy to navigate, loads quickly and is mobile-responsive.

Monitor and Analyze:

Use tools like Google Analytics and Google Search Console to monitor your website's performance, track keyword rankings, and identify areas for improvement.

Patience and Persistence:

SEO is a long-term strategy, and results may take some time to manifest. Continue refining your SEO efforts and stay updated with industry best practices.

Fix the navigation menu in mobile mode.

I am having an issue with the App.css. When I view the website Google Chrome on a desktop (using a mobile device extension), the menu works fine. However, when I use a mobile device (smartphone), the navigation menu tends to fit the entire viewport causing a blank white space on the right side of the page. I'm having to scroll to the right to tap the hamburger menu on the right.

`
@media (max-width: 949px) {
body {
overflow-x: hidden;
}

main {
	padding-top: 5vh;
	padding-bottom: 20vh;
}

nav {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
}

.about-paragraph {
	padding: 10px;
}

/* Media - Navigation menu */
.menu {
	width: 100%;
	padding-top: 40%;
	display: none;
	/* Hide menu by default */
}

.menu.open {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: var(--lightGrey);
	padding: 30px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s, visibility 0s linear 0s;
	z-index: 0;
}

.menu li {
	margin: 10px 0;
}

.menu li:hover {
	background-color: var(--darkgrey);
	width: 100%;
	padding: 15px;
}

/* Hamburger Menu - Media */
.hamburger {
	display: flex;
	padding-right: 30px;
}

.hamburger span {
	background-color: var(--white);
}

`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.