This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"public_identifier": "varmab", | |
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/varmab/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20240522%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20240522T122527Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1b2fdc0e5c73fe03ff16d355b525f30fbbae87aa32d576ca6b9770f3133dcaee", | |
"background_cover_image_url": null, | |
"first_name": "Varma", | |
"last_name": "Bhupatiraju", | |
"full_name": "Varma Bhupatiraju", | |
"follower_count": 3051, | |
"occupation": "Founder at Ecorfy Inc", | |
"headline": "AI Consultant | Generative AI and Full Stack AI Engineer", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"public_identifier": "varmab", | |
"profile_pic_url": "https://s3.us-west-000.backblazeb2.com/proxycurl/person/varmab/profile?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=0004d7f56a0400b0000000001%2F20240522%2Fus-west-000%2Fs3%2Faws4_request&X-Amz-Date=20240522T122527Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=1b2fdc0e5c73fe03ff16d355b525f30fbbae87aa32d576ca6b9770f3133dcaee", | |
"background_cover_image_url": null, | |
"first_name": "Varma", | |
"last_name": "Bhupatiraju", | |
"full_name": "Varma Bhupatiraju", | |
"follower_count": 3051, | |
"occupation": "Founder at Ecorfy Inc", | |
"headline": "AI Consultant | Generative AI and Full Stack AI Engineer", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
class Todos extends Component{ | |
constructor(){ | |
super(); | |
this.state={ | |
todos:[], | |
todo:'', | |
isEditing: false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id":1, | |
"title": "How to handle state in React. The missing FAQ.", | |
"author": "Osmel Mora", | |
"url": "https://medium.com/react-ecosystem/how-to-handle-state-in-react-6f2d3cd73a0c" | |
}, | |
{ | |
"id":2, | |
"title": "You might not need React Router", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. JavaScript Basics (Operators, Loops, Conditionals) | |
2. Array & Array Iterators | |
3. Objects | |
4. String Functions | |
Assignments | |
https://github.com/varmab/javascript | |
JavaScript Fundamentals | |
https://docs.google.com/presentation/d/1LRpvMsdmTmJ4PBjYV5OoMpRX9p5FLk1utr16SSAS1rs/edit?usp=sharing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var KalturaConstants = require('./KalturaTypes.js'); | |
var Kaltura = require('./KalturaClient.js'); | |
var KalturaClient = null; | |
var Session = null; | |
var pager = new Kaltura.objects.KalturaFilterPager(); | |
pager.pageSize=10000; | |
pager.pageIndex=1; |