Issues found Frequently
New lines
Double newlines
No space after //
DRY principle violations
Magic String/Number
Error Shallow
Naming convention not following
Generate FinalQuery2 as view
--
-- select pageComponents.TableNameSegment from pageComponents;
Select
*,
REPLACE(
REPLACE(
REPLACE('SELECT q{id}.* FROM (Select field as Field_{fieldName}, ''&populate={fieldName}.'' || GROUP_CONCAT(field, ''&populate={fieldName}.'') as ''{fieldName}_Field''
akarimevatix changed 3 years agoView mode Like Bookmark
Year 2021
We can use this document for tracking.
How to use it
https://drive.google.com/drive/folders/1vUcRZA82yy5fS4zFU0YaC_aj-y-hICC9
Checkin formats
Daily Checkins
# Name | Date
akarimevatix changed 4 years agoView mode Like Bookmark
Purpose
Returning data at once, no manipulation further
If return data is consumed by many then better to use a separate datastructure
func (....) *map[string]*XYZ
type XYZMap struct {
items *map[string]*XYZ
sync.Mutex
akarimevatix changed 4 years agoView mode Like Bookmark
Job Hiring / How one can help
যেখানে ইচ্ছা সেখানে চাকরি পাওয়ার কিছু উপায় By Khalid Farhan
যাদের কে চাকরি দিতে সবাই বেশি আগ্রহী হয় - How I Try to Hire Our Employees By Khalid Farhan
Golang Trainings
Golang 7 Hours, up to interfaces
Training (How to reference and Create GoPackage):
C# or Java Developers GOlang| Source Code
akarimevatix changed 4 years agoView mode Like Bookmark
Powershell is platform indepent automation cmdlet.
Generic : Install Powershell
You can install powershell from github powershell take your os version and install.
Windows : Install Powershell
You can install using generic process or using choclatey depending on how you like.
To install choclatey open default powershell in windows in admin mode.
akarimevatix changed 4 years agoView mode Like Bookmark
Writer is not a doctor but software architect. So don't take advise as a silver bullet or any kind consult with your doctor. However, the experience can to cope things easily and make you confident.
Related Docs for Gestational diabetes mellitus (GDM) measurements
Gestational diabetes mellitus (GDM) measurements documents (doc, pdf, odt) LibreOffice format
Pressure measurements
akarimevatix changed 4 years agoView mode Like Bookmark
Training Guide
Questions
Few basics of programming
Basic understanding about design patterns in software development and different testing methods for checking successful implementation of software designed.
Go Modules, Packages and Go Pointers
Make Merge Request
https://gitlab.com/evatix-go/rediswrapper/-/issues/4#note_429259070
akarimevatix changed 4 years agoView mode Like Bookmark
Questions
What does it mean by seats?
Seats refers to the number of users you can have on your account based on which plan you choose.
Builder doesn't support exporting as plain html, however, we have an HTML API and you could leverage the import HTML feature so you can update content and your site then updates immediately. You can also use Builders webhooks to side load the data. Builder does run on your site - you host the site and we push content to it through our headless CMS.
You can use your own custom React components in the Builder editor. You can learn more about custom components and how to use them here.
It sounds like you’re referring to embedding the editor. If so, we do not currently support the ability to embed our editor for commercial use. We'd recommend checking out https://grapesjs.com.
akarimevatix changed 4 years agoView mode Like Bookmark