Welcome.
What's db?
A database is an organized collection of data.[1] It is the collection of schemas, tables, queries, reports, views, and other objects. The data are typically organized to model aspects of reality in a way that supports processes requiring information, such as modelling the availability of rooms in hotels in a way that supports finding a hotel with vacancies.
Definition of front end
- 1: a unit in a computer system devoted to controlling the data communications link between terminals and the main computer and often to the preliminary processing of data
- 2: a software interface (such as a graphical user interface) designed to enable user-friendly interaction with a computer
Front-end focused
- Markup and web languages such as HTML, CSS, JavaScript, and ancillary libraries commonly used in those languages such as Sass or JQuery
- Asynchronous request handling and AJAX
- Cross-browser compatibility issues and workarounds
- Search engine optimization
- Basic usage of image editing tools such as GIMP or Photoshop
- Specialized web editing software like Dreamweaver or Expression Web
- Accessibility concerns
Definition of back end
-
1: the rear end
-
2dialectal, British : the latter part of the year : the autumn and early winter
- 1: the rear end
- 2dialectal, British : the latter part of the year : the autumn and early winter
Back-end focused
- Scripting languages like Nodejs, PHP, Python, Ruby, or Perl
- Automated testing frameworks for the language being used
- Database administration
- Scalability
- Security concerns, authentication and authorization
- Data transformation
- Backup methods and software


No comments:
Post a Comment