₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,325,027 members, 8,419,993 topics. Date: Thursday, 04 June 2026 at 08:59 AM

Toggle theme

Brainmer's Posts

Nairaland ForumBrainmer's ProfileBrainmer's Posts

1 2 3 4 (of 4 pages)

ProgrammingRe: Building A Management Software With Winform C# by Brainmer(op): 11:17am On May 29, 2022
gimakon2:
He does not know how to talk, dont blame him. On the other hand, hes saying you move to something Latest. Which you can easily get hired for.
Maui is still in preview (development). Many things need to be added like support to other platform.
ProgrammingRe: Please Help, My Iphone Locked Itself Out by Brainmer: 9:12am On May 28, 2022
xammax:
Yes but on the phone. So if I wipe the phone, it's gone. In a dilemma right now
I store my key in a piece of Paper , click on the floating button and put your key and the time based or counter based Then click add .
ProgrammingRe: Please Help, My Iphone Locked Itself Out by Brainmer: 8:46pm On May 27, 2022
xammax:
What of my third party authenticator(Google authenticator) connected to my crypto app? If I erase it, how will I get access to the authenticator. Which kind wahala I put myself like this
Did u store the key of Google authentication
ProgrammingFive Android Apps To Learn Flutter by Brainmer(op):
ProgrammingSpring Boot Learning java by Brainmer(op):
[s][/s]Spring Boot is an open source Java-based framework used to create a Micro Service.



@RequestMapping annotation variant are


@GetMapping
@PostMapping
@DeleteMapping
@PutMapping
@PatchMapping

Spring Annotations are a form of metadata that provides data about a program. Annotations are used to provide information about a program. 




spring boot tutorial


https://www.youtube.com/watch?v=vtPkZShrvXQ


https://www.youtube.com/watch?v=5VUjP1wMqoE


https://www.youtube.com/watch?v=J3iiiLrT1ic

https://www.javatpoint.com/spring-boot-tutorial

https://www.tutorialspoint.com/spring_boot/spring_boot_file_handling.htm


udemy course
https://www.udemy.com/topic/spring-boot/

spring security

spring security is to restrict acess to a particular page and user roles like admin and user

https://www.baeldung.com/spring-boot-security-autoconfiguration



Tools :


eclipse or intellij
database like Mysql ,oracle db ,PostgreSQL
WebmastersBuild Mobile App With Appsgeyser Without Coding by Brainmer(op): 9:44am On May 27, 2022
Build Mobile app without any line of code. You can Even use your mobile phone in 5mins it is Free


https://appsgeyser.com
ProgrammingRe: HTML And CSS UI Thread Advance by Brainmer(op): 8:25pm On May 26, 2022
aumeehn:
The issue is not the code. I want to position it on the center
Align it to Left ,right or center.


background-attachment: fixed;
background-position: center;

https://www.w3schools.com/cssref/pr_background-position.asp
ProgrammingRe: HTML And CSS UI Thread Advance by Brainmer(op): 4:07pm On May 26, 2022
aumeehn:
I also want to add background pics to my <h1> header. I was unable to position the image on the header note.
I added the background pics using the internal css code in the header.

