What is the Symbol in JavaScript?
Hi, is there any use case for the symbol in JavaScript? I'm looking for real-world examples.
View ArticleGetting Started Nim Lang
Getting Started Nim Lang Hi, I researched about programming languages for a weekend activity. In this article, I will not tell everything. There are many programming languages in the tech world. I was...
View ArticleWhat is Your Favorite Programmer Humor?
Hi. You probably know ProgrammerHummor on Reddit. Programmer's Lies This is the first one for me. Actually, this is a list of what programmers say when their codes don't work. Futurist Technology...
View ArticleBocadillo: Yet Another Python Framework
Hi everyone. In this post, I'll introduce the Bocadillo framework. As you know, there are a lot of web frameworks in Python. In the past days, I was looking for new technologies to improve myself. I...
View ArticleBuilding Blog with Bocadillo - Installation
I published a post about Bocadillo before. In this series, we'll build a simple blog with Bocadillo. I hope we can succeed. GitHub Repository for this series: https://github.com/aligoren/bocadillo_blog...
View ArticleBuilding Blog with Bocadillo - Project Structure
GitHub Repository for this series: https://github.com/aligoren/bocadillo_blog Project Structure We'll do some of the changes in our project. Firstly, we'll create a folder called blog. So, this folder...
View ArticleI Generated a License Generator Plugin for Git
Hi. I generated a license generator plugin for Git. All contributions are welcome You can find it on GitHub: https://github.com/foss-dev/git-license-generator Installation There are two ways to install...
View ArticleBuilding Blog with Bocadillo - Settings
GitHub Repository for this series: https://github.com/aligoren/bocadillo_blog Using Bocadillo, you may need to configure something. For example, you want to set allowed hosts for your API calls. .env...
View ArticleDo you drink coffee while working?
Cover Resource: https://www.roastycoffee.com If so, how many cups of coffee do you drink in a day?
View ArticleHow I Structure My Flask Apps
This post previously published on my blog Hi. I have been developing Flask applications as a side project for 5 years. After all these years, I found the right structure I need for me. First Steps...
View ArticleHow do you documenting your projects?
Hi. Documentation one of the important thing in software projects. But most of the developers are not likes documenting their projects. If you're documenting your projects or only your codes, how do...
View ArticleDeveloping an Express Application Using TypeScript
This post was first published on my blog. Recently, I was working on TypeScript. I asked a question about TypeScript. Dev users helped me. In this post, I'll show you how to create an express...
View ArticleWhat Do You Think About Sanctions Affecting the Software Industry?
Perhaps you know, GitLab discusses not to hire software developers living in China and Russia. They opened an issue to discuss this topic.In e-group on Monday October 15, 2019 we took the decision to...
View ArticleBuilding URL Shortener with MongoDB, Express Framework And TypeScript
This post was first published on my blog.Hi, in the last post I published, I talked about Express Framework and TypeScript. In this post, I'll use that structure.So, I won't talk about what structure...
View ArticleRegistering Components Globally in Vue
Hi, I needed a global component in a Vue.js project. Because I didn't want to import that component each time. I know, this isn't the best approach. But, I needed this one.Talk is cheap, show me your...
View ArticleRefactoring a Legacy Project
Hi, I'm starting a new project at work. We have a legacy project which has really bad codes. This is one of our big projects which still in use.So, I can recode it or refactor it. My manager thought...
View ArticleA new admin template project for Vue.js with Inkline
Hi. I started a new admin template project for Vue.js.Repo url: https://github.com/aligoren/carbon-panelMy project uses Inkline.You can see a demo from here.Currently, I've completed the theme section....
View ArticleBuilding and Running SQL Queries with Knex.js
The cover image took from the official Knex.js siteFirst of all, I'm so sorry for my bad English What is Knex? In short, Knex can be defined as a query builder for PostgreSQL, MSSQL, MySQL, MariaDB,...
View ArticleI've open-sourced a simple terminal based COVID-19 Tracker
Hi everyone!. Healthy days to everyone!I've made a simple terminal-based COVID-19 tracker using NodeJS.You can get it here: https://github.com/aligoren/cli-covid19 Contributions This project took 10...
View ArticleProject Idea 01 – Simple Url Shortener
This post published on my blog before Hi everyone! Today I'm going to talk about a simple project idea. User Screen These are the ideas you don't have to apply to all of them. Optional Ideas This...
View Article