Coder Social home page Coder Social logo

ajay-dhangar / codemastermindhq Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 0.0 308.33 MB

A tech hub for learning and collaborating on web development

Home Page: https://cmhq.tech/

License: MIT License

JavaScript 37.22% MDX 0.08% CSS 24.42% TypeScript 38.28%
hacktoberfest2023 learning mern-stack open-source tech tech-solutions-team technical-writing

codemastermindhq's Introduction

An image of @ajaydhangar's Holopin badges, which is a link to view their full Holopin profile

Typing SVG

Ajay Dhangar's Dev Card

ajay-dhangar

  • πŸ”­ I’m currently working on CodeHarborHub.

  • 🌱 I’m currently learning JavaScript, DSA, MERN, React, etc.

  • πŸ‘― I’m looking to collaborate on Web develoment.

  • πŸ‘¨β€πŸ’» All of my projects are available at My portfolio Website.

  • πŸ“ I regularly write articles on medium.com

  • πŸ’¬ Ask me about HTML, CSS, JavaScript, DSA in JAVA

  • πŸ“« Connect with me Discord

  • πŸ“ƒ I regularly write articles & Tutorials on codemastermindhq




Ajay Dhangar's

ajay-dhangar's StackOverflow


My Projects

my-capstone-project CodeHarborHub GYM AI Mock Interviews


Github Profile Trophy

trophy


Languages and Tools

React Bootstrap CSS3 Electron HTML5 JavaScript C++ C AWS TypeScript MySQL MongoDB Python Express.js Bash Raspberry Pi XAMPP Linux Sass Git Gatsby Firebase WordPress Node.js Redux Tailwind CSS NestJS Material UI Styled Components GCP Java Figma jQuery GitLab NextJS

Profile Status:

Top Languages contribute working day GitHub Streak

profile-summary-cards

Ajay's github activity graph



Made with ❀️ by Ajay-Dhangar

codemastermindhq's People

Contributors

ajay-dhangar avatar deepsource-autofix[bot] avatar deepsource-io[bot] avatar dependabot[bot] avatar imgbotapp avatar shivay-coding avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codemastermindhq's Issues

React Mastery Course

List of Content and need implication (written code ) , documentation, write, need more new content, and Review or Feedback.

If Any Topic is competed then mark right || Contribution is open #41

React Mastery Course

1: Introduction to React Click here

  • What is React and why use it? #42 Click
  • Setting up the development environment (Node.js, npm, Create React App) #42 Click
  • Creating your first React project #43 Click
  • Understanding the basic structure of a React application #43 Click

2: Basics of React Click here

  • Introduction to JSX (JavaScript XML) #52 Click
  • Rendering Elements in React #52 Click
  • React Components #53 Click
  • Understanding Functional Components #53 Click
  • Working with Class Components #56 Click
  • Managing State and Props in Components #56 Click
  • Understanding the Component Lifecycle #56 Click
  • Functional Components vs. Class Components #57 Click

3: React Components #57 Click

  • Understanding the concept of components in React #57 Click
  • Creating functional components #57 Click
  • Creating class components #57 Click
  • Nesting components within each other #57 Click
  • Working with JSX and rendering components #58 Click
  • Component composition and reusability #58 Click

4: State and Props Management #58 Click

  • Managing state in React components #58 Click
  • Understanding props and prop drilling
  • Using the useState hook for managing local state
  • Handling data flow between parent and child components
  • Passing data between parent and child components
  • Updating state and re-rendering components

5: Handling Events and State Management

  • Handling events in React components
  • Event binding and event handling
  • Commonly used events (e.g., onClick, onChange)
  • Working with component state and setState()
  • Conditional Rendering in React
  • Working with Lists and Keys
  • Forms and Controlled Components

6: Lists and Conditional Rendering

  • Rendering lists of data (arrays, maps)
  • Using keys to optimize rendering
  • Conditional rendering techniques (if statements, ternary operators)
  • Handling empty states and loading states
  • Rendering components conditionally
  • Using ternary operators and logical operators
  • Handling dynamic lists effectively

7: Forms and User Input

  • Handling form submissions in React
  • Controlled components and form state management
  • Validating form input and providing feedback
  • (Optional) Using form libraries like Formik and Yup
  • Working with various form elements (input, textarea, select)

8: React Router

  • Introduction to React Router and client-side routing
  • Setting up routes and navigation
  • Working with route parameters and query strings
  • Passing parameters to routes

