Alphabyte's Posts
Nairaland Forum › Alphabyte's Profile › Alphabyte's Posts
1 2 (of 2 pages)
Tools Rider Visual studio 2022 SQL server and SQL management studio |
ASP.NET Core is the framework you want to use for web development with .NET. The class is in C# while the views is in .razor or .cshtml https://learn.microsoft.com/en-us/aspnet/mvc/overview/getting-started/getting-started-with-ef-using-mvc/creating-an-entity-framework-data-model-for-an-asp-net-mvc-application https://dotnettutorials.net/lesson/viewstart-in-asp-net-core-mvc/ https://www.udemy.com/topic/aspnet-core/ Example source https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/data/ef-rp/intro/samples/cu50 |
If you are learning a new language learn the structure of software architecture before logic thoroughly it will help you understand the code base. The folders , classes or models etc Software architecture refers to the fundamental structures of a software system and the discipline of creating such structures and systems. Each structure comprises software elements, relations among them, and properties of both elements and relations.It includes all the information related logically and detailed description without using technical terms in it. It means it can be considered a diagram used to define the relation . If you’re learning to code, practicing logical reasoning will help you understand how programming languages work by learning the syntaxes . |
If a programmer don't know the software and hardware architecture of operating system and Logic it is will be difficulty to build one . There is a GitHub repo of a opensource based os called serenity os written in C++ |
Fourpockets:Android was built with Linux kernel in C and the system apps java or Kotlin was used. Window kernel was written in C while the system apps is in C#and C++ computers that have a microcontroller/microprocessor inside that is running a program, also called firmware, on embedded devices. |
C++ is not a high demand skills in Nigeria. Do you know that Bitcoin was built using qt and c++ for desktop wallet . |
https://play.google.com/store/apps/details?id=com.darshankomu.kotlinforandroidexamples https://play.google.com/store/apps/details?id=kotlin.programming.coding.development.appdevelopment.mobile.learn https://play.google.com/store/apps/details?id=com.apkzube.learnkotlin https://play.google.com/store/apps/details?id=com.apcents.learnkotlinandroid https://play.google.com/store/apps/details?id=com.lamineml.kotlin_android |
Great dashboard sleekcode look at Anson the developer YouTube channel to add more functionality to the user interface |
Tools Vs code or CodeLite or qt studio or c++ builder or CLion by jetbrains or eclipse c/c++, or visual studio 2022 Compliers Intel c++ complier Cygwin (GNU C++) MINGW Microsoft visual c+++ complier |
C++ (pronounced "C plus plus" ) is a general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significantly over time, and modern C++ now has object-oriented, generic, and functional features C++ tutorial introduction https://www.w3schools.com/cpp/ http://www.java2s.com/Tutorials/C/Cpp_Tutorial/index.htm Qt tutorials http://www.java2s.com/Code/Cpp/Qt/CatalogQt.htm Visual c++ tutorial http://www.java2s.com/Code/Cpp.net/CatalogCpp.net.htm https://youtube.com/playlist?list=PLS1QulWo1RIZiBcTr5urECberTITj7gjA |
GREATIGBOMAN:Master troller what are u doing? |
Projects sample for learning proposes https://github.com/androiddevnotes/awesome-android-kotlin-apps For expert and advance app development you have to learn the following components or framework like Clean archiecture MVVM , Retrofit , room ,Koin ,Coroutines , junit Mockito |
Tools Android studio or IntelliJ IDEA |
Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java, and the JVM version of Kotlin's standard library depends on the Java Class Library. It is use for making mobile and web application. The class is denoted by kt while the user interface in android is in XML. https://www.youtube.com/watch?v=uRyvNKRkwbs https://www.w3schools.com/KOTLIN/index.php https://www.javatpoint.com/kotlin-tutorial https://www.udemy.com/topic/kotlin/ |
CodeWithRemi:U are right |
Many programmers are losing interest in coding what is the cause and how can it be balanced .A good developer can be very passionate about coding but might lose interest because of some certain factors . How can we always stay motivated as a developer.It may be as a result of high expectations than we can achieve. We are spending more time on things that makes us tired and unmotivated might be one of the factors that causes it . Coding is so competitive so learn at your pace don't compare yourself with others. |
Development environment Java : 1.8.0_221 XAMPP Tomcat (included with XAMPP): Tomcat 9 Spring Boot : 3.0+ |
Initialize the project Navigate to https://start.spring.io. This service pulls in all the dependencies you need for an application and does most of the setup for you. Choose either Gradle or Maven and the language you want to use. This guide assumes that you chose Java. Click Dependencies and select Spring Web. Click Generate. Download the resulting ZIP file, which is an archive of a web application that is configured with your choices. Create a Simple Web Application Now you can create a web controller for a simple web application, as the following listing (from src/main/java/com/hello/springboot/Controller.java) shows: package com.hello.springboot.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.ResponseBody; @Controller public class HelloController { @GetMapping("/hello" ) @ResponseBody public String hello() { return "hello,world"; } } The code will display hello world on your browser Tools Eclipse or Intellij idea or Vs code or netbeans |
Tool Rider or visual studio 2022 |
James Montemagno and Gerald Versluis Youtube channel is good for beginners learning MAUI https://www.youtube.com/watch?v=uDaIArfc5LM https://www.youtube.com/watch?v=mrLOubYJm2Q https://www.youtube.com/watch?v=EatS5vvo8OY https://www.youtube.com/watch?v=gglcSXvMRHs https://youtube.com/playlist?list=PLPLcAzuCoR9-MtDrsgXfAoqICuTdA6JPa https://www.udemy.com/course/learn-net-maui/ |
1 2 (of 2 pages)
