Milind Mishra

Results 21 issues of Milind Mishra

- [x] [Complete Git & GitHub Course](https://youtu.be/apGV9Kg7ics) - [x] [Introduction to Programming](https://youtu.be/wn49bJOYAZM) - [x] [Types of languages](https://youtu.be/wn49bJOYAZM?t=171) - [x] [Memory management](https://youtu.be/wn49bJOYAZM?t=1488) - [x] [Flow of the program](https://youtu.be/lhELGQAV4gg) - [x] [Flowcharts](https://youtu.be/lhELGQAV4gg)...

documentation

[Vercel Analytics](https://vercel.com/docs/analytics/quickstart#:~:text=Add%20the%20Analytics%20component%20to%20your%20app) ```js import type { AppProps } from 'next/app'; import { Analytics } from '@vercel/analytics/react'; function MyApp({ Component, pageProps }: AppProps) { return ( ); } export default MyApp;...

* App version: 0.10.0 * The output of `screenfetch`: * Type of installed package (Snap, AppImage, deb, rpm, pacman): Snap **Bug description** Tried reloading the tab for font load/refresh and...

Replace Toaster and pass configs ```javascript - import { Toaster } from 'react-hot-toast' + import { Toaster } from 'sonner' - + ``` Replace imports throughout project ```javascript - import...

Hi @hkirat you asked for a chat sidebar ui during the live stream today, I have made one for you please have a look : work done - chat sidebar...

Hi @hkirat you asked for a chat sidebar ui during the live stream today, I have made one for you please have a look : work done - chat sidebar...

Merge mine before https://github.com/hkirat/peetcode/pull/16 to avoid conflicts. ![code-snapshot](https://github.com/hkirat/peetcode/assets/28717686/6a7b1d3e-6e67-438a-9d67-bbc866756e18)

### Description This is a tentative idea more formulation needs to be done. ### Additional Information _No response_

enhancement

### Description The APIs are now generally available and have a generous free tier with upto 60 request per minute. Quickstart to consuming the library ```javascript const { GoogleGenerativeAI }...

enhancement

### Description We are planning to add Assignments in the docs website as well, hence having a onboarding grid to route the user to desired land seems like a good...

enhancement