#C++ for Web Development
Explore tagged Tumblr posts
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.
#cool retro term#linux#linuxposting#programming#c++#robot girl#c programming#c++ programming#python#odin programming#dev rambles#web development
30 notes
·
View notes
Text

When you find out that your 'original' code is just a copy of a copy of a copy...
#programmer humor#programming#geek#nerd#programmer#computer#python#laptop#c#meme#pc#computer science#java#developer#software developers#full stack web development#code#cs#javascript#c++#software engineer#software development#dev#web development
112 notes
·
View notes
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.
#php will be the death of me#web design#programming#coding#game developers#code#computer programming#computers#computer science#html#css#html css#javascript#visualbasic#c#c++#python#software engineering#sql
40 notes
·
View notes
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.

#my chemical romance#mcr#software engineering#web development#web developers#python#c++ programming#programming#programmer#github#coding#baby coder#codeblr#react#java#javascript#reactjs#frontenddevelopment#learntocode#webdev#nodejs#full stack developer#gerard way#frank iero#my chem gerard#mikey way#ray toro
2 notes
·
View notes
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. 🥰
#codeblr#coding#learning to code#programming#python#c sharp#thank you#web development#studyblr#study motivation
27 notes
·
View notes
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
#programming#server#web server#web development#operating system#operating systems#javascript#java#c#c++#csharp#zig#go#rust#osdev
10 notes
·
View notes
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
#coding#html#programming#devlog#webcore#web programming#web development#website#web design#c sharp#asp.net development#asp.net web development company
2 notes
·
View notes
Text
Desentrañando los Frameworks: La Poderosa Infraestructura que Impulsa el Desarrollo de Software
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
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…
#Artificial Intelligence#best practices#c#c++#career advice#Cloud computing#coding#dailyprompt#dailyprompt-1916#data science#debugging#devops#java#javascript#machine learning#mobile development#Programming#python#software development#testing#tutorials#web development
0 notes
Text
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
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.
#React.js and Node.js training in Gwalior#Software development training in Gwalior#AWS and cloud computing training in Gwalior#AWS certification training in Gwalior#Best coaching for software development in Gwalior#website design training in gwalior#web development course in gwalior#web development institute in gwalior#web development coaching in Gwalior#Best IT Training institute in gwalior#Best It Training institute in town#Gwalior Best It training institute#best coding institute in gwalior#c/c++ coaching in gwalior#Java training institute in gwalior#It training in gwalior#coding institute in gwalior#Advance It training institute in gwalior#job oriented training institute in gwalior#Best coding institute for Engineering student#Aws certification in gwalior#Azure certification in gwalior#consultancy services in gwalior#placement consultants in gwalior#best consultancy in gwalior#best job consultancy in Gwalior
0 notes
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/
#Software Courses: Software Courses#Animation Courses#IT Training#Data science and Data Analytics#Full stack development#Software Testing#C#C++#Java#Dotnet#Python#Networking and Cloud#Web development. Animation Courses: Graphic Designing#UI UX Design#2D & 3D Animation#Game Designing#Visual Effects#Digital Marketing.
0 notes
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…
#application-developement#c-sharp#c++#data-structures#embedded-development#learn-application-development#learning-experiments-in-coding#lists#mobile-development#php#programming#python#software-developement#software-development#tables#web-development
0 notes
Text
0 notes
Text
#Web Development Training in Delhi#C++ course in Rohini#Advance WordPress Course#PHP Institute in Rohini
0 notes
Text
0 notes