myhackinfo Profile Banner
myhackinfo Profile
myhackinfo

@myhackinfo

Followers
324
Following
477
Media
7
Statuses
69

Your oneStop resource for simplifying complex software challenges. We break down tech hurdles,enabling you to build and innovate with confidence. https://t.co/XAIJZKbce1

Jaipur, India
Joined February 2018
Don't wanna be here? Send us removal request.
@myhackinfo
myhackinfo
7 years
https://t.co/QfhVDQsKPz awesome for new challenge
0
0
1
@myhackinfo
myhackinfo
7 years
Start learning Ruby
0
0
1
@myhackinfo
myhackinfo
7 years
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher
0
0
3
@myhackinfo
myhackinfo
7 years
In Ruby Multiline Comment =begin Here put comment s Ruby Multiline Comment =end Note: (=begin .... =end )
0
0
2
@myhackinfo
myhackinfo
7 years
"Turtle” is a python feature like a drawing board, which lets you command a turtle to draw all over it! You can use functions like turtle.forward(...) and turtle.left(...) which can move the turtle around.
0
0
0
@myhackinfo
myhackinfo
7 years
In Python 3 def num(*value): print(value) num(1,2,3,'string',[1,23,3]) #in this num function many and anydata-type value we put because it use * symbol front value it's unpacking
0
0
0
@myhackinfo
myhackinfo
7 years
In computing, React (also known as React.js or ReactJS) is a JavaScript library for building user interfaces. It is maintained by Facebook and a community of individual developers and companies
0
0
3
@myhackinfo
myhackinfo
7 years
ES6 in depth complete yup😎
0
0
0
@myhackinfo
myhackinfo
7 years
The lambda operator orlambda function is a way to create small anonymousfunctions, functionswithout a name.Lambda functions are mainly used in combination with the functions filter(), map(). The lambda feature was added to Python due to the demand from Lisp programmers.
0
0
0
@myhackinfo
myhackinfo
7 years
What is recursion function? 😎When a function call itself is knows as recursion.🤔
0
0
0
@myhackinfo
myhackinfo
7 years
Half tutorial complete ES6
0
0
0
@myhackinfo
myhackinfo
8 years
Print table 2 another way: for(let i=2;i<=20;i+=2){ console.log(i) } Note:we use i++ but here i use i+=2 that increase each time 2
0
0
0
@myhackinfo
myhackinfo
8 years
Pipenv: A Guide to the New Python Packaging Tool
0
0
0
@myhackinfo
myhackinfo
8 years
What is modules ? Split code into unique files based on relevant data. Handled in ES6 via the "export" and "import" keywords.
0
0
1
@myhackinfo
myhackinfo
8 years
Passport is authentication middleware for node.js
0
0
0
@myhackinfo
myhackinfo
8 years
What is a Transpiler? 😋A Transpiler reads code written in one language and produces the equivalent code in another.
0
0
0
@myhackinfo
myhackinfo
8 years
Postman makes API development faster, easier, and batter. The free app is used by more the 3.5 million developer.
0
0
0
@myhackinfo
myhackinfo
8 years
How can install ejs on windows open cmd and type=npm install ejs ejs-mate --save
0
0
0
@myhackinfo
myhackinfo
8 years
What is EJS ? :Embedded JavaScript templates for node
0
0
1