Looking for a challenging opportunity
I am an enthusiastic software engineer, skilled web technologies, software development and engineering and love to learn and keep improving.
-
Yalwa GmbH
- Wiesbaden, Germany
- https://gideonbabu.github.io/
- @gideonvbabu
Pinned Loading
-
Data-Structures-and-Algorithms-in-JavaScript
Data-Structures-and-Algorithms-in-JavaScript PublicData Structures and Algorithms implemented in JavaScript
JavaScript 2
-
JavaScript-ES6-algo-dsa
JavaScript-ES6-algo-dsa PublicJavaScript ES6 concepts and solution to algorithms
JavaScript
-
Useful Shell Commands for Web Develo...
Useful Shell Commands for Web Development 1Compress: tar -czvf name-of-archive.tar.gz /path/to/directory-or-file
2Extract: tar -xzvf archive.tar.gz
34compress with exclusion of some folders:
5 -
Python MySQLDB insert
Python MySQLDB insert 1#!/usr/bin/python
23import MySQLdb
4import datetime
5 -
Useful MySQL Commands
Useful MySQL Commands 1ALTER TABLE master_activity_log CHANGE `from_user_id` `user_id` INT(11); // change column name
2ALTER TABLE master_activity_log DROP log_date; // remove column
3ALTER TABLE master_activity_log ADD COLUMN log_datetime DATETIME AFTER after_save; // create new column of existing table
45Truncate foreign key constraints table :
-
JavaScript-Resources
JavaScript-Resources PublicThis repository is the place I keep all the resources to learn JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.