Lokang 

What is php? 25.12.2022 04:56 am Lokang Jackson

PHP (Hypertext Preprocessor) is a server-side scripting language that is commonly used for web development. It is used to create dynamic and interactive websites, and it is especially well-suited for building web-based applications.

Read

What is css? 25.12.2022 04:52 am Lokang Jackson

CSS (Cascading Style Sheets) is a stylesheet language used for describing the look and formatting of a document written in HTML. CSS is used to control the presentation of a document written in HTML, and it can be used to style any kind of document, not just web pages.

Read

What is html? 25.12.2022 04:49 am Lokang Jackson

HTML (Hypertext Markup Language) is a standard markup language used to create web pages and other documents that can be displayed in a web browser. HTML is used to specify the structure, content, and layout of a web page, and it is written in the form of HTML elements, which are composed of tags enclosed in angle brackets.

Read

What is MySQL? 25.12.2022 04:47 am Lokang Jackson

MySQL is a popular open-source relational database management system (RDBMS) that is based on Structured Query Language (SQL). It is used to store, organize, and retrieve data for a wide range of applications.

Read

What is Java? 25.12.2022 04:45 am Lokang Jackson

Java is a popular, general-purpose programming language that is object-oriented, class-based, and designed to have as few implementation dependencies as possible. It was developed by James Gosling at Sun Microsystems (which has since been acquired by Oracle) in the mid-1990s.

Read

What is c++? 25.12.2022 04:43 am Lokang Jackson

C++ is a general-purpose, compiled programming language that was developed by Bjarne Stroustrup in 1979 as an extension of the C programming language. C++ is an object-oriented language, which means it allows developers to create objects within the code that can be used and reused. C++ is also a statically typed language, which means that variables must be declared with a specific data type before they can be used in the code.

Read

What is swift programming language? 25.12.2022 04:41 am Lokang Jackson

Swift is a general-purpose, compiled programming language developed by Apple Inc. for their platforms and Linux. Swift is designed to work with Apple's Cocoa and Cocoa Touch frameworks and the Objective-C language, which is the primary programming language you use when writing software for OS X and iOS. Swift is intended to be more concise and easier to read than Objective-C, and is designed to be safer than Objective-C, eliminating some common programming errors.

Read

Best relaxing exercises for programmers? 25.12.2022 04:09 am Lokang Jackson

Here are some exercises that programmers may find relaxing:

Read

Why do people program? 25.12.2022 03:51 am Lokang Jackson

There are many reasons why people choose to program. Some of the common motivations for programming include:

Read

What is software? 25.12.2022 03:43 am Lokang Jackson

Software refers to the programs and other operating information used by a computer. It is the non-tangible component of a computer system, in contrast to the hardware that makes up the physical components of the system.

Read

What are programming languages? 25.12.2022 03:40 am Lokang Jackson

Programming languages are formal languages that are used to write instructions for computers to execute. These instructions, also known as code, are written in a specific syntax that follows certain rules and conventions. When a programmer writes code in a programming language, they are creating a set of instructions that a computer can follow to perform a specific task or solve a problem.

Read

Software programming languages business? 25.12.2022 03:37 am Lokang Jackson

Software programming languages are used to create computer programs and applications that can be used for a wide range of purposes, such as running websites, analyzing data, and automating tasks. There are many different programming languages, each with its own unique syntax, features, and uses.

Read

How to learn programming languages 05.02.2022 02:22 am Lokang Jackson

Programming languages are hard to learn and that can put off many people who want to learn. There is no shortcut because you will have to read as many books, blog, and watch videos as you can find. The easy way to learn is by finding your niche language and sticking to that until you can program in that programming language. Have a reason why you want to learn to program e.g. game, website, mobile and desktop.

Read

Software 23.09.2021 08:38 am Lokang Jackson

Software is in every field and it is here to change every type of job.  It changed every industry e.g. manufacturing, doctors, agriculture, technology and military. Every job is changed to a button to the job. Industry 4.0 is full of software that is improved everything. All industry is employing software engineers to do improve their field and completion. In the near future, all those jobs in almost every industry will go and software engineering jobs will replace them. With software engineering your future is grantees.

Read

Blog System 12.09.2021 04:51 am Lokang Jackson

A blog website allows the admin of the site to post a blog and encourage others to post comments on the posts. The website has files categorise into an index, .htaccess, SQL, controller, models and views.

Read

User system 09.09.2021 03:22 pm Lokang Jackson

The user system is for users of a website to control other users or allow them to access other features on their website(s). There will always be one user that controls the rest of a website and others use the features he/she has given to them. The website has files categorise into an index, .httaccess, SQL, controller, models and views.

Read

School 30.05.2021 02:36 am Lokang Jackson