9: Component Lifecycle

  • Understanding the React component lifecycle
  • Using lifecycle methods (e.g., componentDidMount, componentDidUpdate)
  • (Optional) Migrating to React Hooks for lifecycle management

10: State Management with Redux (Optional)

  • Introduction to Redux and its core principles
  • Setting up Redux in a React application
  • Actions and Reducers
  • Managing global state and actions with Redux
  • Creating the Store
  • Connecting Redux to React components

11: Styling in React

  • Styling options in React (inline styles, CSS classes)
  • CSS-in-JS approaches (styled-components, emotion)
  • CSS modules for component-specific styles
  • Using CSS frameworks with React (e.g., Bootstrap, Material-UI)

12: React Hooks

  • Introduction to Hooks and their benefits
  • Exploring built-in hooks (e.g., useState, useRef, Custom Hooks, useEffect, useContext)
  • Creating custom hooks for reusable logic
  • Refactoring class components to functional components with hooks

13: Context API and Global State Management (Optional)

  • Introduction to Context API for managing state
  • Implementing global state management with Context
  • Comparing Context with Redux for state management
  • Creating and consuming context providers and consumers
  • Managing global state with useContext and useReducer hooks

14: Error Handling and Validation

  • Handling errors gracefully in React
  • Using Error Boundaries in React
  • (Optional) Form validation techniques using libraries like Formik and Yup
  • Event handling in React and binding event handlers
  • Commonly used events in React applications

15: Integrating with Backend Services and Server Communication

  • Making API calls in React using Fetch or Axios
  • Handling asynchronous operations with async/await
  • Handling Data with Redux Middleware
  • State management and loading indicators during API calls

16: Performance Optimization

  • Identifying and resolving performance bottlenecks
  • Using React.memo and useCallback for optimizing renders
  • Code splitting and lazy loading for better performance

17: React and TypeScript (Optional)

  • Introduction to TypeScript and its benefits with React
  • Adding types to React components, props, and state
  • Understanding the benefits of static typing in React apps

18: Next.js (Optional)

  • Overview of Next.js and its features
  • Building server-rendered React applications
  • Client-side routing with Next.js

19: React and Testing

  • Writing unit tests for React components using Jest and React Testing Library
  • Testing asynchronous code and mock functions
  • Best practices for testing React applications

20: Server-Side Rendering (SSR) and Client-Side Rendering (CSR)

  • Understanding Server-Side Rendering (SSR)
  • Understanding SSR and CSR in the context of React
  • Pros and cons of each approach and when to use them
  • Static Site Generation (SSG)

21: React and Authentication (Optional)

  • Implementing authentication in React applications
  • Managing user sessions and tokens securely
  • Integrating with authentication providers (e.g., Firebase, Auth0)

22: React Best Practices and Design Patterns

  • Code organization and project structure for scalable React apps
  • Performance Optimization best practices
  • Common design patterns (Container and Presentational, Higher-Order Components, Render Props)
  • Debugging React Applications

23: Deploying React Apps

  • Preparing a React application for deployment
  • Deploying to different hosting platforms (e.g., Vercel, Netlify, AWS)
  • Continuous Integration and Continuous Deployment (CI/CD) pipelines

24: Advanced React Concepts

  • Error Boundaries
  • React Fragments
  • Higher-order components (HOCs)
  • Render props and function-as-a-child components
  • Hooks-based reusable logic

25: React with State Management Libraries (Optional)

  • Using MobX, Recoil, or Zustand for state management
  • Comparing and choosing the right state management solution for your app

26: React and Redux (Optional)

  • Understanding Redux and its principles
  • Integrating Redux with a React application
  • Managing application state with Redux

27: Authentication and Authorization (Optional)

  • Implementing authentication and user sessions
  • Securing routes based on user roles and permissions

28: React Performance Optimization

  • Identifying performance bottlenecks using React DevTools
  • Memoization with React.memo() and useMemo()
  • Code splitting and lazy loading components

29: Building Real-World Projects

  • Project 1: Todo Application
  • Project 2: E-commerce Website
  • Project 3: Social Media Platform
  • Project 4: Blogging Application
  • Project 5: Portfolio Website
  • Project 6: Weather App
  • Project 7: Recipe Sharing App
  • Project 8: Task Management System

