Brainmer's Posts
Nairaland Forum › Brainmer's Profile › Brainmer's Posts
gimakon2:Maui is still in preview (development). Many things need to be added like support to other platform. |
xammax: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 . |
xammax:Did u store the key of Google authentication |
1 https://play.google.com/store/apps/details?id=com.annsh.flutterwidgetguide 2 https://play.google.com/store/apps/details?id=flutter.learnflutter.flutterdevelopment.appdevelopment.mobileapp.development.crossplatform 3 https://play.google.com/store/apps/details?id=flutter.tutorial.app 4 https://play.google.com/store/apps/details?id=com.vrpmeone.LearnFlutter 5 https://play.google.com/store/apps/details?id=com.flutter.gaurav_tantuway.flutter_animation_gallery |
[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 |
Build Mobile app without any line of code. You can Even use your mobile phone in 5mins it is Free https://appsgeyser.com |
aumeehn:Align it to Left ,right or center. background-attachment: fixed; background-position: center; https://www.w3schools.com/cssref/pr_background-position.asp |
aumeehn: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; } |
ciro11: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 . |
For more knowledge visit the following site w3schools Tutorialpoint Udemy Sololearn Pluaralsight Treehouse Etc |
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 |
SUPREMOTM:Microsoft have not end support for winform top companies still use winform for development . xaml UI isn't different from it. |
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 |
africanman85:Are you on telegram |
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/ |
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 |
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 |
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 |
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 |
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 |
africanman85:Is it related to coding |
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 |
HelloWorld.xaml <ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui" |
.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 |
I only cram the syntax and know what it does , the rest is copy and paste from Google and documentation . |
w3layouts has free template but you are not allowed to remove backlink in the footer unless you have purchase the license |
We still have google analytics |
Jayjayango: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. |
shhai: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. |
|
no-repeat 0 0;