School is where people learn and acquire knowledge which enable them to do certain tasks better. School can be online or offline(face-to-face). Both schools have standards that are acceptable by any company, country or continent.

Knowledge
We don't go to school because we do not have knowledge, but knowledge we acquire outside school are called general knowledge. Those knowledge cannot be applied to a specified field or tasks. You need to attend and achieve knowledge from a standard or certify school.

Certification
When we finish school, we have achieved a certification that we can use anywhere we want to. The level of school tells which certification you get-the higher your school, the higher your certification and the opposite is also true.

Standards
Schools sets standard for jobs and tasks you can do. They are the highest acceptable standards a country or continent can except. Schools also set fields of study area for you to attain. This field indicate which jobs you can do after you have completed a standard.

Read

Websites 29.05.2021 03:26 am Lokang Jackson

Important
Websites serves as our digital store, school, workplace, bank, law firm, Dr, and all firms we have today can be replicated digitally. To become one of those mentioned above, it takes lots of resources and time. 

Knowledge
The easiest way to acquire most of the skills or all of the skills is to become a web developer or software engineer. On this website, you will learn all the skills you need to develop a website both backend and frontend skills for an affordable price.

Scripts
When you a programmer, you have all the world fields to code and change into digital reality for people to use. The best way is to learn to code but you can start with online codes to start running your business while you learn how to code or program.

Read

Programming languages 08.01.2020 12:47 am Lokang Jackson

Introduction Programming Languages are formulated rules and instructions that input and output data on computers and the web. Programming languages are used to design and develop operating systems(OS), applications(apps) and the web. There are many languages but at lokang inc, there are 3 design languages and two development languages recommended. 

Requirements Local Web Server The web runs on server. The recommended are xampp(all platforms), Mamp and devside wampserver. 

Text editor Recommended text editor is intellij. 

Design Software design is a temporary representation of a product. It is also sometimes called toy programming, mock up or model. In software design, it is recommended to avoid using structural design methods. 
HTML: Data interpretation 
CSS: Web styles and looks 
JavaScript: behavior and game 

HTML HTML is an acronym for Hypertext Markup Language. It is a language we creating static web pages.
 
Development Scripting software to communicate with hardware and people. 
PHP: The web 
Java: Games, the web, computation 
MySQL: Database

Read

Bachelor of information technology 08.01.2020 12:24 am Lokang Jackson

Bachelor of information technology(BiT) is study of technologies. It is dealing especially with how to use and develop technologies. BiT studies the software part of technology and intensely focuses on programming technology. In your study, you will come across things like programming, programming languages, and tools for developing software. BiT does not touch anything with hardware e.g. computer hardware, smart device hardware etc.

STUDY
You will mostly study things like programming language e.g. c++, Java, PHP etc, Mathematics(not much), Data science e.g. statistic, innovation e.g. how and why companies operates and many more.

ONLINE SCHOOLS
Before or during your studies, there are many schools that teaches you how to program. This schools are either free or you pay.
Interactive schools
This schools offer tools for practicing programming in almost all programming languages e.g soloLearn, codeAcademy etc.
Video based schools
In this schools, lessons are taught through videos. You sit in front of you computer watching videos of programming or anything related to technology. The schools covers more than technology. This schools are udacity, udemy and youtube
Tutorials
There are also schools that offers tutorials e.g. w3schools.

PROGRAMMING
Because information technology is more about software, through out your degree, you will be learning to program and that will be your major area of studies. You will do practicals, assignments, tutorials and attend lectures on programming.
Programming tools
Before you start programming, you need tools that will allow you to write what is called code or instructions for computers to turn into applications(app) for people to use e.g. operating system, browsers, text editor or integrated development environment(IDE) e.g. for web(brackets), for c++ and java netbeans for all options or any other option that I missed here, head to jetbrains.
Web Servers
If you are doing a project, assignment or practical on web related technology especially using the language PHP, you need local web server. There are many options to choose from e.g. xampp, ampps, mamp etc.

TECHNOLOGIES
Before you start your studies, you need technologies that will make you do your work, practice or just learn.
Laptop or desktop
Without a laptop or desktop, it will be difficult to do you assignments, practice and learn information technology(IT).
Email
Emails are required in studying information technology for signing up online, teachers to get in contact with you and friends or other students to communicate with you.
Cloud
It is a technology that let you work or keep your document on the internet. You can work at home then upload your work on the internet then when you reach school, you logon and download or continue with your work online. Example of cloud that will help you greatly are evernote(It will help with taking notes during lectures in class), your email provider e.g. icloud, gmail, and hotmail. Your email provider provide storage and document for writing notes too.
Smart phone
Most communication will be via email or website in your study. Mobile phone provide access to them wherever we are. This make smart phone very important technology to have during your study.

Read