₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

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

Toggle theme

What Is Your Current Programming STACK - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingWhat Is Your Current Programming STACK (1169 Views)

1 Reply (Go Down)

What Is Your Current Programming STACK by Deicide(op): 4:44pm On Feb 19, 2024
I know so many programing Language but currently my main stack are

1. Typescript
2. GoLang
3. Rust

I use Typescript and GoLang more though but i Love Rust more than both and wish i was very proficient with it.
Re: What Is Your Current Programming STACK by Stephen0mozzy: 4:50pm On Feb 19, 2024
smiley HTML, CSS
Re: What Is Your Current Programming STACK by Deicide(op): 7:07pm On Feb 19, 2024
try add Javascript
Stephen0mozzy:
smiley HTML, CSS
Re: What Is Your Current Programming STACK by Unbiased1: 8:38pm On Feb 19, 2024
Deicide:
I know so many programing Language but currently my main stack are

1. Typescript
2. GoLang
3. Rust

I use Typescript and GoLang more though but i Love Rust more than both and wish i was very proficient with it.
1) Next JS - Frontend
2) Node JS - Server
3) MongoDB - Database
4) Docker
5) Kubernetes
Re: What Is Your Current Programming STACK by Coder2Client(m): 5:51am On Feb 20, 2024
Deicide:
I know so many programing Language but currently my main stack are

1. Typescript
2. GoLang
3. Rust

I use Typescript and GoLang more though but i Love Rust more than both and wish i was very proficient with it.
Java
Springboot
PostgreSQL/MySQL
Docker

Sometimes I work on frontend not expert in it, though.
Angular framework
Re: What Is Your Current Programming STACK by Victherich: 5:54am On Feb 20, 2024
FRONT END
HTML
CSS
JavaScript
REACT JS
Re: What Is Your Current Programming STACK by Stephen0mozzy: 12:31pm On Feb 20, 2024
Deicide:
try add Javascript
Thank you Chief
Re: What Is Your Current Programming STACK by airsaylongcome: 4:28pm On Feb 20, 2024
Stephen0mozzy:
smiley HTML, CSS
Are these programming languages?
Re: What Is Your Current Programming STACK by Stephen0mozzy: 4:37pm On Feb 20, 2024
airsaylongcome:
Are these programming languages?
Yes Sir.
Re: What Is Your Current Programming STACK by airsaylongcome: 4:58pm On Feb 20, 2024
Stephen0mozzy:
Yes Sir.
Are you able to do a For loop with say HTML or CSS? How about a Linked list? Able to implement a sort algorithm with any of HTML or CSS?
Re: What Is Your Current Programming STACK by jbreezy: 6:16pm On Feb 20, 2024
Javascript/Typescript
C#
Java

I know python too..but I just had to let it go
Re: What Is Your Current Programming STACK by EMIOMOADEOYE: 7:02pm On Feb 20, 2024
Unbiased1:
1) Next JS - Frontend
2) Node JS - Server
3) MongoDB - Database
4) Docker
5) Kubernetes
Devops on your radar?
Re: What Is Your Current Programming STACK by Stephen0mozzy: 11:06pm On Feb 20, 2024
airsaylongcome:
Are you able to do a For loop with say HTML or CSS? How about a Linked list? Able to implement a sort algorithm with any of HTML or CSS?
Yes, I can implement a linked list in HTML....

Unsorted Linked List
<ul>
<li> List Item 5</li>
<li> List Item 2</li>
</ul>

Sorted LinkedList
<ol>
<li> List Item 1</li>
<li> List Item 2</li>
</ol>

I don't know about sort though, but I can easily implement a searching algorithm....linear search especially, not so efficient at O(n) though, but atleast it gets the job done. Here it is
<form action="api/algorithm" method="POST">
<label for="searchField">
<input type="text" id="searchField" placeholder="Enter search term here"/>
</label>
<button type="submit">Search!</button>
</form>

Don't even get me started with functions in CSS, btw CSS probably drags who has the highest number of frameworks with Javascript.
Re: What Is Your Current Programming STACK by silento(m): 11:28pm On Feb 20, 2024
PHP - backend
MYSQL - database
JAVASCRIPT - frontend
HTML - frontend
CSS - frontend

Apart from lit html I don't use any other framework for JavaScript
Re: What Is Your Current Programming STACK by airsaylongcome: 11:32pm On Feb 20, 2024
Stephen0mozzy:
Yes, I can implement a linked list in HTML....

Unsorted Linked List
<ul>
<li> List Item 5</li>
<li> List Item 2</li>
</ul>

Sorted LinkedList
<ol>
<li> List Item 1</li>
<li> List Item 2</li>
</ol>

I don't know about sort though, but I can easily implement a searching algorithm....linear search especially, not so efficient at O(n) though, but atleast it gets the job done. Here it is
<form action="api/algorithm" method="POST">
<label for="searchField">
<input type="text" id="searchField" placeholder="Enter search term here"/>
</label>
<button type="submit">Search!</button>
</form>