<style>
h1 {
background url("my image"wink no-repeat 0 0;

}
</Style>
The path of the folder can be asset/icon.jpg depending on your code structure the path is the URL. Or u can use image from a link.

h1 {
background-image: url("image/icon.png" ) ;
background-repeat: no-repeat;


}
ProgrammingRe: HTML And CSS UI Thread Advance by Brainmer(op): 2:31pm On May 26, 2022
ciro11:
I've been using notepad to practice web design for some time now, but I'm having an issue, I don't know if it's because of the notepad I'm using but I'm currently finding it difficult to place a pic on my website using css after successfully linking the html file to the css file, any advise?
Go to the file explorer and add the image in asset folder. I suggest you do it manually before code . By copying and pasting the Image then write the Code .
ProgrammingRe: HTML And CSS UI Thread Advance by Brainmer(op): 11:17am On May 26, 2022
For more knowledge visit the following site

w3schools
Tutorialpoint
Udemy
Sololearn
Pluaralsight

Treehouse
Etc
ProgrammingHTML And CSS UI Thread Advance by Brainmer(op): 11:14am On May 26, 2022
The HyperText Markup Language (HTML) is the standard markup language it layout is style in CSS which Cascading Style Sheets and scripting languages such as JavaScript.





HTML and CSS


https://www.youtube.com/watch?v=enBAFo2kEfE


https://www.youtube.com/watch?v=G-Cr00UYokU

Material UI


https://www.youtube.com/watch?v=lKZiXQWnlUw


React



https://www.youtube.com/watch?v=Ke90Tje7VS0


Vuejs


https://www.youtube.com/watch?v=kcS1zGeVFd4



Tools

Vs code
Nodejs
ProgrammingRe: Building A Management Software With Winform C# by Brainmer(op): 10:38am On May 23, 2022
SUPREMOTM:
Winform in 2022?
When we are waiting for .Net MAUI.
Microsoft have not end support for winform top companies still use winform for development . xaml UI isn't different from it.
ProgrammingRe: Android Developers Help Me Out by Brainmer: 10:23am On May 21, 2022
Go to Android studio and download gradle don't for get to set path in Dev environment variable . Make sure you install your sdk build tools and API's
ProgrammingRe: Programmers: Do You Memorize/cram Your Codes? by Brainmer: 10:18am On May 21, 2022
africanman85:
Have been expecting your reply bro
Are you on telegram
ProgrammingRe: Where Can I Download Website Templates? by Brainmer:
You can use your sketch , figma and adobe xd design to code by exporting it . Website like anima Just search for a platform to prototype the user interface .




https://geekflare.com/design-to-code-tools/
ProgrammingDifferences Between Js Bridge Webview And Webview android by Brainmer(op):
Webview is the easiest way to convert any URL to mobile app. you can create an Activity that contains a WebView, then use that to display your document that's hosted online or a. HTML file.

Js bridge webview is like using js to scrape some data from webpage instead of full emulation












https://developer.android.com/guide/webapps/webview
ProgrammingBuilding A Management Software With Winform C# by Brainmer(op): 3:18pm On May 20, 2022
Windows Forms is a free and open-source graphical class library included as a part of Microsoft .NET Framework providing a platform to write client applications for desktop, laptop, and tablet PCs. The UI is created using the designer drag and drop.





https://www.youtube.com/watch?v=ogS0SfW1pm0



https://www.youtube.com/watch?v=i4YHCa92BdM




http://www.java2s.com/Tutorial/CSharp/0460__GUI-Windows-Forms/Catalog0460__GUI-Windows-Forms.htm

Tools

Visual studio
SQL Server
ProgrammingHow To Become A Genius Coder by Brainmer(op): 10:25am On May 20, 2022
Spend at least 5hours every week days and rest during the weekends it will boast your knowledge about core programming . post your tips here it might help someone viewing this thread
ProgrammingAndroid Development Tutorial For Learning java by Brainmer(op): 9:38am On May 20, 2022
Android is based on a modified version of Linux.Most of the Android code was released under the open source Apache License. Java is used for making mobile app .The view is in XML and the logic is in java or kotlin . You have to learn how to write activity and fragment and more

tutorial
http://www.java2s.com/Tutorials/Android/Android_Tutorial/index.htm

https://www.javatpoint.com/android-tutorial



Source code

http://www.java2s.com/Open-Source/Android_Free_Code/index.htm

android course


https://www.youtube.com/watch?v=fis26HvvDII

https://www.udemy.com/topic/android-development/

Material design
https://github.com/wasabeef/awesome-android-ui


https://material.io/design


Tools
JDK8
Android Studio
ProgrammingASP.NET Course For Developers Free/paid by Brainmer(op):
ASP.NET is a web framework develop by Microsoft by building monolithic dynamic web app. Microsoft just stop support for .NET 5 there are guidelines to migrate to .NET 6 .


Doc
https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore

ASP.NET tutorials udemy

https://www.udemy.com/courses/search/?src=ukw&q=.net

ASP.NET core


https://www.youtube.com/watch?v=hZ1DASYd9rk

ASP.NET

https://www.youtube.com/watch?v=F4ePoeSien8

ASP.NET core and entity framework

https://www.youtube.com/watch?v=7d2UMAIgOLQ

ASP.NET razor pages

https://www.youtube.com/watch?v=eru2emiqow0



Microsoft Learn
https://dotnet.microsoft.com/en-us/learn/aspnet

pluralsight ASP.NET
https://www.pluralsight.com/paths/aspnet-core



Razor is a markup syntax for embedding .NET based code into webpages. The Razor syntax consists of Razor markup, C#, and HTML. Files containing Razor generally have a .cshtml file extension. Razor is also found in Razor component files (.razor). Razor syntax is similar to the templating engines of like JavaScript single-page application (SPA) frameworks, such as Angular, React, VueJs, and Svelte. Note that razor and blazor are the views or the user interface.

Blazor lets you build interactive web UIs using C# instead of JavaScript. Blazor apps are composed of reusable web UI components implemented using C#, HTML, and CSS. Both client and server code is written in C#.


Tools:
Visual Studio
SQL Server
ProgrammingRe: Programmers: Do You Memorize/cram Your Codes? by Brainmer: 5:00pm On May 19, 2022
africanman85:
Bro pls I Will like to connect with you on WhatsApp. I want to discuss something with you.
Is it related to coding
ProgrammingRe: WPF Tutorial/guide For Absolute Beginner by Brainmer(op): 9:31am On May 19, 2022
Samples from Microsoft repo



https://github.com/Microsoft/WPF-Samples
ProgrammingWPF Tutorial/guide For Absolute Beginner by Brainmer(op):
Windows Presentation Foundation is a UI framework that creates desktop client applications.


The WPF development platform supports a broad set of application development features, including an application model, resources, controls, graphics, layout, data binding, documents, and security. The user interface is in xaml

For beginners practice from the website below to learn more about wpf.


http://www.java2s.com/Tutorial/CSharp/0470__Windows-Presentation-Foundation/Catalog0470__Windows-Presentation-Foundation.htm





Ui design tutorials in xaml


https://www.youtube.com/watch?v=txQm1WxFsqo


https://www.youtube.com/watch?v=PsqcLpDq9Vk

sample project to practice


https://github.com/Djefson/SMS


https://github.com/sh3b/alphaelectric-company-management-system



tools:

Visual studio2022

SQL Server
ProgrammingRe: .NET MAUI Guide For Beginners C# by Brainmer(op): 6:32pm On May 18, 2022
HelloWorld.xaml

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
<TextBlock Text="Hello, world!" />
</ContentPage>
Programming.NET MAUI Guide For Beginners C# by Brainmer(op):
.NET MAUI is a cross-platform framework for creating native mobile and desktop apps with C# and XAML from a single code-base.


Extensible Application Markup Language (XAML) is a declarative language that's based on XML.It is the user interface of the app.

MVVM is a software architectural pattern . It consist of Models , ViewsModel and View



Model is the layer that drives the business logic. It retrieves and stores information from any data source for consumption by the ViewModel.

ViewModel is the layer that acts as a bridge between the View and the Model .


View is the layer that represents the interface of the software . it is the layout which is in XAML.




https://docs.microsoft.com/en-us/dotnet/maui/


https://github.com/dotnet-presentations/dotnet-maui-workshop


Microsoft just added blazorwebview to interact with build for andriod ,mac or windows .

https://www.youtube.com/watch?v=swwWgFZJvEs

https://github.com/egvijayanand/dotnet-maui-samples/tree/main/src/MauiBlazorApp/MauiBlazorApp

Tools:

Visual studio 2022
MAUI Community Toolkit
ProgrammingRe: Programmers: Do You Memorize/cram Your Codes? by Brainmer: 3:02pm On May 18, 2022
I only cram the syntax and know what it does , the rest is copy and paste from Google and documentation .
ProgrammingRe: Where Can I Download Website Templates? by Brainmer: 11:26am On May 18, 2022
w3layouts has free template but you are not allowed to remove backlink in the footer unless you have purchase the license
WebmastersRe: Now That Alexa Has Closed Down by Brainmer: 12:01pm On May 02, 2022
We still have google analytics
WebmastersRe: How Much Do Web Programmers Charge For Static Websites by Brainmer: 7:01pm On May 01, 2022
Jayjayango:
Funny
In the United state the minimum earnings of developers is 50 dollars per hour and a project cost is about 500 to 1k+ depending on the task.
ProgrammingRe: We Need Someone To Modify Our Website . by Brainmer: 6:40pm On May 01, 2022
shhai:
Happy New Month to all.

Help to modify our site https://shhaicapital.com/ and add the following :

(1) Please make the sign up / online registration to work perfectly that will enable new account holder to be able to views his or her dashboard and all savings and interest and loan and investment will be displaying on the account holder dashboard.payment for membership registration should be both online and direct bank deposit.

(2) when you click on the members registration offline the link is
not opening .make the link to be opening and let our bank account details be display on the page .make it in a way that new coming members are to fill the form after membership payment to our bank account . and once confirm the member account will be open and each member can view his or her account dashboard and see all transactions both on savings and loan and investments capital and interest if once we pay the member investment interest and capital let it also show on the member dashboard account .

(3) when you click on apply for personal loan and all others loans
this link that will appear https://account.shhaicapital.com/login
is not secured ,make it secured like the main site is secured.

(3) under products and service only loans and savings was added please
add investment and i will give you our investment package

when investment packages is clicked or loan packages is click please
use the calculator interest rates of any of this site and make it
adjustable that we can edit it and add our own rates at any time.

https://cowrywise.com/interest-tool


lastly we will give you a logo and you will use it to brand our website and rebrand the website color to the logo color.

If you can deliver within 3days then whatsapp me now on 09020020147

Please is 20k.
20k isn't enough for hosting. The only way to meet the price go to codecanyon and buy a script called Livo Bank . you can edit the code to add more functionality.
WebmastersRe: I Need Andriod App For My Website by Brainmer:

1 2 3 4 (of 4 pages)