Skip to content

Instantly share code, notes, and snippets.

View varmab's full-sized avatar

Varma Bhupatiraju varmab

View GitHub Profile
@varmab
varmab / gist:612aec4b14bcd9f5c476
Created March 4, 2015 23:15
Uploading video using Node.js
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;
@varmab
varmab / JS Monday Test Topics
Last active May 31, 2019 11:36
MySQL training
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
[
{
"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",
import React, { Component } from 'react'
class Todos extends Component{
constructor(){
super();
this.state={
todos:[],
todo:'',
isEditing: false,
{
"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",
{
"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",