Don't even get me started with functions in CSS, btw CSS probably drags who has the highest number of frameworks with Javascript.
If what you wrote up there is really your attempt at implementing a Linked list and a search algorithm, then all I can say is WOW
Re: What Is Your Current Programming STACK by Stephen0mozzy: 11:43pm On Feb 20, 2024
airsaylongcome:
If what you wrote up there is really your attempt at implementing a Linked list and a search algorithm, then all I can say is WOW
What can I say Sir, HTML offers a high-level of abstraction that allows me focus on what I want, not "How it should be done".

You should try it on your next DSA task.
Re: What Is Your Current Programming STACK by Unbiased1: 12:34am On Feb 21, 2024
EMIOMOADEOYE:
Devops on your radar?
Yeah
Re: What Is Your Current Programming STACK by SIXFEETUNDER: 8:53am On Feb 21, 2024
Cpp and asm


I hate rust devs and wish they'll just rope themselves for once
Re: What Is Your Current Programming STACK by airsaylongcome: 9:50am On Feb 21, 2024
Stephen0mozzy:
What can I say Sir, HTML offers a high-level of abstraction that allows me focus on what I want, not "How it should be done".

You should try it on your next DSA task.
Totally correct! HTML really does abstract the details. Good job on your linked list and Search algo
Re: What Is Your Current Programming STACK by Karleb(m): 9:54am On Feb 21, 2024
airsaylongcome:
Totally correct! HTML really does abstract the details. Good job on your linked list and Search algo
I don't know who is serious or unserious here. 🤣
Re: What Is Your Current Programming STACK by airsaylongcome: 10:06am On Feb 21, 2024
Karleb:
I don't know who is serious or unserious here. 🤣
Wetin you want make I talk na. E say HTML dey do data abstraction for am so e no really need.to bother about the details of LL. I say he is right.
Re: What Is Your Current Programming STACK by Maxxim: 10:13am On Feb 21, 2024
Karleb:
I don't know who is serious or unserious here. 🤣
Boss see as I just dey here dey observe dey shine teeth
Re: What Is Your Current Programming STACK by Stephen0mozzy: 10:40am On Feb 21, 2024
airsaylongcome:
Totally correct! HTML really does abstract the details. Good job on your linked list and Search algo
Lol..thank you Boss. HTML is the future and I'm glad you agree now.

Funny how you didn't see the joke all through 😅
Re: What Is Your Current Programming STACK by nnamdiosu(m): 10:46am On Feb 21, 2024
Stephen0mozzy:
Yes, I can implement a linked list in HTML....

Unsorted Linked List
<ul>
<li> List Item 5</li>
<li> List Item 2</li>
</ul>

Sorted LinkedList
<ol>
<li> List Item 1</li>
<li> List Item 2</li>
</ol>

I don't know about sort though, but I can easily implement a searching algorithm....linear search especially, not so efficient at O(n) though, but atleast it gets the job done. Here it is
<form action="api/algorithm" method="POST">
<label for="searchField">
<input type="text" id="searchField" placeholder="Enter search term here"/>
</label>
<button type="submit">Search!</button>
</form>

Don't even get me started with functions in CSS, btw CSS probably drags who has the highest number of frameworks with Javascript.
Lol.
Are u for real? grin
Re: What Is Your Current Programming STACK by nnamdiosu(m): 10:57am On Feb 21, 2024
Stephen0mozzy:
Lol..thank you Boss. HTML is the future and I'm glad you agree now.

Funny how you didn't see the joke all through 😅
Lol. I thought as much .
Nice one. grin
Re: What Is Your Current Programming STACK by Stephen0mozzy: 11:00am On Feb 21, 2024
nnamdiosu:
Lol. I thought as much .
Nice one. grin
Lol... someone has to speak up for the little guy (HTML)
Re: What Is Your Current Programming STACK by nnamdiosu(m): 11:10am On Feb 21, 2024
Stephen0mozzy:
Lol... someone has to speak up for the little guy (HTML)
Lol. I'm telling u. Funny enough no other language or programming language can exist outside of html.

Yet he is still the most despised.
That's human beings for you. grin
Re: What Is Your Current Programming STACK by BRATISLAVA: 9:54pm On Feb 22, 2024
airsaylongcome:
If what you wrote up there is really your attempt at implementing a Linked list and a search algorithm, then all I can say is WOW
Maybe it's an AI generated linked list.
Re: What Is Your Current Programming STACK by yungevvy(m): 9:16pm On Feb 24, 2024
nnamdiosu:
Lol. I'm telling u. Funny enough no other language or programming language can exist outside of html.

Yet he is still the most despised.
That's human beings for you. grin
?
Re: What Is Your Current Programming STACK by Lamas2012(m): 7:12pm On Feb 25, 2024
grin
airsaylongcome:
If what you wrote up there is really your attempt at implementing a Linked list and a search algorithm, then all I can say is WOW
1 Reply

Why Not Check This Means That Will Fetch You Income Faster Than Your Current JobSeasoned Full Stack App Developer Wanted For Partnership...Full Stack Developer Needed !!234

Pls House, How Do I Begin A Career In Networking?Php Help!Confused Between Programming and Networking