Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/midudev/jscamp
/ functions
Functions
239 in github.com/midudev/jscamp
⨍
Functions
239
◇
Types & classes
32
↳
Endpoints
2
Function
JobSection
({ title, content })
07-inteligencia-artificial/frontend/src/pages/Detail.jsx:13
Function
JobSection
({ title, content })
03-router-and-zustand/src/pages/Detail.jsx:9
Function
Link
({ href, children, ...restOfProps })
02-react/src/components/Link.jsx:3
Function
Link
({ href, children, ...restOfProps })
07-inteligencia-artificial/frontend/src/components/Link.jsx:3
Function
Link
({ href, children, ...restOfProps })
03-router-and-zustand/src/components/Link.jsx:3
Function
Login
()
07-inteligencia-artificial/frontend/src/pages/Login.jsx:6
Function
Login
()
03-router-and-zustand/src/pages/Login.jsx:6
Function
NotFoundPage
()
02-react/src/pages/404.jsx:1
Function
NotFoundPage
()
07-inteligencia-artificial/frontend/src/pages/404.jsx:1
Function
NotFoundPage
()
03-router-and-zustand/src/pages/404.jsx:1
Function
Pagination
({ currentPage = 1, totalPages = 10, onPageChange })
02-react/src/components/Pagination.jsx:3
Function
Pagination
({ currentPage = 1, totalPages = 10, onPageChange })
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:3
Function
Pagination
({ currentPage = 1, totalPages = 10, onPageChange })
03-router-and-zustand/src/components/Pagination.jsx:3
Function
Profile
()
07-inteligencia-artificial/frontend/src/pages/ProfilePage.jsx:4
Function
Profile
()
03-router-and-zustand/src/pages/ProfilePage.jsx:4
Function
ProtectedRoute
({ children, redirectTo = '/login' })
07-inteligencia-artificial/frontend/src/components/ProtectedRoute.jsx:4
Function
ProtectedRoute
({ children, redirectTo = '/login' })
03-router-and-zustand/src/components/ProtectedRoute.jsx:4
Function
Register
()
07-inteligencia-artificial/frontend/src/pages/Register.jsx:6
Function
Register
()
03-router-and-zustand/src/pages/Register.jsx:6
Function
Route
({ path, component: Component })
02-react/src/components/Route.jsx:3
Function
Route
({ path, component: Component })
07-inteligencia-artificial/frontend/src/components/Route.jsx:3
Function
Route
({ path, component: Component })
03-router-and-zustand/src/components/Route.jsx:3
Function
SearchFormSection
({ onTextFilter, onSearch, initialText })
02-react/src/components/SearchFormSection.jsx:46
Function
SearchFormSection
({ initialFilters, onTextFilter, onSearch, initialText })
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:46
Function
SearchFormSection
({ initialFilters, onTextFilter, onSearch, initialText })
03-router-and-zustand/src/components/SearchFormSection.jsx:46
Function
SearchPage
()
02-react/src/pages/Search.jsx:113
Function
SearchPage
()
07-inteligencia-artificial/frontend/src/pages/Search.jsx:112
Function
SearchPage
()
03-router-and-zustand/src/pages/Search.jsx:112
Function
ask
()
10-docker/05-ia/app.py:22
Function
bucleInfinito
()
06-typescript/01-fundamentos/05-any-unknown-never-void.ts:51
Function
calcular
(x, y)
06-typescript/03-interfaces-types/01-interfaces.ts:59
Method
connectedCallback
()
01-javascript/devjobs-avatar-element.js:36
Method
connectedCallback
()
02-react-cdn-version/devjobs-avatar-element.js:36
Method
constructor
()
01-javascript/devjobs-avatar-element.js:2
Method
constructor
()
02-react-cdn-version/devjobs-avatar-element.js:2
Function
corsMiddleware
(options: CorsOptions = {})
08-sql/backend/src/middlewares/cors.ts:33
Function
crearUsuario
(nombre: string, rol: string = "admin")
06-typescript/02-funciones/01-basicos.ts:33
Method
create
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:28
Method
create
({ titulo, empresa, ubicacion, data })
07-inteligencia-artificial/backend/models/job.js:33
Method
create
( req: Request, res: Response )
08-sql/backend/src/controllers/job.ts:52
Method
create
(input: CreateJobDTO)
08-sql/backend/src/models/job.ts:74
Method
create
(req, res)
04-express/controllers/jobs.js:28
Function
createValidationMiddleware
(schema: ZodSchema<T>)
08-sql/backend/src/middlewares/validation.ts:75
Method
delete
( req: Request<{ id: string }>, res: Response )
08-sql/backend/src/controllers/job.ts:77
Function
dividir
(a: number, b: number)
06-typescript/02-funciones/01-basicos.ts:17
Function
division
(a, b)
06-typescript/02-funciones/01-basicos.ts:56
Function
generateSummary
()
07-inteligencia-artificial/frontend/src/hooks/useAISummary.jsx:10
Method
getAll
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:5
Method
getAll
({ text, title, level, limit = 10, technology, offset = 0 })
07-inteligencia-artificial/backend/models/job.js:4
Method
getAll
( req: Request<{}, {}, {}, JobFilters>, res: Response )
08-sql/backend/src/controllers/job.ts:24
Method
getAll
(filters?: JobFilters)
08-sql/backend/src/models/job.ts:20
Method
getAll
(req, res)
04-express/controllers/jobs.js:5
Method
getAll
({ text, title, level, limit = 10, technology, offset = 0 })
04-express/models/job.js:4
Method
getById
( req: Request<{ id: string }>, res: Response )
08-sql/backend/src/controllers/job.ts:35
Method
getById
(id: string)
08-sql/backend/src/models/job.ts:69
Method
getId
(req, res)
07-inteligencia-artificial/backend/controllers/jobs.js:16
Method
getId
(req, res)
04-express/controllers/jobs.js:16
Function
handleApplyClick
()
02-react/src/components/JobCard.jsx:6
Function
handleApplyClick
()
07-inteligencia-artificial/frontend/src/components/JobCard.jsx:30
Function
handleApplyClick
()
03-router-and-zustand/src/components/JobCard.jsx:30
Function
handleChangePage
(event)
02-react/src/components/Pagination.jsx:27
Function
handleChangePage
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:27
Function
handleChangePage
(event)
03-router-and-zustand/src/components/Pagination.jsx:27
Function
handleClearInput
(event)
02-react/src/components/SearchFormSection.jsx:59
Function
handleClearInput
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:59
Function
handleClearInput
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:59
Function
handleClick
(event)
02-react/src/components/Link.jsx:6
Function
handleLocationChange
()
02-react/src/hooks/useRouter.jsx:7
Function
handleLogout
()
07-inteligencia-artificial/frontend/src/components/Header.jsx:50
Function
handleLogout
()
03-router-and-zustand/src/components/Header.jsx:50
Function
handleNextClick
(event)
02-react/src/components/Pagination.jsx:20
Function
handleNextClick
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:20
Function
handleNextClick
(event)
03-router-and-zustand/src/components/Pagination.jsx:20
Function
handlePageChange
(page)
02-react/src/pages/Search.jsx:86
Function
handlePageChange
(page)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:84
Function
handlePageChange
(page)
03-router-and-zustand/src/pages/Search.jsx:84
Function
handlePrevClick
(event)
02-react/src/components/Pagination.jsx:13
Function
handlePrevClick
(event)
07-inteligencia-artificial/frontend/src/components/Pagination.jsx:13
Function
handlePrevClick
(event)
03-router-and-zustand/src/components/Pagination.jsx:13
Function
handleSearch
(event)
02-react/src/pages/Home.jsx:6
Function
handleSearch
(filters)
02-react/src/pages/Search.jsx:90
Function
handleSearch
(event)
07-inteligencia-artificial/frontend/src/pages/Home.jsx:7
Function
handleSearch
(filters)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:88
Function
handleSearch
(event)
03-router-and-zustand/src/pages/Home.jsx:7
Function
handleSearch
(filters)
03-router-and-zustand/src/pages/Search.jsx:88
Function
handleSubmit
(event)
02-react/src/components/SearchFormSection.jsx:7
Function
handleSubmit
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:7
Function
handleSubmit
(e)
07-inteligencia-artificial/frontend/src/pages/Register.jsx:14
Function
handleSubmit
(e)
07-inteligencia-artificial/frontend/src/pages/Login.jsx:12
Function
handleSubmit
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:7
Function
handleSubmit
(e)
03-router-and-zustand/src/pages/Register.jsx:14
Function
handleSubmit
(e)
03-router-and-zustand/src/pages/Login.jsx:12
Function
handleSubmit
(event)
09-ci-cd/projects/frontend/src/App.jsx:17
Function
handleTextChange
(event)
02-react/src/components/SearchFormSection.jsx:25
Function
handleTextChange
(event)
07-inteligencia-artificial/frontend/src/components/SearchFormSection.jsx:25
Function
handleTextChange
(event)
03-router-and-zustand/src/components/SearchFormSection.jsx:25
Function
handleTextFilter
(newTextToFilter)
02-react/src/pages/Search.jsx:95
Function
handleTextFilter
(newTextToFilter)
07-inteligencia-artificial/frontend/src/pages/Search.jsx:93
Function
handleTextFilter
(newTextToFilter)
03-router-and-zustand/src/pages/Search.jsx:93
Function
home
()
10-docker/05-ia/app.py:15
← previous
next →
101–200 of 239, ranked by callers