GithubHelp home page GithubHelp logo

Comments (7)

utkarsh006 avatar utkarsh006 commented on June 12, 2024

@jay-io Kindly assign me this issue.

from girlscript-asansol.

jayzsh avatar jayzsh commented on June 12, 2024

@utkarsh006 sure, go ahead!

from girlscript-asansol.

utkarsh006 avatar utkarsh006 commented on June 12, 2024

@jay-io What files I would be adding to Github? Should I write the article as markdown file?

from girlscript-asansol.

jayzsh avatar jayzsh commented on June 12, 2024

@utkarsh006 You need to save the article as a JSON in this format and place it in the path components/articles.

{
  "title": "TITLE GOES HERE",
  "body": "MARKDOWN ARTICLE FORMATTED AS UTF-8 STRING",
  "author": "FIRSTNAME LASTNAME",
  "email": "AUTHOR EMAIL",
  "date": "DATE OF PULL REQUEST & FORMAT AS <DD/MM/YYYY>",
  "references": [
    "LIST",
    "OF",
    "REFERENCES"
  ]
}

Use Node's fs module to generate your UTF8 string from the Markdown article:

const fs = require('fs');

fs.writeFileSync(
  'D:\path\to\output.txt', 
  JSON.stringify(
    fs.readFileSync('C:\path\to\markdown\article.md')
      .toString('utf8')
  )
);

Markdown guide: https://www.markdownguide.org/basic-syntax/
For queries, visit our Discord.

from girlscript-asansol.

jayzsh avatar jayzsh commented on June 12, 2024

@utkarsh006 Can you adopt a more paragraph-based writing style? Perhaps, discuss what each header means. Also, include a few other standard database systems in use these days (along with their use cases) and cut down a little on the difficult terminologies. If I'd be honest, it currently resembles the index of an advanced book on DBMS. For suggestions, see how this article is structured.

Also, the articles should not be job interview centric. It should be something beginners can understand and relate to (and even possibly feel motivated enough to get started implementing them after reading your composition). In terms of roadmap, discuss what the most basic database is for the beginners (Mongo Atlas?), its philosophies and how they can quickly get started. What's the next database they could learn to ease the learning curve? Why learn databases anyway?

The main idea here is to learn while teaching others. I hope you understand what we're getting at. Feel free to ask queries if you still have any.

from girlscript-asansol.

debjitpurohit avatar debjitpurohit commented on June 12, 2024

I am a hacktoberfest 2022 participant. Please assing this issue to me.

from girlscript-asansol.

jayzsh avatar jayzsh commented on June 12, 2024

@debjitpurohit Go ahead.

from girlscript-asansol.

Related Issues (20)

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.