#C++ for Web Development
Explore tagged Tumblr posts
cool-retro-term-official · 3 months ago
Text
maybe my hate for c++ really is just that I haven't seen my relationship with this language as an actual relationship and more of a "owning a tool to do your job". Maybe I, also, have to give to the language. Maybe it's not all about getting all I want from it, but also letting it express itself, listening to what it says, and giving to it. Maybe I've been a monster to g++. Yes C++ has its rough edges, yes sometimes it doesn't agree with you, yes it has feelings, needs and opinions, and those doesn't always match those of the programmer. Seeing "non trivial constructor" type of error shouldn't make you angry and think "what's that supid language ???!!", but should instead make you realize the language has understanding issues. I'm autistic and I got my quirks, it's a programming language and it has its quirks. They can be beautiful, they can be ugly. It's not its fault, it isn't yours, things aren't always easy. Giving to the language means helping it in these hard times. Take care of your languages, they might not be people, but they still deserve respect.
Except javascript.
30 notes · View notes
pov-amna · 2 years ago
Text
Tumblr media
When you find out that your 'original' code is just a copy of a copy of a copy...
112 notes · View notes
mechanical-moron · 2 years ago
Text
Programmers, Web designers, game developers, anyone else who does stuff with numbers on a computer screen.....curious to know if you guys ever dream in code, and if so, do you like it? I for one do not find it to be particularly enjoyable but want to hear what others have to say lol.
40 notes · View notes
fangirlinc · 2 months ago
Text
Any MCR fans in software engineering/web dev?
I'm looking for mutuals who love to code and also love MCR. I wanna do a little project >:D also just want some buds to relate to.
Tumblr media
2 notes · View notes
snowcodes · 2 years ago
Text
Seeing what everyone is currently up to is so inspiring.
It also reminds me that I should probably screenshot my things, so I can see the development in skills over time.
Luckily, I am still very much at the start of my journey and still have much to learn haha!
But thank you, to everyone who shares their projects and their progress. It's only a small thing, but it reminds me that no one gets 'amazing' in a day...and I think that is quite possibly the most motivational thing I could see. 🥰
27 notes · View notes
cerulity · 2 years ago
Text
All-level Rust
Web servers require layers upon layers of software and hardware. Routing, multiplexing, protocols, everything. Rust is a viable solution to making a web server, because it's safe and fast, and has many crates to help (tokio, warp, ws). You can make a browser in Rust, as well as games.
But at the same time, you can make an operating system with it. The lowest level of access to a computer you can get, creating and dereferencing raw pointers, running on the CPU itself. You can make not only games but game engines. You can make compilers. You can do FFI. You can make FFI. Your entire stack can be made with Rust.
You would make a web server in JavaScript, Java, C#, Go, or maybe even Python. But you wouldn't use any of those to make an operating system, because they require a runtime aren't bare metal enough, or throw exceptions. They are good for making web servers because they abstract away problems like buffer overflows, and they are extendable languages. You would use C, C++, or Zig. They are good for making operating systems because it's easy to dig into memory ((unsigned short*)0xb8000 is the VGA text buffer).
Rust can do both. Sure, you can make a web server in those OS languages, but you need to make sure it's safe as hell. Rust itself is safe as hell.
/rust rant
10 notes · View notes
cengizhanakgun · 1 year ago
Text
Keşfedin ve Öğrenmeye Başlayın: C# ve ASP.NET ile Web Programlama Dünyasına Adım Atın!
Keşfedin ve Öğrenmeye Başlayın: C# ve ASP.NET ile Web Programlama Dünyasına Adım Atın!
Merhaba! Ben Cengizhan Akgün, blog sayfamda C# ve ASP.NET ile web programlama konularına odaklanıyorum ve bu heyecan verici dünyayı sizinle paylaşmak için buradayım.
Blog Sayfamda Neler Bulabilirsiniz?
C# Programlama: Temel kavramlardan başlayarak derinlemesine C# programlama öğreticileri.
ASP.NET Uygulamaları: ASP.NET ile web uygulamaları geliştirme, güvenlik, performans optimizasyonu ve daha fazlası hakkında ipuçları ve püf noktaları.
Web Geliştirme İpuçları: Modern web geliştirme teknikleri, en iyi uygulamalar, ve güncel trendler hakkında makaleler.
Neden Benim Blog Sayfamı Ziyaret Etmelisiniz?
Uzman Bilgisi: Yılların tecrübesine dayanarak edindiğim bilgi ve deneyimi paylaşıyorum.
Pratik Örnekler: Teorik bilginin yanı sıra, gerçek hayattan örnekler ve uygulamalarla konuları daha iyi anlamanıza yardımcı oluyorum.
Topluluk Odaklılık: Sizden gelen geri bildirimleri dikkate alıyor, sorularınızı cevaplıyor ve paylaşımlarınızı değerlendiriyorum.
Blog'a Nasıl Katkıda Bulunabilirsiniz?
Yorum Yapın: Yazılarım hakkındaki düşüncelerinizi paylaşın ve tartışmalara katılın.
Önerilerde Bulunun: Hangi konuların işlenmesini istediğinizi bana bildirin.
Paylaşın: Beğendiğiniz yazıları arkadaşlarınızla ve sosyal medya platformlarında paylaşarak daha fazla kişiye ulaşmama yardımcı olun.
Hadi Başlayalım!
Eğer C# ve ASP.NET ile web programlama dünyasını keşfetmek ve öğrenmek istiyorsanız, blog sayfamı ziyaret etmeye ne dersiniz? Yeni yazılarımı kaçırmamak için abone olmayı unutmayın!
Blog Sayfası: Cengizhan Akgün Blog
Gelişen teknoloji dünyasında bir adım önde olmak için şimdi harekete geçin!
My Github
My Blogger
My Linkedin
My Hasnode
My Youtube
2 notes · View notes
kitsproc · 1 year ago
Text
Desentrañando los Frameworks: La Poderosa Infraestructura que Impulsa el Desarrollo de Software
Tumblr media
Un Framework es un conjunto de herramientas, bibliotecas y convenciones que proporciona una estructura básica para el desarrollo y la implementación de software. Es un esqueleto predefinido que facilita la creación y organización de aplicaciones al proporcionar bloques de construcción reutilizables.
En el desarrollo de software, un framework proporciona una infraestructura genérica que los desarrolladores pueden personalizar para crear aplicaciones específicas. Esto ayuda a acelerar el proceso de desarrollo, ya que los desarrolladores no tienen que comenzar desde cero, sino que pueden aprovechar las funcionalidades y abstracciones preexistentes.
Los frameworks son comunes en diversos campos del desarrollo de software, como desarrollo web, desarrollo de aplicaciones móviles, desarrollo de juegos, etc. Algunos ejemplos de frameworks populares son Django y Flask para desarrollo web con Python, Ruby on Rails para Ruby, Angular y React para JavaScript, y Laravel para PHP.
En resumen, un Framework es una estructura predefinida que simplifica y agiliza el desarrollo de software al proporcionar un conjunto de herramientas y convenciones comunes.
3 notes · View notes
scriptingthewhy · 2 days ago
Text
Navigating the Nervous Waters of Coding
Daily writing promptWhat makes you nervous?View all responses AI-generated image. “This code is going well…a little too well.” The Code Creep: Why Every Line Can Feel Like a Tightrope Walk What makes me nervous? You might think it’s a looming deadline or a particularly gnarly algorithm. And while those definitely get the heart racing, the real source of my coding jitters? It’s the act of…
0 notes
haiven-astigonia · 1 month ago
Text
Tumblr media Tumblr media Tumblr media
I’m gonna be trying out taking commissions, questions, and such on here! I’ve been working towards doing more digital art, but my motivation has been lacking, and I’d like to see if paid commissions could work for me in the future. Therefore, if you’d like to support me and help me find out what I can provide, please make a request or message me!💕✨
Two of the above are some characters from the novel I am currently writing, and the other was a commission I made as a Christmas present for a family member.
0 notes
cupuletrainings · 1 month ago
Text
Top Institutes for Website Design Training in Gwalior – CupuleTrainings
Cupule Trainings, as a best IT training institute in Gwalior, offers job consultancy service, certification and training in Angular Js, Android, Java, PHP, HTML5 Bootstrap, digital marketing, SEO, Social media marekting, Wordpress, Shopify, HTML CSS, CSS3, IOS, Web design and development, programming languages, database management system and all other certification courses from highly experienced industry experts.
0 notes
tandeminformaticsmadurai · 2 months ago
Text
Comprehensive Full Stack Development Course in Madurai
Are you looking to become a proficient full stack developer? This Full Stack Development Course in Madurai is designed to transform you into a versatile and job-ready developer skilled in both front-end and back-end technologies. Over the duration of the course, you will master essential programming languages, frameworks, and tools to create fully functional, dynamic websites and applications from scratch. This course covers popular front-end technologies like HTML, CSS, JavaScript, and React, along with server-side development using Node.js, Express.js, and MongoDB.
Website                      : https://tandeminformatics.com/
0 notes
spindlecrank · 2 months ago
Text
Data Structures in Popular Programming Languages: A Top Down Introduction
Data structures are fundamental building blocks in programming, allowing developers to efficiently store, organize, and manipulate data. Every programming language provides built-in data structures, and developers can also create custom ones to suit specific needs. Below, we will explore: What data structures are and why they are important Common data structures in programming How to…
0 notes
searchabledesign12 · 2 months ago
Text
0 notes
evelopmentinstitute · 3 months ago
Text
0 notes
suresh1407 · 4 months ago
Text
0 notes