By admin , 4 January, 2022 Minimal Knowledge about Git every developer should have? Git Git repository: local repository remote repository Git staging area .gitignore file Git Cache Git Index Git ommit Git stash git clone, git config git add git status git commit git push git pull git branch git checkout git merge <>
By admin , 3 January, 2022 default does not appear to be a resolvable hostname or IP, not starting browser. You may need to use the --uri option in your command? We can use option --uri: vendor/bin/drush uli --uri=http://localhost/socialproject/web
By admin , 2 January, 2022 Most important php array function is_array array_diff array_intersect array_key_exists array_diff_assoc array_diff_key array_diff_assoc
By admin , 28 December, 2021 Static-typed programming language A language is Static typed if perform type(common programming behaviours) checking at compile time. language compiler perform type checking at compile time and assigns variables type based on the variable's value. Examples of Static typed languages :- Java, C, C++
By admin , 28 December, 2021 Dynamic-typed programming language A language is dynamically typed if perform type(common programming behaviours) checking at runtime. language interpreter perform type checking at runtime and assigns variables type based on the variable's value. Examples of dynamically typed languages :- Python, PHP, JavaScript
By admin , 27 December, 2021 Installing PHP Windows Linux Mac Step 1: Download the latest version of xampp/wamp it will installed PHP, Apache Server, Mysql, Phpmyadmin automatically from below links. XAMPP Wamp Step 5: Congratulations! ... Comming Soon... ... Comming Soon...
By admin , 27 December, 2021 About Python Your name Subject Comment About text formats Plain text No HTML tags allowed. Lines and paragraphs break automatically. Web page addresses and email addresses turn into links automatically. Python is programming language . Python is an interpreted by Nature. Python is dynamically-typed by Nature. First appeared: 20 February 1991; 30 years ago. Designed by: Guido van Rossum License: Python Software Foundation License. Python interpreter: Python features: Indentation(To define a block of code, By default, Python uses four spaces(a tab) for indentation, and the programmer can manage it but it has to be at least one.)