Skip to content
View Snehasish-Konger's full-sized avatar
๐ŸŽฏ
Focusing
๐ŸŽฏ
Focusing

Highlights

  • Pro
Block or Report

Block or report Snehasish-Konger

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
Snehasish-Konger/README.md

Hi๐Ÿ‘‹๐Ÿป Iโ€™m Snehasish.

peep-59 I'm a tech blogger, React and React-Native developer, and the guy behind Scientyfic World. I am passionate about learning and sharing my knowledge with others. I write how-to blogs on different technologies, and I am also learning SEO so that I can help other webmasters improve their websites. I am fortunate to have contributed to some of the top platforms, such as Wikipedia and the Google Dev Library.

๐ŸŒ I live in India

๐Ÿ‘€ Iโ€™m interested in ...

  • Web Development
  • App Development
  • Content writing
  • Technical Writing
  • SEO
  • Talking with people about new techs

๐Ÿ’ป I've worked with ...

  • in web dev
    • HTML, CSS, JS
    • Frameworks
      • React.js
      • Vue.js
      • TailwindCSS
    • BAAS(Backend as a Service)
      • Firebase
      • AppWrite
  • in App Dev
    • React Native

๐ŸŒฑ Iโ€™m currently learning ...

  • React.js, React Native, Firebase, Angular
  • ๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on ...
    • Blogging on tech and science-related stuff

๐Ÿ“ซ How to reach me ...

Follow me on social media...

You can find my blogs on...

Another thing...

I've just published my Book on Technical Writing. You can find that here: Mastering the Art of Technical Writing

Pinned

  1. code-editor code-editor Public

    Official Online Compiler for Scientyfic World

    JavaScript

  2. MERN_Stack_vs_MEAN_Stack.md MERN_Stack_vs_MEAN_Stack.md
    1
    | Feature | MEAN Stack | MERN Stack |
    2
    |----|---|---|
    3
    | Client-side framework | AngularJS | React |
    4
    | Database | MongoDB | MongoDB |
    5
    | Web framework | Express | Express |
  3. Advantages_of_Open-Source_Projects.md Advantages_of_Open-Source_Projects.md
    1
    | Advantages                                                   | Description                                                                                                          |
    2
    |--------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|
    3
    | Access to Skilled Technical Writers                          | GSoD provides open-source projects with access to talented technical writers who specialize in creating user-friendly documentation. These writers bring expertise in effectively conveying complex technical concepts to diverse audiences. |
    4
    | Improved Documentation Quality                               | Collaborating with technical writers allows open-source projects to enhance the quality and clarity of their documentation. Writers can review, revise, and create comprehensive documentation that addresses user needs, resulting in improved user experience. |
    5
    | Enhanced Project Accessibility and User Adoption             | Well-documented open-source projects tend to be more accessible to users, leading to increased adoption. Technical writers can help create intuitive user guides, tutorials, and FAQs that empower users to understand and effectively utilize the software. |
  4. context_api_vs_redux.md context_api_vs_redux.md
    1
    |          | React Context API | Redux           |
    2
    |----------|-------------------|----------------|
    3
    | Purpose  | Share data between components | Centralized state management |
    4
    | Component  | Provider and Consumer | Store, Actions, and Reducers |
    5
    | State Updates | Updates can happen frequently | State updates are predictable |
  5. redux_vs_RTK.md redux_vs_RTK.md
    1
    | Aspect                   | Redux                                       | Redux Toolkit                               |
    2
    |--------------------------|---------------------------------------------|---------------------------------------------|
    3
    | Action Definition        | Requires manual definition of action types and creators. | Encapsulates action types and creators within `createSlice`. |
    4
    | Reducer Definition       | Reducers are defined using switch statements, which can become verbose. | Reducers are defined more concisely alongside actions within a single slice. |
    5
    | Store Setup              | Involves more manual setup and boilerplate code. | Streamlines store configuration using `configureStore`. |
  6. browser browser Public

    This is a simple Browser made by using Python

    Python