Android App Development : Introduction

Getting a hang of Android Studio Official Intro Installation Official Documentation Requirements Min 4GB RAM Min 100GB free hard disk Download https://developer.android.com/studio Install Keep using default options, make sure C:\ drive has enough space(eg: 500GB free) Configure Android Studio https://developer.android.com/studio/intro/studio-config JDK Version Install Java Install the latest Java for windows 64 from oracle link, which…

Our Internship Plan

Our Internship Plan Workflow Phase 1 Markdown Doxygen Intro, Basics , Commonly Used Tags Documentation From Scratch File Snapshots UML Flow Chart OOP MVC Structure(Life cycles, Hooks etc) Bussiness Analysis & Project Plan Preparation. Further Phases For Web Based Applcations Phase 2 DBMS(MYSQL) HTML JS CSS Browser Development Tools Phase 3 IDEs(NotePad++, VS Code, PHP…

React with Router,AJAX, Redux etc

In this session we will learn Router Link & Nav Link Higher Order Components(HOC) Programatic Redirects Axios (Nodejs utility for AJAX) Route Parameters Switch Tag to link only exact match Importing Images Redux Intro Integrating with Jquery Installations Required For Create React App and React basic stuff npx create-react-app my-app For extra utilities in this…

React Development Basics

Intro: Basics : components, events, templates, props and forms Router : routes, route paramenter, redirects Redux : stores,actions & reducers Samples Git https://github.com/iamshaunjp/react-redux-complete-playlist CDN Links https://reactjs.org/docs/cdn-links.html VS Code extensions that could be handy ES7 React/Redux/GraphQL/React Native Snippets by dsznajder Sublime babel by josh peng Browser extensions React Developer tools by facebook firefox , Chrome It…

React JS Introduction

About React.js is a JavaScript library for building user interfaces. It was created by Facebook and is now maintained by a large community of developers. React allows developers to build reusable UI components and manage the state of those components efficiently. With React, you can build complex and dynamic web applications with a high level…

CASE(Computer Aided Software Engineering) Tools

CASE Tools Case tools (Computer-Aided Software Engineering tools) are software applications that assist in the software development process. They provide a range of features and functions that can help developers and project managers to design, implement, test, and maintain software systems. Some examples of CASE tools include: Requirements Management Tools: These tools help in capturing,…

Software product development phases

Brief of S/w project phases In briefest explanation involves 5 phases. see diagram Inititation Planning Execution Monitoring Closure Details Software product development Planning typically involves 3 phases: Planning: This phase involves identifying the problem or opportunity that the software will address, gathering requirements, and creating a project plan. Analysis: During this phase, the requirements are…