MCPcopy Index your code

hub / github.com/midudev/jscamp / functions

Functions239 in github.com/midudev/jscamp

FunctionJobSection
({ title, content })
07-inteligencia-artificial/frontend/src/pages/Detail.jsx:13
FunctionJobSection
({ title, content })
03-router-and-zustand/src/pages/Detail.jsx:9
FunctionLink
({ href, children, ...restOfProps })
02-react/src/components/Link.jsx:3
FunctionLink
({ href, children, ...restOfProps })
07-inteligencia-artificial/frontend/src/components/Link.jsx:3
FunctionLink
({ href, children, ...restOfProps })
03-router-and-zustand/src/components/Link.jsx:3
FunctionLogin
()
07-inteligencia-artificial/frontend/src/pages/Login.jsx:6
FunctionLogin
()
03-router-and-zustand/src/pages/Login.jsx:6
FunctionNotFoundPage
()
02-react/src/pages/404.jsx:1
FunctionNotFoundPage
()
07-inteligencia-artificial/frontend/src/pages/404.jsx:1
FunctionNotFoundPage
()
03-router-and-zustand/src/pages/404.jsx:1
FunctionPagination
({ currentPage = 1, totalPages = 10, onPageChange })
02-react/src/components/Pagination.jsx:3
FunctionPagination
({ currentPage = 1, totalPages = 10, onPageChange })
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:3
FunctionPagination
({ currentPage = 1, totalPages = 10, onPageChange })
03-router-and-zustand/src/components/Pagination.jsx:3
FunctionProfile
()
07-inteligencia-artificial/frontend/src/pages/ProfilePage.jsx:4
FunctionProfile
()
03-router-and-zustand/src/pages/ProfilePage.jsx:4
FunctionProtectedRoute
({ children, redirectTo = '/login' })
07-inteligencia-artificial/frontend/src/components/ProtectedRoute.jsx:4
FunctionProtectedRoute
({ children, redirectTo = '/login' })
03-router-and-zustand/src/components/ProtectedRoute.jsx:4
FunctionRegister
()
07-inteligencia-artificial/frontend/src/pages/Register.jsx:6
FunctionRegister
()
03-router-and-zustand/src/pages/Register.jsx:6
FunctionRoute
({ path, component: Component })
02-react/src/components/Route.jsx:3
FunctionRoute
({ path, component: Component })
07-inteligencia-artificial/frontend/src/components/Route.jsx:3
FunctionRoute
({ path, component: Component })
03-router-and-zustand/src/components/Route.jsx:3
FunctionSearchFormSection
({ onTextFilter, onSearch, initialText })
02-react/src/components/SearchFormSection.jsx:46
FunctionSearchFormSection
({ initialFilters, onTextFilter, onSearch, initialText })
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:46
FunctionSearchFormSection
({ initialFilters, onTextFilter, onSearch, initialText })
03-router-and-zustand/src/components/SearchFormSection.jsx:46
FunctionSearchPage
()
02-react/src/pages/Search.jsx:113
FunctionSearchPage
()
07-inteligencia-artificial/frontend/src/pages/Search.jsx:112
FunctionSearchPage
()
03-router-and-zustand/src/pages/Search.jsx:112
Functionask
()
10-docker/05-ia/app.py:22
FunctionbucleInfinito
()
06-typescript/01-fundamentos/05-any-unknown-never-void.ts:51
Functioncalcular
(x, y)
06-typescript/03-interfaces-types/01-interfaces.ts:59
MethodconnectedCallback
()
01-javascript/devjobs-avatar-element.js:36
MethodconnectedCallback
()
02-react-cdn-version/devjobs-avatar-element.js:36
Methodconstructor
()
01-javascript/devjobs-avatar-element.js:2
Methodconstructor
()
02-react-cdn-version/devjobs-avatar-element.js:2
FunctioncorsMiddleware
(options: CorsOptions = {})
08-sql/backend/src/middlewares/cors.ts:33
FunctioncrearUsuario
(nombre: string, rol: string = "admin")
06-typescript/02-funciones/01-basicos.ts:33
Methodcreate
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:28
Methodcreate
({ titulo, empresa, ubicacion, data })
07-inteligencia-artificial/backend/models/job.js:33
Methodcreate
( req: Request, res: Response )
08-sql/backend/src/controllers/job.ts:52
Methodcreate
(input: CreateJobDTO)
08-sql/backend/src/models/job.ts:74
Methodcreate
(req, res)
04-express/controllers/jobs.js:28
FunctioncreateValidationMiddleware
(schema: ZodSchema<T>)
08-sql/backend/src/middlewares/validation.ts:75
Methoddelete
( req: Request<{ id: string }>, res: Response )
08-sql/backend/src/controllers/job.ts:77
Functiondividir
(a: number, b: number)
06-typescript/02-funciones/01-basicos.ts:17
Functiondivision
(a, b)
06-typescript/02-funciones/01-basicos.ts:56
FunctiongenerateSummary
()
07-inteligencia-artificial/frontend/src/hooks/useAISummary.jsx:10
MethodgetAll
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:5
MethodgetAll
({ text, title, level, limit = 10, technology, offset = 0 })
07-inteligencia-artificial/backend/models/job.js:4
MethodgetAll
( req: Request<{}, {}, {}, JobFilters>, res: Response )
08-sql/backend/src/controllers/job.ts:24
MethodgetAll
(filters?: JobFilters)
08-sql/backend/src/models/job.ts:20
MethodgetAll
(req, res)
04-express/controllers/jobs.js:5
MethodgetAll
({ text, title, level, limit = 10, technology, offset = 0 })
04-express/models/job.js:4
MethodgetById
( req: Request<{ id: string }>, res: Response )
08-sql/backend/src/controllers/job.ts:35
MethodgetById
(id: string)
08-sql/backend/src/models/job.ts:69
MethodgetId
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:16
MethodgetId
(req, res)
04-express/controllers/jobs.js:16
FunctionhandleApplyClick
()
02-react/src/components/JobCard.jsx:6
FunctionhandleApplyClick
()
07-inteligencia-artificial/frontend/src/components/JobCard.jsx:30
FunctionhandleApplyClick
()
03-router-and-zustand/src/components/JobCard.jsx:30
FunctionhandleChangePage
(event)
02-react/src/components/Pagination.jsx:27
FunctionhandleChangePage
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:27
FunctionhandleChangePage
(event)
03-router-and-zustand/src/components/Pagination.jsx:27
FunctionhandleClearInput
(event)
02-react/src/components/SearchFormSection.jsx:59
FunctionhandleClearInput
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:59
FunctionhandleClearInput
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:59
FunctionhandleClick
(event)
02-react/src/components/Link.jsx:6
FunctionhandleLocationChange
()
02-react/src/hooks/useRouter.jsx:7
FunctionhandleLogout
()
07-inteligencia-artificial/frontend/src/components/Header.jsx:50
FunctionhandleLogout
()
03-router-and-zustand/src/components/Header.jsx:50
FunctionhandleNextClick
(event)
02-react/src/components/Pagination.jsx:20
FunctionhandleNextClick
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:20
FunctionhandleNextClick
(event)
03-router-and-zustand/src/components/Pagination.jsx:20
FunctionhandlePageChange
(page)
02-react/src/pages/Search.jsx:86
FunctionhandlePageChange
(page)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:84
FunctionhandlePageChange
(page)
03-router-and-zustand/src/pages/Search.jsx:84
FunctionhandlePrevClick
(event)
02-react/src/components/Pagination.jsx:13
FunctionhandlePrevClick
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:13
FunctionhandlePrevClick
(event)
03-router-and-zustand/src/components/Pagination.jsx:13
FunctionhandleSearch
(event)
02-react/src/pages/Home.jsx:6
FunctionhandleSearch
(filters)
02-react/src/pages/Search.jsx:90
FunctionhandleSearch
(event)
07-inteligencia-artificial/frontend/src/pages/Home.jsx:7
FunctionhandleSearch
(filters)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:88
FunctionhandleSearch
(event)
03-router-and-zustand/src/pages/Home.jsx:7
FunctionhandleSearch
(filters)
03-router-and-zustand/src/pages/Search.jsx:88
FunctionhandleSubmit
(event)
02-react/src/components/SearchFormSection.jsx:7
FunctionhandleSubmit
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:7
FunctionhandleSubmit
(e)
07-inteligencia-artificial/frontend/src/pages/Register.jsx:14
FunctionhandleSubmit
(e)
07-inteligencia-artificial/frontend/src/pages/Login.jsx:12
FunctionhandleSubmit
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:7
FunctionhandleSubmit
(e)
03-router-and-zustand/src/pages/Register.jsx:14
FunctionhandleSubmit
(e)
03-router-and-zustand/src/pages/Login.jsx:12
FunctionhandleSubmit
(event)
09-ci-cd/projects/frontend/src/App.jsx:17
FunctionhandleTextChange
(event)
02-react/src/components/SearchFormSection.jsx:25
FunctionhandleTextChange
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:25
FunctionhandleTextChange
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:25
FunctionhandleTextFilter
(newTextToFilter)
02-react/src/pages/Search.jsx:95
FunctionhandleTextFilter
(newTextToFilter)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:93
FunctionhandleTextFilter
(newTextToFilter)
03-router-and-zustand/src/pages/Search.jsx:93
Functionhome
()
10-docker/05-ia/app.py:15
← previousnext →101–200 of 239, ranked by callers