CodingSoft's Posts
Nairaland Forum › CodingSoft's Profile › CodingSoft's Posts
Alphabyte3:My full respect to the Xamarin community guys that came up with a fix for an iOS issue. |
excanny:You don't know the power of Xamarin and .Net MAUI. Not too long ago I worked on a project where some features of Xamarin were being blocked by the latest iOS security improvements, but Xamarin community released a code to fix this issue. With .Net MAUI the security issue has been taken care of. Big respect for Xamarin and .Net MAUI. Lontorlooka: |
You can quickly start with ASP.NET Razor which is like php. After this you can then learn to write the codes inside the @{Codes} on the server side to keep them separate from the front-end html, for this you'll need to learn ASP.Net/.Net Core/.NET5 and above. <html> <body> <!-- Single statement block --> @{ var myMessage = "Hello World"; } <!-- Inline expression or variable --> <p>The value of myMessage is: @myMessage</p> <!-- Multi-statement block --> @{ string greeting = "Welcome to our site!"; string weekDay = DateTime.Now.DayOfWeek; string greetingMessage = greeting + " Here in Huston it is: " + weekDay; } <p>The greeting is: @greetingMessage</p> </body> </html> ------------------------------------------------------- <html> <body> @for(var i = 10; i < 21; i++) { <p>Line @i</p> } </body> </html> --------------------------------------------- @{var price=50;} <html> <body> @if (price>30) { <p>The price is too high.</p> } </body> </html> https://www.w3schools.com/asp/razor_syntax.asp |
99thEnemy:At uni we used Java as our main language but covered C and C++ to know how they differ from Java. Before stating uni I had already done some programming with C# so after uni I just continued my programming career using C# and the .Net Framework. |
99thEnemy:I did logic gates in CS/SE over a decade ago but this animated YouTube video makes it very clear on how we got from transistors to logic gates. |
A software engineering role in the US drew 3,367 applicants. Recruiter Lusely Martinez used an application tracking system and manual checks to cut candidates. Those who made the cut were honest and understood the position's needs, Martinez said. It took Lusely Martinez and her team 50 days to fill a software engineering role for a global tech company. https://www.msn.com/en-ca/money/career/a-software-engineering-job-got-over-3-000-applications-here-s-how-a-recruiter-screened-out-98-of-them-before-a-phone-call/ar-BB1mGnsz |
List of functional tasks when designing from scratch: Cyber Secure Design = ₦ fixed price Database design and implementation = ₦ fixed price User Registration = ₦ fixed price Admin Login = ₦ fixed price User Login Page = ₦ fixed price User Logout Page = ₦ fixed price Update details page = ₦ fixed price Page to add items for sale = ₦ fixed price Page to list items for sale = ₦ fixed price Basket to add items to purchase = ₦ fixed price Check Out to pay for items = ₦ fixed price Payment completed page = ₦ fixed price Send transaction completed email to user = ₦ fixed price Display payment not successful page = ₦ fixed price |
Share you experience working in the above teams? |
A study has found that projects adopting Agile practices are 268 percent more likely to fail than those that do not. Even though the research commissioned by consultancy Engprax could be seen as a thinly veiled plug for Impact Engineering methodology, it feeds into the suspicion that the Agile Manifesto might not be all it's cracked up to be. The study's fieldwork was conducted between May 3 and May 7 with 600 software engineers (250 in the UK and 350 in the US) participating. One standout statistic was that projects with clear requirements documented before development started were 97 percent more likely to succeed. In comparison, one of the four pillars of the Agile Manifesto is "Working Software over Comprehensive Documentation." According to the study, putting a specification in place before development begins can result in a 50 percent increase in success, and making sure the requirements are accurate to the real-world problem can lead to a 57 percent increase. https://www.theregister.com/2024/06/05/agile_failure_rates/ |
NDSMELODY:The transfer should be in your account now. |
. |
NDSMELODY:Alright. Edit your post and remove your town also. |
NDSMELODY:I just need your town/city now. |
NDSMELODY:Please edit your post and remove your details as I have got it. |
Beverlyjean:Please take it easy o! When you start a petty business or any business in Nigeria or apply for any job in Nigeria no one will ask you for your visa type to see if you have the right to work in Nigeria. Those who travel through the skills shortage root are the lucky ones as there is a job waiting for them when they arrive. Apart from this route every other route it is only God or what a person believes in and pure luck to get a job as getting a job as an adult over here is based on experience, for the natives it's easy for them to get experience during their studies or after their studies as it's their own country and their government does all they can for young people to have the experience they need for work. |
Also use Khan Academy they have free tutorials on all subjects: https://www.youtube.com/c/khanacademy |
Headlaw:I'm the programmer that can write accounting software. DM here: https://www.nairaland.com/sendemail/codingsoft |
Headlaw:I'm the programmer that can write accounting software. DM here: https://www.nairaland.com/sendemail/codingsoft |
sheeda995:With a programming background and many years of programming, I can teach you JavaScript on zoom from basic to advanced level, send me a DM here: https://www.nairaland.com/sendemail/codingsoft |
Amotolongbo:[I used to think like this too, but my mindset changed when I left Nigeria. But now after getting used to the system of the developed countries my mindset changed again] I have now realised that big corruptions and cover ups are not only in developing countries like Nigeria. We need to now pull our minds together to research into why the system is working for the developed countries that they are always improving but not so back home. |
Unbreakable26:No worries. One thing to bear in mind is that learning programming without a programming degree is not easy. |
Unbreakable26:No worries. Here is a link to a good website where he can learn the programming skills I've listed above https://scrimba.com/allcourses?price=free&topic=other |
Devaro: ![]() |
. This has now expired so the reason it has been take off |
Unbreakable26:In addition to my post above, he will need to first learn HTML, CSS, BoostStrap, JavaScript, jQuary then React, thereafter a server side language like Python, PHP or C# for the web and then MySql or MS SQL later RestFul APIs. These will take time to learn and master and there is no guarantee of finding work with these skills I have listed as there are loads of people with these skills that are struggling to find work. As he has a degree then he can learn the skills above and use them to create his one SaaS application to solve the needs in his field of study which businesses can use and he can also use the project as his portfolio if he wants to find work as well. |
Quickest way for your friend to get an online programming is to learn React.js for website and React Native for mobile apps. Does your friend have a laptop? |