(JS-0442) Avoid using `setState` in `componentDidMount`

Description

componentDidMount() is invoked immediately after a component is mounted. This method is a good place to load data from an endpoint as it is invoked before the browser updates the screen. Using setState() in componentDidMount() will trigger an extra rendering, so it causes performance issues as render() will be called …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0442/occurrences/

(JS-0437) Avoid using an element's index as the `key` prop

Description

When rendering a list of items in React, it is necessary to pass a "key" prop. This key is used by React to identify which items have changed, are added, or are removed and should be stable. It is not recommended to use the index of an element as key …

Occurrences

There are 24 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0437/occurrences/

(JS-0042) Found no return statements in callbacks of array methods

Description

Array has several methods for filtering, mapping, and folding. If we forget to write return statement in a callback of those, it's probably a mistake. If you don't want to use a return or don't need the returned results, consider using .forEach instead.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0042/occurrences/

(JS-0435) Avoid using `this.state` inside `this.setState()`

Description

It is recommended not to use this.state inside setState calls. Such usage of this.state might result in errors because if two setState operations are called, they will be grouped into a single update, which will evaluate the old state instead of the current state. This can be avoided by using …

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0435/occurrences/

(JS-0295) Found `// @ts-<directive>` comments

Description

TypeScript provides several directive comments that can be used to alter how it processes files. Using these to suppress TypeScript Compiler Errors reduces the effectiveness of TypeScript overall. However, if you must keep them, you can add an explanation next to your directives.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0295/occurrences/

(JS-0052) Detected the use of `alert`, `confirm` and `prompt`

Description

JavaScript's alert, confirm and prompt functions are widely considered to be obtrusive as UI elements and should be replaced by a more appropriate custom UI implementation. Furthermore, alert is often used while debugging code, which should be removed before deployment to production.

Occurrences

There are 3 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0052/occurrences/

(JS-0042) Found no return statements in callbacks of array methods

Description

Array has several methods for filtering, mapping, and folding. If we forget to write return statement in a callback of those, it's probably a mistake. If you don't want to use a return or don't need the returned results, consider using .forEach instead.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0042/occurrences/

(JS-D1001) Documentation comments not found for functions and classes

Description

