Posts

Showing posts from October, 2023

Networking

 Please Do Not Throw Sausage Pizza Away Physical  Data Network Transport Session Presentation Applocation

AWS S3 Bucket Code upload using Github commit with on time

ame: Upload Website on:   push:     branches:     - dev jobs:   deploy:     runs-on: ubuntu-latest     steps:     - uses: actions/checkout@master     - uses: jakejarvis/s3-sync-action@master              env:         AWS_S3_BUCKET: ${{ secrets.AWS_S3_BUCKET }}         AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}         AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}  

TOP PROGRAMMING LANGUAGES

 TOP PROGRAMMING LANGUAGES 1. Python:     a. Django     b. Flask 2. JavaScript:     a. React Js     b. Angular Js     c. Vue.js     d. Node.js     e. Express.js 3. PHP:     a. Laravel     b. CakePhp     c. Symphony 4. Golang 5. Kotlin 6. Swift 7. Solidity 8. Java 9. Vyper 10. Rust ANDROID & IOS DEVELOPMET: 1. FLUTTER 2. SWIFTUI 3. REACT NATIVE ANDROID & IOS DEVELOPMET SOFTWARE: a. Android Studio b. xCode c. Blockchain Technology I. Core dev     a. All computer application subjects II. Soft Dev      a. Bitcoin      b. Etherium

LARAVEL REVISION

  1) What is Laravel? Laravel is an open source PHP framework. It is used to design and develop web applications. It is based on MVC (Model-View-Controller) design pattern. It is created by Taylor Otwell in June 2011. 2) What are Advantages of Laravel? There are various advantages of Laravel: Easy and consistent syntax Set-up process is easy customization process is easy code is always regimented with Laravel 3) What are the feature of Laravel5.0? Laravel has following features : Method injection Contracts Route caching Events object Multiple file system Authentication Scaffolding dotenv - Environmental Detection Laravel Scheduler 4) Compare Laravel with Codeigniter? Laravel Codeigniter It is a framework with expressive, elegant syntax. It is a powerful PHP framework Development is enjoyable, creative experience It provides simple toolkit to create full-featured web applications. Laravel is built for latest version of PHP Codeigniter is an older more mature framework It is more object