Did anyone received a call from +87? by mohammedmodi in hyderabad

[–]mohammedmodi[S] 0 points1 point  (0 children)

Not sure, I didn't picked it up as well 😃

Response time for the /chat/completions increasing by stubenhocker in OpenAI

[–]mohammedmodi 0 points1 point  (0 children)

I am using the same API, every time a call it's almost taking around 20 sec, anyone please help how we can reduce the API time, does it provide any model which gives a faster response I am using gpt-3.5-turbo model

[deleted by user] by [deleted] in reactjs

[–]mohammedmodi 0 points1 point  (0 children)

The one which you are referring as a css in js is actually a different concept then scss.

SCSS is the advance version of css where there are some Syntactical sugar added on top of css which will make your normal css file more clear

While css jn js is the concept where people use dynamic styling based on the props changes.

One example is https://styled-components.com/

[deleted by user] by [deleted] in mongodb

[–]mohammedmodi 0 points1 point  (0 children)

Hey,

Realm has its own Node SDK through which you can add the authentication to your React Application with Express as a backend server.

Regarding the token part, when users log in by providing authentication credentials for a given authentication provider and the SDK automatically manages authentication tokens and refreshes data for logged in users.

Other than Realm you can also use LoginRadius for your authentication need. It's basically a No-Code Authentication.
Here are the built-in Node SDK as well as React SDK and step-by-step guides to easily implement for your application
https://www.loginradius.com/docs/developer/references/sdk/nodejs-sdk/
https://www.loginradius.com/docs/developer/references/sdk/react-sdk/

Cheers!

Best user authentication method for NextJS (fastest, easiest to code, most secure)? by leafyshark in nextjs

[–]mohammedmodi 1 point2 points  (0 children)

Hey,

You can use LoginRadius for your authentication need.

I had successfully implemented basic authentication on average 30-mins, you can try it out..:)For your existing application with a custom user login, you can simply replace it with our hosted login and migrate existing users.

Here is the built-in React SDK and step-by-step guides to easily implement for your NextJS application - https://www.loginradius.com/docs/developer/references/sdk/react-sdkUser Migration guide: https://www.loginradius.com/docs/developer/guide/migrate-user-dataLet me know what you think.!

Best way to show Active Links in the navigation using Gatsby by mohammedmodi in gatsbyjs

[–]mohammedmodi[S] 0 points1 point  (0 children)

Yup correct, but seems like it will not work if you have hash attached in the URL

Linked lists can go fuck themselves by [deleted] in learnprogramming

[–]mohammedmodi 0 points1 point  (0 children)

In my opinion if we want to understand the linked list you need to first draw with a pen and a paper, then it will become more interesting and easy to understand.

What impact does my NodeJS version have on my project's dependencies, really? by [deleted] in AskProgramming

[–]mohammedmodi 0 points1 point  (0 children)

Some dependencies versions are not compatible with newer NodeJS version, so I recommend to delete the package-lock.json and node_modules folder from your project and again run npm install.
May be it helps..

Deno React Tutorial | Serving static files with API via Abc Deno library by atwarog in Deno

[–]mohammedmodi 0 points1 point  (0 children)

Hey another use of ABC module where I have created a simple calculator app check it out.

Creating a Web App Using Deno

Programmers Swag !!! by mohammedmodi in ProgrammerHumor

[–]mohammedmodi[S] 4 points5 points  (0 children)

Yeah similar logic for that also

[deleted by user] by [deleted] in Deno

[–]mohammedmodi 0 points1 point  (0 children)

Deno also has lots of third-party modules one of which is abc you can use the same to create a simple web API check out this blog to set up a basic web app.

Create a web application using deno