It is recommended to have documentation comments above, or right inside a function/class declaration. This helps developers, users and even the author understand the purpose of a code snippet or API function in the future. NOTE: If you want to stop this issue from getting raised on certain constructs (arrow …

Occurrences

There are 122 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-D1001/occurrences/

Deployment Error and Problem Handling Guidelines

Discussed in #6

Originally posted by Ajay-Dhangar July 12, 2023

Description:

Dear Users/Viewers,

We apologize for the inconvenience caused by the recent deployment error. We're actively working to resolve the issue and ensure a smooth experience for everyone. In the meantime, we would like to provide some guidelines for reporting and handling problems effectively.

Problem Description:

If you encounter any issues while using our repository, please follow these steps to report the problem:

  1. Check existing issues: Before creating a new issue, search the repository's issue tracker to see if a similar problem has already been reported. This will help avoid duplicates and provide additional context for resolution.

  2. Issue Title: Use a descriptive and concise title that summarizes the problem. Make sure it reflects the specific issue you are facing.

  3. Labels: Assign the appropriate labels to categorize the issue. For example, if it's a bug, use the "bug" label. If it's related to documentation, use the "documentation" label. This helps us prioritize and address issues effectively.

  4. Description: Provide a detailed description of the problem you encountered. Include the steps to reproduce the issue, any error messages or logs, and relevant code snippets. The more information you provide, the easier it will be for us to understand and resolve the problem.

  5. Expected vs. Actual Behavior: Clearly state what you expected to happen and what actually occurred. This will help us pinpoint the cause of the problem more accurately.

  6. Environment Details: Specify your operating system, browser version, or any other relevant environment information that may be useful for debugging.

  7. Additional Context: If there are any additional details or observations related to the issue, please include them. This might include screenshots, links, or related discussions.

We appreciate your patience and cooperation as we work to address the deployment error. Your feedback and bug reports are invaluable in helping us improve the quality of our repository.

Problem Resolution:

Our team is actively working on resolving the deployment error. To stay updated on the progress, please watch this issue and subscribe to notifications. We will provide regular updates on the steps taken to address the problem.

In the meantime, if you have any insights, suggestions, or workarounds related to the issue, please feel free to share them in the comments. We appreciate your contribution to resolving the problem.

We apologize for any inconvenience caused and thank you for your understanding and support.

Thank you for your understanding.

Best regards,
Ajay Dhangar
CodeMasterMindHQ

(JS-0454) Found invalid characters in markup

Description

The issue is raised because of missing or unescaped JSX escape characters. These characters would be injected as a text node in JSX statements, which might not be intentional. These won't throw any syntax or runtime errors, but the rendered output will not be the same as expected.

Occurrences

There are 5 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0454/occurrences/

(JS-0422) Avoid `target='_blank'` attribute without `rel='noopener noreferrer'`

Description

When creating a JSX element with a tag, it is often desired to have the link open in a new tab using the target=&#x27;_blank&#x27; attribute. Using this attribute unaccompanied by rel=&#x27;noreferrer&#x27;, however, is a severe security vulnerability.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0422/occurrences/

(JS-D1001) Documentation comments not found for functions and classes

Description

It is recommended to have documentation comments above, or right inside a function/class declaration. This helps developers, users and even the author understand the purpose of a code snippet or API function in the future. NOTE: If you want to stop this issue from getting raised on certain constructs (arrow …

Occurrences

There are 122 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-D1001/occurrences/

How can I integrate AdSense into my Docusaurus project for monetization?

I'm working on a Docusaurus project hosted on GitHub at https://github.com/Ajay-Dhangar/CodeMastermindHQ. I want to integrate Google AdSense into my website to monetize it. However, I'm facing issues with the integration and need some help.

I have signed up for an AdSense account and received my ad code from Google. I have also reviewed the AdSense documentation, but I'm not sure where and how to add the AdSense code in my Docusaurus project to display ads on my website. I have tried a few approaches, but none of them seem to work as expected.

Here's what I have tried so far:

  • Adding the AdSense code directly in my Markdown files
  • Adding the AdSense code in the Docusaurus configuration file
  • Embedding the AdSense code in my custom theme

However, the ads are not showing up on my website as expected. I was expecting to see ads displayed on my website after integrating AdSense.

I would appreciate any guidance or sample code that can help me successfully integrate AdSense in my Docusaurus project. Thank you in advance for your assistance!

(JS-0417) Avoid `.bind()` or local functions in JSX properties

Description

Using .bind() or passing local callback functions as props to react component incurs a performance overhead. Consider using React.useCallback, or if possible, moving the callback definition outside the component. EXCEPTIONS: This rule may not apply if your react component is only rendered once, or if your application is not performance …

Occurrences

There are 24 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0417/occurrences/

(JS-0128) Should not have unused variables

Description

Found variables that are declared but not used anywhere. > NOTE: In browser applications, DeepSource recommends the use of ESModules over regular text/javascript scripts. > Currently, we don't support variables that are not explicitly exported, > and are injected into other scripts by being included in an HTML file

Occurrences

There are 39 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0128/occurrences/

(JS-0128) Should not have unused variables

Description

Found variables that are declared but not used anywhere. > NOTE: In browser applications, DeepSource recommends the use of ESModules over regular text/javascript scripts. > Currently, we don't support variables that are not explicitly exported, > and are injected into other scripts by being included in an HTML file

Occurrences

There are 39 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0128/occurrences/

(JS-D008) Unused return value from `Array`/`Object` prototype method

Description

Many built-in functions defined on prototypes for Object and Array are pure, and return modified versions of their inputs. If the return values from these functions aren't used, the function call is essentially a no-op and might as well be removed.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-D008/occurrences/

Deployment Error and Problem Handling Guidelines

Description:

Dear Users/Viewers,

We apologize for the inconvenience caused by the recent deployment error. We're actively working to resolve the issue and ensure a smooth experience for everyone. In the meantime, we would like to provide some guidelines for reporting and handling problems effectively.

Problem Description:

If you encounter any issues while using our repository, please follow these steps to report the problem:

  1. Check existing issues: Before creating a new issue, search the repository's issue tracker to see if a similar problem has already been reported. This will help avoid duplicates and provide additional context for resolution.

  2. Issue Title: Use a descriptive and concise title that summarizes the problem. Make sure it reflects the specific issue you are facing.

  3. Labels: Assign the appropriate labels to categorize the issue. For example, if it's a bug, use the "bug" label. If it's related to documentation, use the "documentation" label. This helps us prioritize and address issues effectively.

  4. Description: Provide a detailed description of the problem you encountered. Include the steps to reproduce the issue, any error messages or logs, and relevant code snippets. The more information you provide, the easier it will be for us to understand and resolve the problem.

  5. Expected vs. Actual Behavior: Clearly state what you expected to happen and what actually occurred. This will help us pinpoint the cause of the problem more accurately.

  6. Environment Details: Specify your operating system, browser version, or any other relevant environment information that may be useful for debugging.

  7. Additional Context: If there are any additional details or observations related to the issue, please include them. This might include screenshots, links, or related discussions.

We appreciate your patience and cooperation as we work to address the deployment error. Your feedback and bug reports are invaluable in helping us improve the quality of our repository.

Problem Resolution:

Our team is actively working on resolving the deployment error. To stay updated on the progress, please watch this issue and subscribe to notifications. We will provide regular updates on the steps taken to address the problem.

In the meantime, if you have any insights, suggestions, or workarounds related to the issue, please feel free to share them in the comments. We appreciate your contribution to resolving the problem.

We apologize for any inconvenience caused and thank you for your understanding and support.

Thank you for your understanding.

Best regards,
Ajay Dhangar
CodeMasterMindHQ

improve Career Page

Problem:
The current Career Page on CodeMastermindHQ needs enhancements to make it more informative, engaging, and user-friendly. This issue aims to address these concerns and improve the overall user experience.

Proposed Changes:

  1. Content Enhancement: We need to review and update the content on the Career Page. This includes adding more detailed job descriptions, information about our company culture, and the benefits of working with us.

  2. Design Improvements: The page's design can be enhanced to make it more visually appealing and user-friendly. This may involve adjusting the layout, typography, and color scheme.

  3. Call to Action: Implement clear and compelling calls to action to encourage potential candidates to apply or inquire about job opportunities.

  4. Mobile Responsiveness: Ensure that the Career Page is fully responsive to provide a seamless experience for users on various devices.

Expected Outcome:
The improved Career Page should effectively communicate our company's values and opportunities, resulting in increased user engagement and a higher rate of job applications or inquiries.

Additional Information:
Feel free to provide any additional details, requirements, or ideas that you have in mind for this improvement.

Contributor Guidelines:

  • Please follow our CONTRIBUTING.md for guidelines on contributing to this project.
  • Make sure to fork the repository, create a new branch for your changes, and submit a pull request when you're ready.

Thank you for your contribution to CodeMastermindHQ! If you have any questions or need clarification on any aspect of this issue, please don't hesitate to ask.

(JS-0760) Non-interactive elements assigned mouse/keyboard event listeners

Description

Non-interactive HTML elements and non-interactive ARIA roles indicate content and containers in the user interface. A non-interactive element does not support event handlers (mouse and key handlers). Non-interactive elements include &lt;main&gt;, &lt;area&gt;, &lt;h1&gt; (,&lt;h2&gt;, etc), &lt;p&gt;, &lt;img&gt;, &lt;li&gt;, &lt;ul&gt; and &lt;ol&gt;. Non-interactive WAI-ARIA roles include article, banner, complementary, img, listitem, …

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0760/occurrences/

(JS-0422) Avoid `target='_blank'` attribute without `rel='noopener noreferrer'`

Description

When creating a JSX element with a tag, it is often desired to have the link open in a new tab using the target=&#x27;_blank&#x27; attribute. Using this attribute unaccompanied by rel=&#x27;noreferrer&#x27;, however, is a severe security vulnerability.

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0422/occurrences/

(JS-0116) `async function` should have `await` expression

Description

A function that does not contain any await expressions should not be async (except for some edge cases in TypeScript which are discussed below). Asynchronous functions in JavaScript behave differently than other functions in two important ways:

Occurrences

There is 1 occurrence of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0116/occurrences/

(JS-0417) Avoid `.bind()` or local functions in JSX properties

Description

Using .bind() or passing local callback functions as props to react component incurs a performance overhead. Consider using React.useCallback, or if possible, moving the callback definition outside the component. EXCEPTIONS: This rule may not apply if your react component is only rendered once, or if your application is not performance …

Occurrences

There are 24 occurrences of this issue in the repository.

See all occurrences on DeepSource β†’ app.deepsource.com/gh/Ajay-Dhangar/CodeMastermindHQ/issue/JS-0417/occurrences/

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.