Introduction of C++ Interesting Facts and Preprocessors (6)
In a C program, all lines that start with # are processed by preprocessor which...
2021, Feb 27 — 6 minute readIn a C program, all lines that start with # are processed by preprocessor which...
2021, Feb 27 — 6 minute readC++ Naming Conventions Names are the key to program readability. If the name is appropriate...
2021, Feb 27 — 5 minute readPassing arrays to functions Although passing an array to a function at first glance looks...
2021, Feb 27 — 21 minute readIn the world of object-oriented programming, we often want our types to not only hold...
2021, Feb 27 — 11 minute readA compound statement (also called a block, or block statement) is a group of zero...
2021, Feb 27 — 22 minute readC++ fundamental data types In C++, direct memory access is not allowed. Instead, we access...
2021, Feb 27 — 22 minute readDeclaration of struct fields can be enriched by string literal placed afterwards — tag. Tags...
2021, Jan 12 — 8 minute readQueuing is an actionable feature in Laravel. It allows you to dispatch the processing of...
2021, Jan 09 — 12 minute readDocker Compose YML of Golang yml config file version: '3.9' networks: shared: external: name: local-bridge-net...
2020, Dec 10 — 17 minute readBasics With the Go fmt package you can format numbers and strings padded with spaces...
2020, Dec 04 — 5 minute readWhat is JSON Web Token? JSON Web Token (JWT) is an open standard (RFC 7519)...
2020, Dec 02 — 14 minute readOOP: Extends VS Implements (OverView) A struct in golang can be compared to a class...
2020, Dec 01 — 15 minute readWhat is Meant by UML? UML stands for Unified Modeling Language. UML 2.0 helped extend...
2020, Nov 30 — 4 minute readIntroduction Go supports first class functions, higher-order functions, user-defined function types, function literals, closures, and...
2020, Nov 30 — 7 minute readFactory Design Pattern in GOLANG Introduction Factory design pattern is a creational design pattern and...
2020, Nov 30 — 5 minute readOOP: Inheritance in GOLANG Overview We will try to explain inheritance in GO using comparisons...
2020, Nov 30 — 10 minute readBasic Data Types Overview Golang is statically typed programming language meaning that each variable has...
2020, Nov 29 — 6 minute readContext Defination Context is a package provided by GO. Let’s first understand some problems that...
2020, Nov 28 — 12 minute readA function is a group of statements that perform a specific task. In GO functions...
2020, Nov 27 — 26 minute readArray Defination An array is a contiguous collection of elements of the same type. It...
2020, Nov 26 — 17 minute readOverview Package is a way of code reusability in GO. As the name suggests, it...
2020, Nov 25 — 19 minute readGolang Environment Configuration I know that in my previous post, mocking API’s in Golang, I said I would talk about testing, but I lied. ...
2020, Nov 24 — 15 minute read前言:由于现在直播很火,新加入的公司打算做直播功能,之前没接触于是先去看了下主流第三方平台的SDK,想看下哪个平台的更好一些。 ...
2020, Nov 23 — 33 minute readNote:Regular Expression can be used in Content Filter conditions. Regular Expressions can be extremely ...
2020, Nov 05 — 27 minute readset up essential seo tools and plugins: google search console google analytics yoast seo plugin...
2020, Apr 09 — 1 minute read